Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jetsup/track-drone


https://github.com/jetsup/track-drone

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tack Drone

A minimalistic visualization dashboard for a drone in flight.

## Setup

Clone [this](https://www.github.com/jetsup/track-drone) repository and install all the dependencies

```bash
git clone https://www.github.com/jetsup/track-drone.git
cd track-drone
cp config.example.js config.js # remember to edit this file accordingly
npm install
```

```bash
# For windows users
COPY config.example.js config.js # remember to edit this file accordingly
```

Connect the base control module and edit the `config.js` file that will have been created from the [config.example.js](./config.example.js)

![Screenshot of the webview](public/images/demo/demo.png)
_Test flight demo :)_