ParadigmHyperloop / hyperloop

High Performance Hyperloop Pod Control Software
https://paradigmhyperloop.com
Other
17 stars 4 forks source link

Design new Telemetry Streaming Format #43

Open EdHurtig opened 7 years ago

EdHurtig commented 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

gyroknight commented 7 years ago

https://developers.google.com/protocol-buffers/

Maybe serialize the telemetry stream?

EdHurtig commented 7 years ago

Definitely worth looking into