Socket
Socket
Sign inDemoInstall

zetta-ardrone-driver

Package Overview
Dependencies
5
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zetta-ardrone-driver

Zetta driver for the Ardrone.


Version published
Weekly downloads
7
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Zetta ArDrone Driver

Zetta device package for ArDrone Quadrocopter, use this to discover ArDrones on your Zetta project.

Uses the Node ArDrone from Felix Geisendörfer to communicate to the drone through node.

Install

npm install zetta-ardrone-driver

Usage

var zetta = require('zetta');
var ArDrone = require('zetta-ardrone-driver');

zetta()
  .use(ArDrone)
  .listen(1337);

Connecting to Home Network

If you would like to connect to connect your drone to your home router you can use checkout this repo.

  1. Connect your laptop to your drone's wifi.
  2. Install with: script/install
  3. Connect to a network with: script/connect "<essid>" -p "<password>"
  4. Connect your laptop back to your home wifi.

License

MIT

Keywords

FAQs

Last updated on 17 Dec 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc