GPSD
Warning
This sink is deprecated and will be removed in the future. Interamap is the recommended sink instead.
GPSD is a sink that parses geographic data from the ZMQ network (Source).
Usage
The GPSD sink runs with no arguments and outputs to stdout. The sink can be started with the following command:
python sinks/gpsd/main.py
The GPSD sink can be stopped by pressing Ctrl + C
.
Format
HEADER |
TIMESTAMP |
LATITUDE |
LATITUDE_DIRECTION |
LONGITUDE |
LONGITUDE_DIRECTION |
QUALITY |
NUMBER_OF_SATELLITES |
_ |
ALTITUDE |
DALTITUDE |
CHECKSUM |
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Known Issues and Limitations
TIMESTAMP is not the actual time the data was received; the package timestamp is delayed.
Unable to determine the data source board.
Direction is hardcoded to N and W.
There is no way to exit the gpsd sink gracefully.