Skip navigation links

Package org.ka2ddo.gps

This package defines classes for parsing and reporting GPS position information as received directly from a GPS receiver in NMEA-0183 format, or from a GPSD daemon in the version 3 JSON format.

See: Description

Package org.ka2ddo.gps Description

This package defines classes for parsing and reporting GPS position information as received directly from a GPS receiver in NMEA-0183 format, or from a GPSD daemon in the version 3 JSON format. It also supports registering extensions for non-GPS NMEA-0183 sentences through the GPSParser.registerSentenceParser(java.lang.String, org.ka2ddo.gps.GPSSentenceParser) method.
Skip navigation links