##node-copter-webapp
Use smartphones, tablets or desktop to control the AR Parrot Drone 2.0 via Node.js server Record flights or take pictures Scan qr-codes through out the stream! Snap to flip Hook up and realease! The Project ist still under heavy development!
npm install
npm test
npm start
- Eschbacher Georg
- Hettegger Michael
Some Modules need to be installed globally
nvm use v0.8.14
npm install -g mocha
npm install -g grunt-cli
You also need a redis-database. The database needs one set called codes which includes qr-codes you want to allow.
Type these commands in your redis-cli:
SADD codes yourqrcode
If you have a problem with zombie and contextify, go to xxx/node_modules/zombie/node_modules/jsdom and here type: npm install contextify because there is a dependency issue with zombie and jsdon/contextify