When specifying the --master parameter in mavproxy I've noticed that using UDP it will listen for packets whereas using TCP is will try and make a connection.
Is there any way to get mavproxy to listen for a TCP connection from anther machine that w
I want to write a Python program to parse my Tlog files to do some automatic analysis. Does anyone know where I can find the file format of the binary .tlog files?