afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Specify protobuffer and packaging for receiver #79

Closed stenbergd closed 8 years ago

stenbergd commented 9 years ago

Tobias is building a Windows app to interface with Dragonfly over USB Com port.

The data sent needs to be serialized and packaged.

Define in a .proto file the message to use with protobuffer serialization and figure out a way to package it. Like:

rc-serial-data 123 [datadatadatadata...](123 bytes of data sent)

Using the CLI for instance.

stenbergd commented 8 years ago

Done. Creating new issue to further improve and expand functionality of protobuffer messaging over USB.