An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# zeppelin
![Zeppelin Logo](https://raw.github.com/ablakely/zeppelin/master/app/public/imgs/logo.jpg)

[![Build Status](https://secure.travis-ci.org/ablakely/zeppelin.png)](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).

![Parrot AR Drone](http://www.sussex-model-centre.co.uk/uploads/AR-Drone-2.0-b.jpg)

## Screenshots
![Home](http://bb.ohsk.net/uploads/Screen%20Shot%202012-12-27%20at%207.06.47%20PM.png)

## 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)