Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JakeJMattson/TelloKt
A Kotlin wrapper for the Tello SDK.
https://github.com/JakeJMattson/TelloKt
java kotlin tello tellodrone
Last synced: 29 days ago
JSON representation
A Kotlin wrapper for the Tello SDK.
- Host: GitHub
- URL: https://github.com/JakeJMattson/TelloKt
- Owner: JakeJMattson
- License: mit
- Created: 2019-04-02T01:23:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T21:52:03.000Z (about 4 years ago)
- Last Synced: 2024-08-03T23:20:58.905Z (4 months ago)
- Topics: java, kotlin, tello, tellodrone
- Language: Kotlin
- Homepage:
- Size: 94.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tello - TelloKt - `#Kotlin` (SDK Wrappers)
README
# TelloKt
A Kotlin wrapper for the Tello SDK allowing you to interface with a Tello drone from a Kotlin or Java project.### Gradle
```kotlin
dependencies {
implementation("me.jakejmattson:TelloKt:1.2.0")
}
```
```groovy
dependencies {
implementation 'me.jakejmattson:TelloKt:1.2.0'
}
```### Maven
```xmlme.jakejmattson
TelloKt
1.2.0```