summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ntpshmmon: Update man page to match current options.Gary E. Miller2018-12-201-16/+34
|
* ntpshmmon: Fix program name to not include full path of program.Gary E. Miller2018-12-201-3/+7
|
* ntpshmmon: Add -o option to repalce Seen@ with Offset.Gary E. Miller2018-12-201-9/+28
|
* ntpshmmon: Pur usage options in alpha order.Gary E. Miller2018-12-201-1/+1
|
* ntpshmmon: Add -? option to print usage and exit.Gary E. Miller2018-12-201-13/+15
|
* ntpmon: header was 81 chars long, now 80, to fit in a terminal window.Gary E. Miller2018-12-201-1/+1
|
* gpspipe: Small cleanup of getopt() and usage()Gary E. Miller2018-12-141-2/+2
|
* gpspipe: update man page to match current program.Gary E. Miller2018-12-141-16/+22
|
* gpspipe: Change gmtime() to gmtime_r().Gary E. Miller2018-12-141-3/+3
| | | | | Some code checkers complain that gmtime() is not thread safe. Like we care in gpspipe.
* gpspipe: Order the options in the code alphabetically.Gary E. Miller2018-12-141-33/+33
|
* gpspipe: Add -Z option to add Z to timestamp.Daniel_M_Williams2018-12-141-3/+23
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* gpspipe: now outputs its timestamps as UTC, not localtimeDaniel_M_Williams2018-12-141-1/+1
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* nmea0183: Use the pdop from GGA.Gary E. Miller2018-12-042-4/+8
|
* gpsctl: fix busy loop waiting for deviceKian Karas2018-12-041-0/+6
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* www/writing-a-driver: Fix bad link.Gary E. Miller2018-12-031-1/+1
|
* www/NMEA: fix bad links found by w3.orgGary E. Miller2018-12-031-8/+4
|
* www/gpsd-time-service-howto: Fix bad links found by w3.orgGary E. Miller2018-12-031-16/+13
|
* www/wishlist: Fix bad links found by validator.w3.orgGary E. Miller2018-12-031-47/+6
|
* www/excellence.html: Fix links found by validator.w3.orgGary E. Miller2018-12-031-8/+10
|
* www:/index.html: Fix links found by validator.w3.orgGary E. Miller2018-12-031-4/+4
|
* gpsrinex: Don't report missing SNR.Gary E. Miller2018-11-301-1/+3
|
* driver_skytraq: skytraq does not report locktime, so assume maxGary E. Miller2018-11-301-0/+2
|
* driver_skytraq: remove duplicate gnssId/svId code.Gary E. Miller2018-11-291-24/+7
|
* driver_skytraq: Fix bad decode of ecefvz. Add WIP raw decode.Gary E. Miller2018-11-292-12/+153
| | | | Raw decode commented out for now.
* xgps: Clear sat list and Skyview on empty SKY.Gary E. Miller2018-11-291-1/+10
|
* cgps: Clear skyview window when SKY has no sats.Gary E. Miller2018-11-291-2/+11
|
* PPP-howto: technical tweak. Reference Meridian, not Prime Meridian.Gary E. Miller2018-11-292-4/+7
|
* driver_skytraq: Decode gnssID and svID.Gary E. Miller2018-11-282-11/+42
| | | | Now cgps will show the constellation ID.
* gps.h: add gnssID for IRNSS. India's GNSS.Gary E. Miller2018-11-281-0/+3
|
* history.html: Fix dead link.Gary E. Miller2018-11-291-4/+4
|
* references.html: Fix redirects. A lot of dead links still.Gary E. Miller2018-11-291-11/+11
|
* troubleshooting.html: Fix redirect.Gary E. Miller2018-11-291-1/+1
|
* wishlist.html: Fix dead and redirect links.Gary E. Miller2018-11-291-70/+20
|
* for-vendors.html:href: Fix redirect.Gary E. Miller2018-11-291-1/+1
|
* faq.html: remove dead link, fix redirects.Gary E. Miller2018-11-291-7/+3
|
* www: Fix dead link on home page.Gary E. Miller2018-11-291-1/+1
|
* www: Home page, fix more redirects.Gary E. Miller2018-11-291-3/+3
|
* www; Home page. remove dead link.Gary E. Miller2018-11-291-4/+0
|
* www: Fix redirects on home page.Gary E. Miller2018-11-291-12/+12
|
* wwww: Fix more home page links.Gary E. Miller2018-11-291-5/+4
|
* www: Fix bad link to opencpn.orgGary E. Miller2018-11-291-1/+1
|
* www: Remove dead link on home page. and excelennce page.Gary E. Miller2018-11-292-11/+10
|
* ppp-howto: Add vim AsciiDoc syntax highlightingGary E. Miller2018-11-291-2/+1
|
* www: Add gpsrinex man page to the web site.Gary E. Miller2018-11-292-0/+5
|
* www: Sort the man pages on the index page.Gary E. Miller2018-11-291-17/+18
|
* PPP-howto: Add a Precise Point Positioning (PPP) HowtoGary E. Miller2018-11-294-0/+387
|
* gpsrinex: Typo on man page.Gary E. Miller2018-11-281-1/+1
|
* gpsrines: Another take at 32/64-bit compatibilityGary E. Miller2018-11-261-1/+2
|
* gpsrinex: Fix a signed/unsigned complaint on 32-bit.Gary E. Miller2018-11-261-1/+2
|
* gpsrinex: Fix a 32bit printf() mismatch.Gary E. Miller2018-11-261-1/+1
|