# TelloKt **Repository Path**: ouyangpengdev/TelloKt ## Basic Information - **Project Name**: TelloKt - **Description**: A Kotlin wrapper for the Tello SDK. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Kotlin 1.3.70 Release License

# TelloKt A Kotlin wrapper for the Tello SDK allowing you to interface with a Tello drone from a Kotlin or Java project. This library allows you to avoid the tedious work of manually sending the packets yourself and lets you focus on making the drone do what you want. ## Tello SDK This wrapper is currently compliant with [Tello SDK 1.3.0.0](https://dl-cdn.ryzerobotics.com/downloads/tello/20180910/Tello%20SDK%20Documentation%20EN_1.3.pdf) ## Download Maven: ```xml com.github.jakejmattson tellokt 1.1.0 ``` Gradle: ```gradle dependencies { implementation 'com.github.jakejmattson:tellokt:1.1.0' } ``` ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details