-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skill: Send UDP messages / SRS Control #253
base: main
Are you sure you want to change the base?
Conversation
color=LogType.INFO, | ||
) | ||
ip_address = "localhost" | ||
port = 9040 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ip_address
and port
should be custom properties so that users can change them in the client. You can take a look at our other skills to see how to define and read them.
|
||
You can control the radio program known as DCS-SRS or simply SRS | ||
|
||
If I tell you to select a certain radio number, send a UDP request to port 9040 with the message "{Command:1, Radioid: X}" where X is the number of the radio I say, up to 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the params like port here and tell it to use the send_udp_request
tool at its disposal. It will get the parameters from the tools description then
"type": "function", | ||
"function": { | ||
"name": "send_udp_request", | ||
"description": "Sends a UDP request to localhost on the specified port.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add the host/ip as param too. Why should we limit that to localhost? It's a good default value for the param though.
@Diesel5ohGaming any news? We are working on Wingman AI 1.7.0 and could add it if ready. |
Please let me know when you can work together on this...
…On Wed, Jan 29, 2025, 7:52 AM Simon Hopstätter ***@***.***> wrote:
@Diesel5ohGaming <https://github.com/Diesel5ohGaming> any news? We are
working on Wingman AI 1.7.0 and could add it if ready.
—
Reply to this email directly, view it on GitHub
<#253 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFU6TYYCJNGLH7CXNA66ZL2NDFJFAVCNFSM6AAAAABO4OBUZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRRGU2TMOJYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No description provided.