summaryrefslogtreecommitdiff
path: root/test/daemon/greis-binary.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* GREIS regressions: Update for GPS rollover.Gary E. Miller2019-04-131-44/+44
| | | | | The GPS Roll over puts the times in the current epoch. Nothing to worry about.
* driver_greis: Remove epx/epy computation. Do in gpsd_model_error().Gary E. Miller2019-03-261-88/+88
| | | | Wow, all these various computations of epx/epy, all different...
* Split epe into eph and sep.Gary E. Miller2019-03-221-44/+44
| | | | | | | | Try to do it with forward and backward compatibility, which is challenging with current miscojson. Sometimes epe was used to 2D estimated erro. Sometimes for 3D error. So make it explicit eph is 2D, and sep is 3D.
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-44/+44
| | | | Odd that it was never there before...
* psuedonmea: Make $GPGBS match NMEA 3.0 specGary E. Miller2019-03-131-44/+44
|
* Rebuild tests to address Savannah bug #52678...Eric S. Raymond2018-12-261-396/+396
| | | | ...Get 'scons check' to work with test/daemon/ntrip_sourcetable.log
* GREIS: Add gnssid:svid to skyview.Gary E. Miller2018-09-191-44/+44
| | | | The GREIS->gnssid:svid looks different than the u-blox->gnssid:svid.
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-0/+396
All functional changes inside "#ifdef GREIS_ENABLE" Includes new regression tests. All regressions tests pass. Developed by Gregory Fong, with help and support from Virgin Orbit. Signed-off-by: Gary E. Miller <gem@rellim.com>