Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/go-ardrone
Parrot AR Drone 2.0 drivers and protocols written in Go.
https://github.com/felixge/go-ardrone
Last synced: about 2 months ago
JSON representation
Parrot AR Drone 2.0 drivers and protocols written in Go.
- Host: GitHub
- URL: https://github.com/felixge/go-ardrone
- Owner: felixge
- License: mit
- Created: 2012-11-26T19:17:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-06T08:12:43.000Z (over 10 years ago)
- Last Synced: 2024-10-11T15:18:54.456Z (2 months ago)
- Language: Go
- Homepage:
- Size: 334 KB
- Stars: 33
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# go-ardrone
Parrot AR Drone 2.0 drivers and protocols written in Go.
* **client:** A partial implementation of the Parrot UDP protocol.
* **hardware:** Code for talking to the hardware of the drone. Will be used by
[GoDrone](http://github.com/felixge/godrone).## License
Everything in here is MIT licensed, see LICENSE.txt.