Howto talk:Parsing binary data received via UDP in C

From FlightGear wiki
Revision as of 17:11, 17 December 2014 by Hooray (talk | contribs) (Created page with "== TODO == {{FGCquote |To be really useful in the long-term, it would be great to make this cross-platform, and maybe getting it committed to $FG_SRC/contrib - the easiest w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TODO

Cquote1.png To be really useful in the long-term, it would be great to make this cross-platform, and maybe getting it committed to $FG_SRC/contrib - the easiest way for making this platform agnostic would probably be using the SimGear SGSocketUDP API: http://api-docs.freeflightsim.org/simge ... etUDP.html


You'll find a self-contained unit test that you can easily adapt to add your own code here: https://gitorious.org/fg/simgear/source ... cktest.cxx


Cquote2.png