Skip to content

HTML5-based APP(Manually control) built on Dronekit. Runs on desktops via Electron.

Notifications You must be signed in to change notification settings

Guohao91/tower-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 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/Guohao91/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/Guohao91/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

HTML5-based APP(Manually control) built on Dronekit. Runs on desktops via Electron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.5%
  • Python 38.7%
  • HTML 11.4%
  • Makefile 1.4%