hyperloop icon indicating copy to clipboard operation
hyperloop copied to clipboard

Design new Telemetry Streaming Format

Open EdHurtig opened this issue 8 years ago • 2 comments

The current telemetry stream is a huge 240byte packet containing all the telemetry information. Its a bit wasteful and could be much more efficient

  • We are limited to 1mbps on the network link.
  • We want to stream video over this link as well.
  • We need to maintain a TCP command connection as well.

Goal: Do all of this efficiently in 1mbps

EdHurtig avatar Oct 13 '17 18:10 EdHurtig

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

Maybe serialize the telemetry stream?

gyroknight avatar Nov 11 '17 23:11 gyroknight

Definitely worth looking into

EdHurtig avatar Nov 11 '17 23:11 EdHurtig