| Commit message (Expand) | Author | Age | Files | Lines |
* | driver_zodiac: Stop calculating epx/epy, let gpsd_error_model(). | Gary E. Miller | 2019-03-26 | 1 | -21/+21 |
* | driver_navcom: Move error math to gpsd_error_model() | Gary E. Miller | 2019-03-26 | 1 | -12/+11 |
* | driver_greis: Remove epx/epy computation. Do in gpsd_model_error(). | Gary E. Miller | 2019-03-26 | 4 | -459/+459 |
* | driver_nmea0183: Add decode for $PGRME. | Gary E. Miller | 2019-03-25 | 1 | -1/+2 |
* | driver_zodia: Decopde map datum. | Gary E. Miller | 2019-03-25 | 1 | -21/+21 |
* | driver_sirf: Decode datum. Finally a regression change! | Gary E. Miller | 2019-03-25 | 1 | -60/+60 |
* | daemon side: stop using VERR_SET. Exposed a bug in sirf driver. | Gary E. Miller | 2019-03-25 | 2 | -140/+140 |
* | driver_nmea0183: Use eph from $PSRFEPE if available. | Gary E. Miller | 2019-03-25 | 2 | -12/+12 |
* | driver_nmea0183: Use epv from $PSRFEPE if available. | Gary E. Miller | 2019-03-25 | 1 | -3/+3 |
* | Split epe into eph and sep. | Gary E. Miller | 2019-03-22 | 99 | -2899/+2899 |
* | pseudonmea: remove bad sats from $GPGSV output. | Gary E. Miller | 2019-03-20 | 7 | -216/+179 |
* | driver_nmea0183: Missed one regression change. | Gary E. Miller | 2019-03-19 | 1 | -0/+7 |
* | driver_nmea0183: Tweak xxGGA mode setting. | Gary E. Miller | 2019-03-19 | 12 | -37/+37 |
* | driver_nmea0183: Have xxGNS report No FIX from FAA mode. | Gary E. Miller | 2019-03-19 | 3 | -13/+16 |
* | driver_nmea0183: xxRMC: Stop reporting missing fields as zero. | Gary E. Miller | 2019-03-18 | 15 | -284/+284 |
* | driver_nmea0183: Have xxGGA set time and mode. | Gary E. Miller | 2019-03-18 | 34 | -234/+538 |
* | driver_nmea0183: Fix 32/64 bug in cycle enders. | Gary E. Miller | 2019-03-18 | 2 | -8/+0 |
* | driver_nmea0183: Handle 2099 on 32-bits as 1999. | Gary E. Miller | 2019-03-15 | 1 | -1/+1 |
* | gpsd_json: epe now in the JSON. | Gary E. Miller | 2019-03-15 | 94 | -2669/+2669 |
* | pseudonmea: Tweak when $GPGBS is output. | Gary E. Miller | 2019-03-14 | 6 | -115/+151 |
* | pseudonmea: Don't report unknown lat/lon/spd/trk as zeros. | Gary E. Miller | 2019-03-14 | 1 | -40/+40 |
* | driver_nmea0183: $PSRFEPE,V sets MODE_NO_FIX | Gary E. Miller | 2019-03-14 | 2 | -0/+8 |
* | driver_nmea0183: xxGLL,V now sets MODE_NO_FIX. | Gary E. Miller | 2019-03-14 | 14 | -29/+132 |
* | driver_nmea0183: Be more aggressive reporting NO_FIX in GPRMC. | Gary E. Miller | 2019-03-14 | 30 | -0/+183 |
* | driver_nmea0183: Add STATUS_SIM. Update status in GPGGA. | Gary E. Miller | 2019-03-14 | 2 | -5/+5 |
* | driver_nmea0183: Have $GPRMC,V, report no fix. | Gary E. Miller | 2019-03-14 | 2 | -0/+2 |
* | Regressions: cleanup april6_2019 test case. | Gary E. Miller | 2019-03-14 | 2 | -8/+5 |
* | driver_nmea0183: Be more paranoid in merge_ddmmyy() | Gary E. Miller | 2019-03-14 | 2 | -2/+6 |
* | Regressions: Add sample GPS week failure from Telit App Note. | Gary E. Miller | 2019-03-14 | 2 | -0/+20 |
* | Regressions: add telit HE910 log | Gary E. Miller | 2019-03-14 | 2 | -0/+3504 |
* | pseudonmea: In $GPGSV, ouput missing PRN as blanks, not zeros. | Gary E. Miller | 2019-03-13 | 4 | -62/+62 |
* | pseudonmea: Renable no-time $GPGBS. This time w/o zeros. | Gary E. Miller | 2019-03-13 | 3 | -0/+115 |
* | pseudonmea: Add frac seconds to $GPRMC, no zero times. | Gary E. Miller | 2019-03-13 | 20 | -425/+425 |
* | pseudonmea: Add fractional seconds to $GPGGA | Gary E. Miller | 2019-03-13 | 17 | -372/+372 |
* | psuedonmea: Make $GPGBS match NMEA 3.0 spec | Gary E. Miller | 2019-03-13 | 17 | -464/+349 |
* | libgpsd_core: Step clobbering epe when error modeling. | Gary E. Miller | 2019-03-13 | 10 | -0/+127 |
* | driver_nmea0183 and more: Decode $PSRFEPE add eps. | Gary E. Miller | 2019-03-13 | 4 | -36/+36 |
* | driver_nmea0183 and more: Decode $PSRFEPE, and epd. | Gary E. Miller | 2019-03-13 | 3 | -72/+72 |
* | driver_nmea0183: Improve GxRMC to decode FAA Mode indicator. | Gary E. Miller | 2019-03-08 | 6 | -24/+24 |
* | Change NMEA mode setting, thus major changes in gpsd_error_model(). | Gary E. Miller | 2019-03-07 | 62 | -1275/+1258 |
* | myguide-3100: Note in test data the RMC/GSA oddity on fix status. | Gary E. Miller | 2019-02-13 | 1 | -0/+3 |
* | neo-8mt: Update test for now ignored GLONASS 255 | Gary E. Miller | 2019-02-07 | 1 | -24/+21 |
* | tests: Add NEO-M8T regression that is Time only (Surveyed) | Gary E. Miller | 2019-02-06 | 2 | -0/+180 |
* | SiRFstarV: A $GNGSA was triggereing some hosts, not all. | Gary E. Miller | 2019-02-05 | 2 | -78/+77 |
* | driver_nmea0183: Fix SiRFstarV in NMEA mode with last_gga_talker | Gary E. Miller | 2019-02-04 | 1 | -72/+75 |
* | regresions: Add SiRFstarV NMEA. Shows $GNGSA issue. | Gary E. Miller | 2019-02-04 | 2 | -0/+818 |
* | dirver_sirf: MID %!,1 gives us reliable end of cycle, use it. | Gary E. Miller | 2019-01-16 | 1 | -59/+99 |
* | driver_sirf: More work on SiRFstarV. Not done first pass. | Gary E. Miller | 2019-01-10 | 1 | -318/+318 |
* | driver_sirf: TPV beginning to work for SiRFstarV. | Gary E. Miller | 2019-01-09 | 1 | -59/+378 |
* | driver_sirf: Add support for MID 67.1 and MID 67.16. | Gary E. Miller | 2019-01-09 | 1 | -0/+420 |