Multicast Connection

Hello,

I have a server works on AWS and a client on local. I set up a OpenVPN server for connection between server and client.

I want to listen and reach all the message flow on Mavlink from server to client.

AWS server runs: HEADLESS=1 make px4_sitl gazebo_iris
Then I set the MAV_BROADCAST = 2 for multicasting.

After adding command below:

  • mavlink start -c [10.8.0.0, 10.8.0.7]

I am getting the error below:

  • ERROR [mavlink] Multicast option is not supported on this platform.

I will be grateful for any help. Thanks.