Class NmeaReader

  • All Implemented Interfaces:
    IGpxReader

    public class NmeaReader
    extends Object
    implements IGpxReader
    Reads a NMEA 0183 file. Based on information from http://www.catb.org/gpsd. NMEA files are in printable ASCII form and may include information such as position, speed, depth, frequency allocation, etc. Typical messages might be 11 to a maximum of 79 characters in length. NMEA standard aims to support one-way serial data transmission from a single "talker" to one or more "listeners". The type of talker is identified by a 2-character mnemonic. NMEA information is encoded through a list of "sentences".