Module twisted.protocols.gps.nmea
NMEA 0183 implementation
Maintainer: Bob
Ippolito<mailto:bob@redivi.com>
The following NMEA 0183 sentences are currently understood:
GPGGA (fix)
GPGLL (position)
GPRMC (position and time)
GPGSA (active satellites)
The following NMEA 0183 sentences require implementation:
None really, the others aren't generally useful or implemented in most devices anyhow
Other desired features:
- A NMEA 0183 producer to emulate GPS devices (?)
Classes |
NMEAReceiver |
This parses most common NMEA-0183 messages, presumably from a serial
GPS device at 4800 bps |
MODE_AUTO
-
- Type:
-
str
- Value:
|
MODE_FORCED
-
- Type:
-
str
- Value:
|
MODE_NOFIX
-
- Type:
-
int
- Value:
|
POSFIX_DGPS
-
- Type:
-
int
- Value:
|
POSFIX_INVALID
-
- Type:
-
int
- Value:
|
POSFIX_PPS
-
- Type:
-
int
- Value:
|
POSFIX_SPS
-
- Type:
-
int
- Value:
|