windytan / redsea

Command-line FM-RDS decoder with JSON output.
MIT License
390 stars 36 forks source link

Print TMC message as soon as it's completed #21

Closed windytan closed 7 years ago

windytan commented 8 years ago

Currently, multi-part TMC messages are only printed when the next message begins. End of message should be detected instead.

For this to work, a TMC message should know its expected length. This can be calculated from GSI.

windytan commented 7 years ago

fixed v0.7.3