/telsim

A cross-platform simulated implementation of the DJI Tello quad-copter API

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

telsim

A simulated implementation of the DJI Tello quad-copter API

Further Documentation Available on the Telsim Wiki

Running Telsim

Telsim is an Electron app which runs on NodeJS

Install NodeJS

$ sudo apt install nodejs

Clone the Telsim Repository

$ git clone https://github.com/elsell/telsim

Install Dependencies

$ cd telsim
$ npm install

Run Telsim

$ npm start