CatalystCode / cell-sar

Cell Scanning Search and Rescue Drone Prototype
5 stars 4 forks source link

Protobuf support #28

Open axis7818 opened 7 years ago

axis7818 commented 7 years ago

Right now, the 100 byte message packets are manually filled with data for each message that is sent. Should make a class dedicated to creating and parsing these message packets.

axis7818 commented 7 years ago

an initial untested implementation is made to the protobuf branch.

Documentation for the layout is provided here

Once tested and merged to master, we can add the documentation to the wiki.