MAVSDK-docs icon indicating copy to clipboard operation
MAVSDK-docs copied to clipboard

Update UDP client connection syntax to use udpin://

Open KarthiAru opened this issue 1 year ago • 1 comments

Changed all instances of the deprecated UDP connection syntax udp://:PORT to the recommended udpin://:PORT following the deprecation warning: Connection using udp:// is deprecated, please use udpin:// or udpout:// (cli_arg.cpp:28)

KarthiAru avatar Aug 19 '24 15:08 KarthiAru

Done. Updated to include 0.0.0.0

KarthiAru avatar Aug 20 '24 03:08 KarthiAru

Sorry, I missed to merge this before moving the docs over to https://github.com/mavlink/MAVSDK/tree/main/docs. I have since done a pass, and hopefully fixed most of these.

julianoes avatar Mar 16 '25 18:03 julianoes