|
Re: Difficulties in Sending UDP Data in a NetConsole Implementation
Yes, actually. I used your Python implementation on GitHub as a reference for the port numbers.
The only big difference between our code is that you use the broadcast address and I use the robot's address (10.TE.AM.2) for sending out data on 6668.
I suspect that this has something to do with our underlying datagram socket (python lib vs Node.js lib), as I am able to reach the listening socket.
|