Open EdHurtig opened 7 years ago
The current telemetry stream is a huge 240byte packet containing all the telemetry information. Its a bit wasteful and could be much more efficient
Goal: Do all of this efficiently in 1mbps
https://developers.google.com/protocol-buffers/
Maybe serialize the telemetry stream?
Definitely worth looking into
The current telemetry stream is a huge 240byte packet containing all the telemetry information. Its a bit wasteful and could be much more efficient
Goal: Do all of this efficiently in 1mbps