I have been trying to get the Mission Planner to accept UDP and TCP/IP inputs.
I keep getting a time out error on a UDP connection. I have tried various playback rates and real-time rates, but I always get a time out error.
Is there anything special with UDP and TCP/IP connections?
Thanks,
Warren
Replies
both tcp and udp should work. it is required to be 2 way however.
MP replies to the same ip/port that the packet originates from.
please use something like wireshark to see what is going on.
Hello. I'm on a similar project. Which tcp port did you use to connect to it? Have you tried UDP port 14550? Thanks in advance.
Do you have some example code?
How do you do a two way on UDP?
No.
I am thinking about just adding another receiver.
That should be an easy way to bypass the problem.