AprsParser.Core (aprs v0.1.2)
View SourceMain entry point for APRS packet parsing. Delegates to submodules for specific formats.
Summary
Functions
Parse an APRS packet string into a Packet struct or return a ParseError struct.
Functions
@spec parse(String.t()) :: {:ok, AprsParser.Types.Packet.t()} | {:error, AprsParser.Types.ParseError.t()}
Parse an APRS packet string into a Packet struct or return a ParseError struct.