AprsParser.NMEA (aprs v0.1.2)

View Source

NMEA sentence parsing for APRS packets.

Summary

Functions

Parse an NMEA sentence string. Returns a struct or ParseError.

Functions

parse(nmea_sentence)

@spec parse(String.t()) :: map() | AprsParser.Types.ParseError.t()

Parse an NMEA sentence string. Returns a struct or ParseError.