summaryrefslogtreecommitdiff
path: root/libgps_json.c
Commit message (Expand)AuthorAgeFilesLines
* JSON/RAW: Add sigid, if non-zero.Gary E. Miller2019-05-171-3/+8
* libgs_json: Fix SKY json_types.Gary E. Miller2019-05-171-3/+3
* libgps_json: Fix json_types for meas_t.Gary E. Miller2019-05-171-14/+14
* JSON: Add sigid to PRN in SKY.Gary E. Miller2019-04-191-0/+1
* libgps_json: Decode datum in the client.Gary E. Miller2019-03-251-0/+2
* Split epe into eph and sep.Gary E. Miller2019-03-221-9/+13
* libgps_json.c: Add missing epe. This was breaking cgps.Gary E. Miller2019-03-201-0/+2
* libgps_json: remove duplicate CLIMB_SET testGary E. Miller2019-03-121-2/+0
* POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.Gary E. Miller2018-12-261-2/+2
* In the client library, ignore unkown JSON attributes from GPSD.Eric S. Raymond2018-11-201-30/+37
* libgps_json: Give leapseconds a default of 0.Gary E. Miller2018-11-191-1/+2
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* libgps_json: Add decode for leapseconds. Where to put it?Gary E. Miller2018-11-191-0/+3
* RAW: Add c2c and l2c measurements.Gary E. Miller2018-11-121-0/+4
* rawdata: Add locktime field.Gary E. Miller2018-11-061-0/+1
* rawdata: Add lli to JSON data, use NAN for invalid cpMeas and prMeasGary E. Miller2018-11-051-0/+1
* lobgps_jons: Another fix for RAW decode.Gary E. Miller2018-11-011-3/+6
* json: Fis encode/decode of rawdata_t.Gary E. Miller2018-10-301-3/+3
* gps.h: Add RAW_SET flag. Now clients can tell if they get RAW data.Gary E. Miller2018-10-301-1/+1
* libgps_json: Decode new parts of RAW message.Gary E. Miller2018-10-291-6/+8
* rawdata_t: Split mtime into time and nsec.Gary E. Miller2018-10-291-4/+10
* libgps_json: Add RAW decode.Gary E. Miller2018-10-261-0/+49
* libgps_json: minor style tweak, line up columns.Gary E. Miller2018-09-191-2/+2
* libgps_json: Decode gnssid:svid in SKY.Gary E. Miller2018-09-191-13/+12
* update gpsd to send arbitrary data to GPS from clientGary E. Miller2018-07-141-0/+2
* libgps_json.c: change isnan() to isfinite()Gary E. Miller2018-07-101-15/+23
* $GPVTG Added parsing, storage, output of magnetic courseDaniel_M_Williams2018-06-121-0/+4
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* ECEF: jiggle the ECEF data structure, add missing accuracies to client.Gary E. Miller2018-02-161-4/+4
* isfinite(): Another try at getting Ubuntu to see isfinite()Gary E. Miller2018-02-131-2/+3
* isfinite(): add define for POSIX 2011LGary E. Miller2018-02-131-0/+3
* ECEF: pass ECEF parts of fix to gps client library.Gary E. Miller2018-02-121-3/+15
* cppcheck: style - remove unused variable.Robert Norris2017-02-091-2/+2
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-1/+2
* Add concept of a GPS-disciplined oscillatorMichael Brown2016-02-091-0/+41
* Address Savannah bug #46804: JSON satellite view parsing is somewhat broken.Fred Wright2016-01-041-3/+3
* Fix a dodgy comment.Gary E. Miller2015-04-061-4/+2
* Add client-library parsing of PPS precision.Eric S. Raymond2015-04-041-2/+2
* Add a JSON test for the PPS message.Gary E. Miller2015-04-021-0/+1
* Add precision to the JSON decoder. Throw away the result.Gary E. Miller2015-04-011-0/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-47/+9
* TOFF JSON message implemented and documented.Eric S. Raymond2015-02-231-0/+47
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-6/+6
* Avoid overexposure of an internal mask. EOF_SET -> EOF_ISEric S. Raymond2015-02-201-1/+1
* Fix improper timespec type casting.Gary E. Miller2015-02-021-4/+4
* In client library, "dip" member was missing from ATT parsing.Eric S. Raymond2015-01-241-0/+2
* Complete splint cleanup.Eric S. Raymond2015-01-211-0/+1
* Use str_starts_with instead of local macro.Zbigniew Chyla2015-01-211-15/+14
* Last change to STARTSWITH was buggy. All regression tests pass.Eric S. Raymond2015-01-131-1/+1
* The STARTSWITH macro in libgps_json.c uses sizeof when it means strlen.Matt2015-01-081-1/+1