AprsParser.Core (aprs v0.1.2)

View Source

Main 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

parse(packet)

@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.