Read telemetry from MissionPlanner and another software simultaneosly

Hi guys, I would need to work with MissionPlanner and simultaneosly read the telemetry data from another program.
I trying to make this with MAVProxy but perhaps I don’t understand how it work.
I thought that “mavproxy.py --master=com8 --out:udp:localhost:14550” give me the possibility to connect many software to localhost:14550, but perhaps I thought bad because this solution don’t work :frowning:
Only MissionPlanner connect to it.
What I wrong?
Thanks.

Stefano

Add another out for port 14551 for a second connection, and another out for port 14552 for a third and so on.

Your solution work fine :slight_smile:
Many thanks.