Forward telemetry data received from GCS to companion computer (CC)

Hi
I can send data from GCS to FC successful and receive data by request data stream in CC all by pymavlink.
mav

But I want to receive specific data I just send with GCS to FC. Is there a way to achieve this? Something like this request message format : message = master.recv_match(type=‘XXXX’ , blocking=True)?

In short, I want to receive the data I send from FC directly in CC without any processing on FC(FC Just forward it).
mav

Regards

@rmackay9 @amilcarlucas @ppoirier @stephendade

ArduPilot does just forward MAVLink packets between telemetry ports:

https://ardupilot.org/dev/docs/mavlink-routing-in-ardupilot.html

1 Like