hi, hope doing good.
i am trying to send mavlink data of a sitl which is running in one pc to raspberry pi 3b+ model. in simple, i want to get the lat,long,alt data of a px4 sitl(in pc) and send it to raspberry pi.
my raspberry pi and pc both are connected in same network (using ethernet splitter to connect both pc and raspberry pi).
i get to know that the mavlink router is something that is used to send data to any network. but still i could not figure it out.
And in raspberry pi end, i want to use mavsdk c++ to get those data send by the mavlink router(pc).
please help me on the same…
thanks in advance.