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.
Assuming you have node.js and npm installed you can install with
git clone [email protected]: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.
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 :)