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

https://github.com/roemer/crazyserv

Server with a simple API to control multiple Crazyflie quads
https://github.com/roemer/crazyserv

bitcraze crazyflie drone server

Last synced: 3 months ago
JSON representation

Server with a simple API to control multiple Crazyflie quads

Awesome Lists containing this project

README

          

# CrazyServ
Server with a simple API to control multiple Crazyflie quads

# Instructions
1. Create a python virtual environment
```bash
python -m venv crazyserv-env
```
2. Activate it
```bash
crazyserv-env/scripts/activate
```
3. Install the requirements
```bash
pip install -r requirements.txt
```
4. Run the server
```bash
python crazyserv.py
```
# API
TODO

# Notes
Make sure to use libusbk as crazy radio driver