An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

# Tello

[![CI](https://github.com/linjunpop/tello/actions/workflows/ci.yml/badge.svg)](https://github.com/linjunpop/tello/actions/workflows/ci.yml)
[![Module Version](https://img.shields.io/hexpm/v/tello.svg)](https://hex.pm/packages/tello)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/tello/)
[![License](https://img.shields.io/hexpm/l/tello.svg)](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 .