Skip to content

knewter/exdrone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exdrone

Exdrone is a client for the Parrot ARDrone.

YouTube Video

Usage

connection = Exdrone.Connection[host: {192,168,1,1}, port: 5556]
alias Exdrone.Drone, as: D
{:ok, drone} = D.start(connection)
drone |> D.take_off
drone |> D.land

Development

To run the tests:

mix test

To start a udp server that will log messages sent to it to a file:

nc -4 -u -l 2389 > /tmp/udp.data

Resources

If you're interested in reading other sources re: how the ARDrone communication protocol works, here are a few good ones:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages