Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grofattila/dji-tello
Java API for the DJI Tello Drone.
https://github.com/grofattila/dji-tello
dji drone java neural-network tello uav
Last synced: 29 days ago
JSON representation
Java API for the DJI Tello Drone.
- Host: GitHub
- URL: https://github.com/grofattila/dji-tello
- Owner: grofattila
- License: mit
- Created: 2018-11-21T23:04:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T21:52:33.000Z (about 4 years ago)
- Last Synced: 2024-08-03T23:20:28.320Z (4 months ago)
- Topics: dji, drone, java, neural-network, tello, uav
- Language: Java
- Homepage:
- Size: 1.17 MB
- Stars: 20
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tello - DJI-tello - `#Java` (SDK Wrappers)
README
# DJI-Tello Java API
[![Build Status](https://travis-ci.com/grofattila/dji-tello.svg?branch=master)](https://travis-ci.com/grofattila/dji-tello)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0d1fa49ccd61483dab3cf66438c6b76c)](https://app.codacy.com/app/grofattila/dji-tello?utm_source=github.com&utm_medium=referral&utm_content=grofattila/dji-tello&utm_campaign=Badge_Grade_Dashboard)
[![CodeFactor](https://www.codefactor.io/repository/github/grofattila/dji-tello/badge)](https://www.codefactor.io/repository/github/grofattila/dji-tello)This repository contains a pure Java implementation to communicate with DJI Tello Drone and sample
client applications that can utilize the core tello library.Feel free to contribute.
![dji-tello pic](docs/images/tello.jpg)
## Feature set| Feature | status |
| ----------- | ----------- |
| Connect to Tello | In progress |
| Read status values | In Progress |
| Set command modes | In progress |
| Send simple commands | In progress |
| Send complex commands | In progress |
| Receive video feed | Not started |
| Command line Client | In progress |
| JavaFx Client | In progress |
| Android client | Not started |
| Deep learning image analysis | Not started |## Tello Firmware
Supported firmwares currently: 1.3.0.0
## Module list
### Tello Core library
This module contains the actual implementation for connecting and sending commands to the drone.
### Tello Command line client
### Tello JavaFX GUI ClientLicense
-------```
MIT LicenseCopyright (c) 2020 Gróf Attila
```