Aprs.Core (aprs v0.1.3)

View Source

Core APRS parsing functionality.

Summary

Functions

Parse an APRS packet string into a Packet struct or return a ParseError struct.

Functions

parse(packet)

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