mavlink / MAVSDK

API and library for MAVLink compatible systems written in C++17
https://mavsdk.mavlink.io
BSD 3-Clause "New" or "Revised" License
593 stars 491 forks source link

How to connect mavsdk frontend? #2330

Open wangpuxia opened 1 month ago

wangpuxia commented 1 month ago

./mavsdk_server_manylinux2010-x64 udp://:14540 -p 1888 --- is that command correct? but 1888 port not opened, i can not connect it

JonasVautherin commented 1 month ago

What output does it give you?

julianoes commented 1 month ago

@wangpuxia how are you connecting to it? In Python? If so, how? What's the code? Please provide more details.