Skip to content

Example HTML5-based GCS built on Dronekit. Runs on desktops via Electron.

Notifications You must be signed in to change notification settings

dronekit/tower-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower for Web

Example HTML5-based GCS for UAVs built on DroneKit Python. Can run on Desktop via Electron.

https://cloud.githubusercontent.com/assets/12703357/10495186/94ea2e34-7288-11e5-8a03-099565d5dfce.png

Running

sudo -H pip install -UI git+https://github.com/dronekit/tower-web.git
tower tcp:127.0.0.1:5760

Then open http://localhost:24403/ in a browser.

Running in a Electron window

git clone https://github.com/dronekit/tower-web.git
cd tower-desktop
pip install -r requirements.txt
npm install -g electron-shell
electron . tcp:127.0.0.1:5760

License

MIT/Apache-2.0

About

Example HTML5-based GCS built on Dronekit. Runs on desktops via Electron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published