summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* GREIS: Add decodes for [RC] and [PC]Gary E. Miller2018-11-102-1/+81
| | | | Pseudo-range and carrier phase.
* GREIS: Add a regression test of raw messages.Gary E. Miller2018-11-102-0/+119
| | | | Of course gpsd ignores the raw for now.
* zerk: Fix doppler, add comments.Gary E. Miller2018-11-101-3/+6
|
* zerk: Add '-e RAW" for raw mode. Add raw mode decodes.Gary E. Miller2018-11-101-6/+59
| | | | Added decodes for Doppler, Carrier Phase and Pseudo-range.
* gpsrinex: Add a man page.Gary E. Miller2018-11-093-1/+192
|
* test_gpsmm: Fix to build in new tests/ directory.Gary E. Miller2018-11-092-4/+6
|
* gpsrinex: A new tool to create RINEX 3 obs files.Gary E. Miller2018-11-092-1/+874
|
* bundg_zeus_9.log.chk: remove empty check file in wrong location.Gary E. Miller2018-11-081-0/+0
|
* test_misc.py: This test was not running during check.Gary E. Miller2018-11-081-1/+8
|
* test_misc: make less verbose on success.Gary E. Miller2018-11-081-4/+2
|
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gpsdGary E. Miller2018-11-080-0/+0
|\ | | | | | | Grrr....
| * Revert "gpspipe: fix typo in usage()."Gary E. Miller2018-11-081-1/+1
| | | | | | | | | | | | I hate merge conflicts... This reverts commit e379b673c04e7fe5856bf42d0b632800c2b2bbdc.
| * gpspipe: fix typo in usage().Gary E. Miller2018-11-081-1/+1
| |
* | gpspipe: git seems confused. Empty commit...Gary E. Miller2018-11-081-1/+1
| |
* | tests: move most tests into tests/Gary E. Miller2018-11-0814-39/+62
|/ | | | Cuts the clutter a bit in the top level directory.
* test_mktime: Add test for mkgmtime()Gary E. Miller2018-11-082-6/+25
| | | | Better comments in gpsutils.c
* test_mktime: Add tests for iso8601_to_unix()Gary E. Miller2018-11-081-1/+14
|
* gpsd_json: Fix stupid mistake.Gary E. Miller2018-11-081-3/+2
|
* gpsd_json: RAW: Always report time.Gary E. Miller2018-11-081-5/+5
|
* gpsutils: fix rounding error in unix_to_iso8601(), add/fix tests.Gary E. Miller2018-11-083-15/+59
| | | | | | | | | | 1541766896.999512 became "2018-11-09T12:34:56.000Z". Which sould be :57. The fractional seconds got rounded up, but the seconds did not get incremented to match. Added regression tests for unix_to_iso8601(). Reported by Peter Liu <greendice@me.com>.
* Correct XML attribute, and correct documentationSanjeev Gupta2018-11-081-4/+3
| | | | | | | | | | | The <literallayout> attribute does not switch to fixed width fonts and is not appropriate for a table listing Use the <screen> attribute. The program output _does_ generate a comment line, so remove the denial. Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Typo: ISO8661 -> ISO8601Sanjeev Gupta2018-11-081-1/+1
| | | | | Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Correct formatting mistakes in the XMLSanjeev Gupta2018-11-081-3/+3
| | | | | Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Typo fixes, and update of the Copyright assertionSanjeev Gupta2018-11-081-2/+2
| | | | | Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Typo: progression -> regressionSanjeev Gupta2018-11-081-1/+1
| | | | | Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Update link to debian packaging toolsSanjeev Gupta2018-11-081-1/+1
| | | | | Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Correct IA64 referenceSanjeev Gupta2018-11-081-2/+2
| | | | | | | | | | | Although IA32 is the old i[3456]86 architecture, IA64 is the totally different Itanium chipset. The 64-bit equiv of x96 is x86-64 See: https://en.wikipedia.org/wiki/X86-64#Industry_naming_conventions Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Correct typo: scratic -> staticSanjeev Gupta2018-11-081-1/+1
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* driver_ubx: Fix RAWX leapseconds and carrierphase.Gary E. Miller2018-11-062-233/+233
|
* rawdata: Add locktime field.Gary E. Miller2018-11-065-42/+47
| | | | So a client can see Carrier Phase slips.
* driver_ubx: Of course RINEX encoded SBAS svid their own way.Gary E. Miller2018-11-062-41/+44
|
* rawdata: change mtime from UTC to GPS.Gary E. Miller2018-11-053-42/+45
| | | | Oddly, gpsd clients to not know the current leap seconds.
* TPV: Add leapseconds to TPV JSON.Gary E. Miller2018-11-0511-264/+269
| | | | Most current gpsd drivers do not report leap seconds.
* driver_ubx: Save leap seconds from RAWX.Gary E. Miller2018-11-052-230/+235
| | | | If valid.
* rawdata: Note mtime is UTC, not GPS timeGary E. Miller2018-11-052-1/+2
|
* bund_zeus_9: Add regression test chk file.Gary E. Miller2018-11-051-0/+0
|
* driver_ubx: reject cpMes if cpStdev <= 5.Gary E. Miller2018-11-052-42/+42
| | | | RTKLIB does this.
* driver_ubx: Handle RAWX Stdev better.Gary E. Miller2018-11-051-4/+4
|
* rawdata: Add lli to JSON data, use NAN for invalid cpMeas and prMeasGary E. Miller2018-11-054-41/+46
|
* driver_ubx: Set rawdata lli is locktime == 0.Gary E. Miller2018-11-051-2/+6
|
* driver_ubw: don't bother to save invalid prMeas or cpMeas.Gary E. Miller2018-11-051-5/+12
|
* rawdata_t: Add lli (Loss of Lock Indicator( feild.Gary E. Miller2018-11-051-0/+5
| | | | Needed for RINEX
* Add regressions test for bundg_zeus 9Oleg Roitburd2018-11-032-0/+10890
| | | | | | A marine GPS plus sensors. Signed-off-by: Gary E. Miller <gem@rellim.com>
* build.txt: mention KPPS dependency.Gary E. Miller2018-11-021-0/+7
|
* SConstruct: improve the error message when Python detection fails.Gary E. Miller2018-11-011-3/+4
|
* SConstruct: Do not crash when not building python man pages.Gary E. Miller2018-11-011-4/+9
|
* www/NMEA: Updates to PRNs.Gary E. Miller2018-11-011-5/+14
|
* www/NMEA: Sort talker ID lists.Gary E. Miller2018-11-011-16/+16
|
* www/NMEA: Update version number.Gary E. Miller2018-11-011-1/+1
|
* www/NMEA: Add NMEA message examples.Gary E. Miller2018-11-011-1/+47
|