A lightweight and simple to use java library for communicating and controlling the DJI Tello Drone
Download the library and include it in your project.
Tello myTello = new Tello();
TelloController myTelloController = myTello.getController();
myTelloController.takeoff();
myTelloController.rotate(90);
myTelloController.land();
myTello.shutdownGracefully();
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
You are free to use this software for any use. Commercial or non commercial. GNU GPL3