summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* driver_ubx: UBX-NAV-SOL uses new status values.Gary E. Miller2019-02-061-3/+16
* gps.h: Add new options for gps_data_t->statusGary E. Miller2019-02-061-1/+7
* ubxtool: Add comment that TIME ONLY is same as Surveyed InGary E. Miller2019-02-061-0/+1
* ubxtool: Tweak a comment on SURVEYIN 'accuracy'.Gary E. Miller2019-02-061-0/+2
* ubxtool: Tweak send_able_tmode2() commentGary E. Miller2019-02-051-1/+1
* ubxtool: Tewak UBX-CFG-PRT outputGary E. Miller2019-02-051-6/+7
* ubxtool: Improve TMODE2 decode. Change SURVEYINGary E. Miller2019-02-051-8/+37
* SiRFstarV: A $GNGSA was triggereing some hosts, not all.Gary E. Miller2019-02-052-78/+77
* libgpsd_core: Be sure to init gps_devive_t->nmeaGary E. Miller2019-02-051-1/+4
* Minor typo, no semantic changeSanjeev Gupta2019-02-051-1/+1
* For numpy, use longdouble rather than float128Sanjeev Gupta2019-02-051-2/+2
* driver_nmea0183: Fix SiRFstarV in NMEA mode with last_gga_talkerGary E. Miller2019-02-043-79/+107
* regresions: Add SiRFstarV NMEA. Shows $GNGSA issue.Gary E. Miller2019-02-042-0/+818
* libgps.3: Update gps_read() prototype.Gary E. Miller2019-02-042-6/+14
* gpssnmp: UPdate for new gps_read() call.Gary E. Miller2019-02-041-1/+1
* Fix a warning from gcc: vwprintw is deprecatedSanjeev Gupta2019-01-291-2/+2
* driver_nmea0813: Tweak some log messages.Gary E. Miller2019-01-251-4/+4
* driver_nmea0183: Tweak some comments about xxGSA.Gary E. Miller2019-01-251-5/+9
* driver_sirf: Go to next init step if not waiting for ACK/NACK.Gary E. Miller2019-01-241-7/+3
* driver_sirf: Skip binary init when going to NMEA mode.Gary E. Miller2019-01-241-0/+3
* gpsd.h: Make cfg_step and cfg_stage part of session.Gary E. Miller2019-01-242-12/+22
* driver_sirf: Reformat bin<->nmea code. Note it is broken.Gary E. Miller2019-01-241-4/+8
* driver_sirf: convert nasty 'if's into nice switch.Gary E. Miller2019-01-241-21/+37
* driver_sirf: Change the init message rate limit a bit.Gary E. Miller2019-01-241-16/+45
* driver_ubx: 2nd try at getting ACK/NAK right.Gary E. Miller2019-01-181-2/+4
* driver_ubx: Fix ACK and NAK.Gary E. Miller2019-01-181-8/+10
* driver_sirf: Obey the -b (readonly) flag.Gary E. Miller2019-01-181-2/+7
* driver_ubx: Enable UBX-NAV-TIMELS, cleanup logging.Gary E. Miller2019-01-181-13/+13
* driver_ubx: remove another chunk if UNUSED, and duplicate, code.Gary E. Miller2019-01-181-10/+0
* driver_ubx: Remove a chunk of UNUSED code. Make one chunk used.Gary E. Miller2019-01-181-50/+10
* driver_usb: teensy weensy typo correctionWilliam Smith2019-01-181-1/+1
* driver_ubx: Add decode for UBX-NAXV-TIMELSJohn Klug2019-01-171-1/+113
* dirver_sirf: MID %!,1 gives us reliable end of cycle, use it.Gary E. Miller2019-01-162-60/+101
* driver_sirf: Add initial decode for MID 225.Gary E. Miller2019-01-161-3/+63
* driver_sirf: Tweak MID 67,16 debug outputGary E. Miller2019-01-161-2/+2
* driver_sirf: Clean up debug of MID 18 OkToSend.Gary E. Miller2019-01-161-1/+1
* driver_sirf: Fix MODE in MID 67,1Gary E. Miller2019-01-161-6/+36
* driver_sirf: Clen up debug messages and comments.Gary E. Miller2019-01-161-18/+30
* driver_sirf: Fix an initialization bug.Gary E. Miller2019-01-161-8/+14
* driver_sirf: Make logging a bit more regular.Gary E. Miller2019-01-161-7/+7
* driver_sirf: Fix MID 93, SID 18Gary E. Miller2019-01-161-10/+23
* TODO: Create a CLI tool to convert UTC<-> GPS week/tow.Gary E. Miller2019-01-151-0/+2
* Revert "TODO: Create a tool for UTC<->GPS week/tow."Gary E. Miller2019-01-152-4/+2
* TODO: Create a tool for UTC<->GPS week/tow.Gary E. Miller2019-01-152-2/+4
* driver_sirf: tweak the debug message for Visible List MID 13.Gary E. Miller2019-01-151-2/+9
* driver_sirf: Fix QZSS PRN decode.Gary E. Miller2019-01-151-3/+17
* driver_sirf: Do not report empty sats in the skyview.Gary E. Miller2019-01-151-0/+4
* driver_sirf: Update somment on version message contents.Gary E. Miller2019-01-121-1/+3
* driver_sirf: Pacify some 32-bit warnings.Gary E. Miller2019-01-121-6/+6
* driver_sirf: Fix subtype for SiRFstarIV.Gary E. Miller2019-01-111-19/+34