This project is a C# wrapper around official 2.0 SDK for Tello drone. SDK documentation can be found here. There is a copy in repository just in case.
- TelloSdkCoreNet - wrapper around 1.0 version
- TelloAPI-SDK-2.0 - better and bigger library
I wanted to make a small and simple wrapper that covers only UDP connections and commands.
- UDP connection can be handled better
- Tello sends response after completing an action. So the library ends up with queuing commands and hangs until they are all proccessed (with the exception of rc commands)
- Library is missing commands related to mission pad
- Documentation
Test app for RyzeTelloSDK that shows capabilites of a library. Outputs Tello state to console, uses ffmpeg to output video stream and controller to control a drone.
Just look it up here.
Since it uses ffmpeg to output a video stream you should have it on your PATH.