Skip to content

Added a Compression Layer for Remote telemetry

The initial V2 remote protocol had been established as a means to try and reduce the data footprint of messages and simplify messages being transmitted. Unfortunately, a gross misunderstanding of the core telemetry pipeline had caused bugs that made the protocol unusable.

I have now implemented LZ4 compression into the V1 remote protocol which seems to have had the impact of reducing bandwidth requirements by 33%. As always, this is edging me closer to a remote protocol that will prove more useful for endurance races and race engineers, but it will take a small amount of time before that will come to fruition.

Closes #63 (closed) as it completely removes the flawed protocol.

Edited by Sas van der Westhuizen

Merge request reports