Advance ground station: Telemetry from SiK radio to network stream

Dear,

We would like to divide our receiving ground-station into two parts.

1st part will be stable receiving station - ubuntu desktop with connected SiK receiver and some other devices for flight control. This station will be available permanently.

2nd part (terminal) will display received data from 1st computer through a LAN network. This will be some (light) laptop with Ubuntu.

We are able to use ROS.

My question is: There is some possibility to resend data from SiK over the network to another QGC session?

Thank you!

Check out MAVLink Router, it should enable you to split the incoming mavlink traffic to multiple destinations.

@JulianOes Thank you, It looks as usable solution! At first sight.