fdb53583d2
3.22: 2020-01-08 Added client/gpscsv to convert gpsd JSON to csv. Added client/gpsplot to dynamically plot gpsd JSON. Added client/gpssubframe to decode gpsd SUBFRAME JSON. Added nSat and uSat to SKY JSON. Old clients can not read new SKY. Move stuff from source root into clients/, include/, gpsmon/ and libgps/. Move stuff from source root into gpsd/. Move class ubx out of ubxtool and into gps/ubx.py. Build all targets in gpsd-$VERSION/, not in tree. NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
10 lines
449 B
Text
10 lines
449 B
Text
Gpsd is a daemon acting as a liason between a GPS (GNSS) receiver or
|
|
Loran-C receiver and clients. The receiver is expected to generate
|
|
position information as NMEA-0183 sentences or in any of a number of
|
|
vendor-specific binary formats.
|
|
|
|
Gpsd listens on port 2947 for clients requesting position, time,
|
|
velocity or altitude information.
|
|
|
|
Gpsd can take information from the receiver and translate it into
|
|
something easier to understand for clients.
|