Aprs.TelemetryFromComment
(aprs v1.0.1)
View Source
Extract telemetry data from APRS comment fields.
Telemetry can be embedded in position comments using the format: |SS AAAAA BBBBB CCCCC DDDDD EEEEE FFFFF GGGGG HHHHH| where SS is the sequence number and A-H are telemetry values in base91.
Summary
Functions
Extract telemetry data from a comment field. Returns {telemetry_map, cleaned_comment} or {nil, original_comment}
Parse a base91 encoded telemetry value. Each character has a value from 0-90 (ASCII 33-123, excluding 124). Two characters give a value from 0-8280.
Functions
Extract telemetry data from a comment field. Returns {telemetry_map, cleaned_comment} or {nil, original_comment}
Parse a base91 encoded telemetry value. Each character has a value from 0-90 (ASCII 33-123, excluding 124). Two characters give a value from 0-8280.