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)
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. I understand you can get 1.0s comparatively cheap on eBay now though.
so parrot posted the protocols for the v1 but not the v2?
I know what i'm doing tonight.
Code:
Have you gone through the 30 previous tutorials? Jumping in at number 31 probably isn't the best idea if you've never used C# before.
SDK 2.0 has been released, you are probably better off looking for information elsewhere to be honest since as far as I know the interest in the 2.0 on here has been very limited.
Alan
"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."
Well, I found the open source code.
devzone.parrot.com/wiki/oss-ardrone2/Listing
may need to register though.
udev-164.zip
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.