/AnduinoCopter-Reporter

Dashboard for real-time AnduinoCopter status updates

Primary LanguageJavaScript

Anduino Copter Reporter

Summary

A realtime reporter for error messages, flight data, and eventually images. The application is based on node.js, and uses socket.io for realtime reporting. Compatible with Noah Young and Kevin Hughes' AnduinoCopter project.

Installation

Assuming you have node.js and npm installed you can install with

git clone git@github.com:hbarrington/AnduinoCopter-Reporter.git
cd AnduinoCopter-Reporter
npm install

Then you can start the server with

node app.js

Then open http://0.0.0.0:1337 in your favorite browser.

Credits

There are quite a few tecnologies and libraries used in the demo. Thank you! Also thanks to George Ornbo for his example code and README template :)