Go to file
2022-09-23 13:22:14 +03:00
dist clenup 2022-09-23 12:13:33 +03:00
docker/mosquitto Init commit 2022-08-18 22:20:07 +03:00
img Comlex commit 2022-09-22 23:18:43 +03:00
server Init commit 2022-08-18 22:20:07 +03:00
src scss + makefile 2022-09-23 13:22:14 +03:00
.gitignore Clenup 2022-09-23 12:12:16 +03:00
docker-compose.yml Init commit 2022-08-18 22:20:07 +03:00
favicon.ico Comlex commit 2022-09-22 23:18:43 +03:00
Makefile scss + makefile 2022-09-23 13:22:14 +03:00
map.html scss + makefile 2022-09-23 13:22:14 +03:00
package-lock.json scss + makefile 2022-09-23 13:22:14 +03:00
package.json scss + makefile 2022-09-23 13:22:14 +03:00
README.md scss + makefile 2022-09-23 13:22:14 +03:00
server.py Init commit 2022-08-18 22:20:07 +03:00
webpack.config.js scss + makefile 2022-09-23 13:22:14 +03:00

UDrone

Flightcondroller for PX4 from browser via mqtt-mavlink bridge

Requiremens

  • Docker (for MQTT server. Also can be run at host without docker)
  • Python 3
  • Nodejs

(migration to docker in progress)

Starting

Build frontend (dev)

make install
make build env=dev

Up frontend (dev)

make test

Prepare backend

make dbuild

Start backend

make up #python3 server/bridge.py