paparazzi / pprzlink

Message and communication library for the Paparazzi UAV system
Other
24 stars 55 forks source link

Add short transport for C #30

Closed dewagter closed 8 years ago

flixr commented 8 years ago

What is the use-case for this?

dewagter commented 8 years ago

this was the use case: https://github.com/paparazzi/paparazzi/pull/1821

fvantienen commented 8 years ago

It is basically to have no extra overhead when transmitting telemetry over a good link. So for example with intermcu we repack this message again over a new intermcu telemetry message. Which already has a checksum etc.

flixr commented 8 years ago

Ok, makes sense... would have been nice to put that in the description ;-)