tcp server
How can I add a TCP server connection method?
Please let me know when you have time, thank you
TCP server on the GCS side does not makes sense, since the autopilot side must initiate the connection.
TCP server on the GCS side does not makes sense, since the autopilot side must initiate the connection.
But I transferred through the 5G module, and the MP ground station needs to be connected in the form of a TCP server. In this case, can MP connect by forwarding data through MAVProxy?
Use auto connect That's the only way to do TCP server
The reason is the blocking nature of server.
Use auto connect That's the only way to do TCP server
The reason is the blocking nature of server.
Hello, could you be more detailed? Is it sufficient to directly select the connection method as automatic connection, or does it require changing the code part of the MP ground station? Thank you