A simple rest server to control your Parrot AR Drone
- webserver - express (https://github.com/visionmedia/express)
- drone client - node-ar-drone (https://github.com/felixge/node-ar-drone)
-
git clone https://github.com/andrew/ar-drone-rest
-
cd ar-drone-rest
-
npm install
-
Connect to wifi on parrot ar drone
-
run
coffee test.coffeein the root of the app -
open
http://localhost:8080
/takeoff
/land
/stop
/move?front=0.5
/move?up&left
/increaseSpeed
/decreaseSpeed
Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.