summaryrefslogtreecommitdiff
path: root/test/daemon/tcp-test.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* Split epe into eph and sep.Gary E. Miller2019-03-221-3/+3
| | | | | | | | 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-2/+2
| | | | Odd that it was never there before...
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-1/+1
|
* Fix stupid finger error in DOP computation.Eric S. Raymond2014-09-211-2/+2
|
* Second attempt at DOP computation fix.Eric S. Raymond2014-09-191-2/+2
|
* Fix a subtle error in DOP computation. This makes a prompt release a good idea.Eric S. Raymond2014-09-191-2/+2
|
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-4/+4
| | | | | | | Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures.
* Create a regression test for the TCP fake source capability.Eric S. Raymond2013-11-031-0/+11
Also, move the ephemeral ports used for these well up into the private-port range.