aprs-python
aprs-python copied to clipboard
implement telemetry report parsing
The format uses floats for telemetry values as a lot of softwares are not compliant with the APRS101 spec - see this report.
Floats can deserialise message compliant with the spec, but is up to the user of the library to treat the values as decimals or bytes.
Done, I cleaned up the PR.
Also rebased from master.
This looks good (and the ouptut format matches up with decoded base91 telemetry, unlike #78). I would love to see a merge.