[go: nahoru, domu]

Skip to content
/ JTello Public

🚁 Java Library for communicating with the DJI Tello Drone over Wifi

License

Notifications You must be signed in to change notification settings

xrv0/JTello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JTello

A lightweight and simple to use java library for communicating and controlling the DJI Tello Drone

Installation

Download the library and include it in your project.

Usage

Tello myTello = new Tello();
TelloController myTelloController = myTello.getController();
        
myTelloController.takeoff();
myTelloController.rotate(90);
myTelloController.land();

myTello.shutdownGracefully();

Contributing

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.

License

You are free to use this software for any use. Commercial or non commercial. GNU GPL3

About

🚁 Java Library for communicating with the DJI Tello Drone over Wifi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages