Aprs.SpecialDataHelpers (aprs v2.0.1)

View Source

Helpers for special APRS data types: PEET logging and invalid/test data.

Summary

Functions

Parse an invalid-or-test packet (,) into :test_data.

Parse a Peet Bros logging packet (# or *) into :peet_data.

Functions

parse_invalid_test_data(data)

@spec parse_invalid_test_data(String.t()) :: map()

Parse an invalid-or-test packet (,) into :test_data.

parse_peet_logging(data)

@spec parse_peet_logging(String.t()) :: map()

Parse a Peet Bros logging packet (# or *) into :peet_data.

The payload is returned as it arrived; the field layout depends on the station's logging mode and is not decoded here.