rossengeorgiev / aprs-python

📡 Python module for working with APRS
http://aprs-python.readthedocs.io/en/latest/
GNU General Public License v2.0
114 stars 37 forks source link

implement telemetry report parsing #76

Open stefanolande opened 2 years ago

stefanolande commented 2 years ago

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.

stefanolande commented 1 year ago

Done, I cleaned up the PR.

stefanolande commented 1 year ago

Also rebased from master.

arodland commented 1 year ago

This looks good (and the ouptut format matches up with decoded base91 telemetry, unlike #78). I would love to see a merge.