https://github.com/linjunpop/tello
🛸 Ryze/Dji Tello SDK (Unofficial)
https://github.com/linjunpop/tello
dji elixir ryze tello tello-drone
Last synced: 2 days ago
JSON representation
🛸 Ryze/Dji Tello SDK (Unofficial)
- Host: GitHub
- URL: https://github.com/linjunpop/tello
- Owner: linjunpop
- License: mit
- Created: 2022-07-05T13:16:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T00:31:52.000Z (12 months ago)
- Last Synced: 2025-04-04T21:11:10.894Z (24 days ago)
- Topics: dji, elixir, ryze, tello, tello-drone
- Language: Elixir
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tello
[](https://github.com/linjunpop/tello/actions/workflows/ci.yml)
[](https://hex.pm/packages/tello)
[](https://hexdocs.pm/tello/)
[](https://github.com/linjunpop/tello/blob/master/LICENSE.md)An unofficial [Ryze Tello](https://www.ryzerobotics.com/tello-edu) SDK.
## Installation
The package can be installed
by adding `tello` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:tello, "~> 0.3.0"}
]
end
```The docs can
be found at .