Replies: 1 comment
-
Hello, in order to use broadcast you have to use two different PCs; in one of them (the one which is sending telemetry) you have to use use a broadcast endpoint gomavlib.EndpointUDPBroadcast{BroadcastAddress: "192.168.1.255:5660"} In the other (the one that is reading telemetry), a server endpoint gomavlib.EndpointUDPServer{Address: "0.0.0.0:5660"} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I wanted to set up a minimal working example of message interchange between two processes on my machine using UDP broadcast. So far I have this:
Broadcaster
Client
But no messages are coming through on either of them.
Beta Was this translation helpful? Give feedback.
All reactions