summaryrefslogtreecommitdiff
path: root/test/daemon/skytraq-dgps.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_nmea0183: Enforce NMEA 4.0 type PRNs.Gary E. Miller2019-05-021-33/+33
| | | | | | | | | | | | | | | | Up until now, the PWN was whatever the GPS said it was. With NMEA 4.10 this is no longer sustainable. The u-blox 9 defaults to NMEA 4.10, sort of. It sometimes puts NMEA 4.0 PRNs into NMEA 4.10 sentences. Some people like to use both u-blox binary and NMEA sentences mixed together, so the time has come to enforce the PRN complies with NMEA 4.0 extended numbering. Sadly this can not map exactly into u-blox numbering, but is a start. Fixing this uncovered other examples of non NMEA compliant sentences in the regressions. So many regressions changed. The most obvious change is that NMEA 4.0 puts the SBAS PRN in the range 33-64 and 152-158, not 120-158 as u-blox does.
* Split epe into eph and sep.Gary E. Miller2019-03-221-101/+101
| | | | | | | | 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-99/+99
| | | | Odd that it was never there before...
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-33/+33
|
* nmea 0183: better fix for non-updating DOPs.Gary E. Miller2017-01-091-125/+125
| | | | regressions updated. Other rdivers prolly need similar fixes.
* Replace corrupted log file.Gary E. Miller2016-04-071-70/+1254
| | | | All regressions pass.
* New regression: Skytraq NMEA DGPSGary E. Miller2016-04-061-0/+70