https://github.com/ablakely/zeppelin
AR.Drone 2.0 Controller Web Interface
https://github.com/ablakely/zeppelin
Last synced: 5 months ago
JSON representation
AR.Drone 2.0 Controller Web Interface
- Host: GitHub
- URL: https://github.com/ablakely/zeppelin
- Owner: ablakely
- License: gpl-3.0
- Created: 2012-12-24T23:00:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-28T21:23:35.000Z (over 13 years ago)
- Last Synced: 2024-04-15T13:18:04.723Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://github.com/ablakely/zeppelin/wiki
- Size: 41.8 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zeppelin

[](http://travis-ci.org/ablakely/zeppelin)
zeppelin is a project to write a web interface for the [Parrot AR.Drone 2.0](http://ardrone2.parrot.com). It's built ontop of [express](http://github.com/visionmedia/express) and [node-ar-drone](https://raw.github.com/ablakely/node-ar-drone).

## Screenshots

## Introduction
The AR Drone is an affordable, yet surprisingly capable quadcopter. The drone
itself runs a proprietary firmware that can be controlled via WiFi using the official
FreeFlight mobile app
(available for [iOS](http://itunes.apple.com/us/app/freeflight/id373065271?mt=8) and [Android](https://play.google.com/store/apps/details?id=com.parrot.freeflight&hl=en)).
The purpose of this project is to extend the functionality of the onboard firmware and enable control via web interface.
## AR.Drone 2.0 Node.js
See [node-cross-compiler](https://github.com/felixge/node-cross-compiler) for information on installing node.js on your quadcopter.
## Installing
To install just install clone the project and install the node modules:
```bash
npm install
```
Then run the bash install script, it will guide you through the rest of the install:
```bash
./scripts/deploy.sh
```
## License
All of zeppelin's code is licensed under GPLv3.0. See the LICENSE file for more information.
## Community
### IRC
Our main IRC channel is #zeppelin on [Alphachat](http://alphachat.net).
# Credits
This is a list of people who have contributed to the zeppelin project.
| Nick | Real Name | Email |
|:--------------------------------------------|:--------------|:----------------------------------------------|
| [Dark_Aaron](http://twitter.com/Dark_Aaron) | Aaron Blakely | [aaron@ephasic.org](mailto:aaron@ephasic.org)