Asked
— Edited
I need to see the connection protocol for the ar drone from the ARC ar drone tool.
Anyone that could show me the coding (any coding[preferably C#] or code from the SDK)
I need to see the connection protocol for the ar drone from the ARC ar drone tool.
Anyone that could show me the coding (any coding[preferably C#] or code from the SDK)
Looks like the new 2.0 SDK is Android (Java under Linux) and iOS only. No windows support as yet, although some of the posts on that forum are discussing running Ubuntu in a virtual machine to make it work on Windows. Probably not too helpful for EZ-B though.
Alan
how would I search this? what would I say? "The only way to get the protocol would be to sniff the wifi packets and reverse engineer it.
You could try searching Google to see if anyone has already done this."
ar drone 2.0 packet sniffing or similar.
you know how you said Dj couldn't get a hold of parrot and so he couldn't get the developer stuff?
Well, I found the open source code.
devzone.parrot.com/wiki/oss-ardrone2/Listing
may need to register though.
here is one of the source code files I downloaded. it looks promising.
udev-164.zip
also, found these forums on the camera video stream. seems like ive found something.
projects.ardrone.org/boards/1/topics/show/4282 projects.ardrone.org/boards/1/topics/show/4332
DJ, if you are reading this please respond and if possible take a look at all the stuff ive posted.
github.com/felixge/node-ar-drone#readme
github.com/liuyd07/ardrone-sdk-2.0