Aprs.Core (aprs v0.1.3)
View SourceCore APRS parsing functionality.
Summary
Functions
Parse an APRS packet string into a Packet struct or return a ParseError struct.
Functions
@spec parse(String.t()) :: {:ok, Aprs.Types.Packet.t()} | {:error, Aprs.Types.ParseError.t()}
Parse an APRS packet string into a Packet struct or return a ParseError struct.