summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* gpsrinex: recommend GLONASS be enabled with u-blox 9.Gary E. Miller2019-05-141-2/+5
| | | | CSRS-PPP now uses GLONASS and GPS.
* Improve gpsd man page option -n information.Lisandro Damián Nicanor Pérez Meyer2019-05-011-0/+2
| | | | | | | Make it clear that it's necessary to use this option if the user plans to provide reference clock information to NTP trough SHM. Signed-off-by: Gary E. Miller <gem@rellim.com>
* JSON: Add sigid to PRN in SKY.Gary E. Miller2019-04-191-0/+21
| | | | Update doc to match. Not used, yet.
* gpsd.8: Fixes MAGIC_HAT/MAGIC_LINK description.Fred Wright2019-04-061-4/+7
| | | | | | | This had both content and formatting errors. TESTED: Manpage section looks correct.
* ubxtool/zerk: Makes PySerial a "soft" dependency.Fred Wright2019-03-272-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This allows the absence of the PySerial ('serial') module, as long as the -f option is not used. This not only avoids the PySerial dependency for informational options like -h and -V, but also allows full functionality in the "via gpsd" mode. The 'gps_io' class was taking the 'serial' module (mistakenly referred to as a class as an init argument, but wasn't making any use of that flexibility. Since fully supporting that would complicate the error message, it's simply removed instead. The zerk changes are untested, due to the lack of appropriate hardware. However, they are identical to the changes in the corresponding code in ubxtool, which is tested. The manpages are updated to mention the pyserial dependency for -f. The install of ubxtool and zerk is no longer conditional on PySerial. TESTED: Tested ubxtool with PySerial 2.7, 3.0, 3.4, and none at all, verifying that -f works with all three versions, and other modes work without. Also tested with Python 3.4-3.7 (PySerial 3.4 only).
* ubxtool: Reworks -c option so that it's usable.Fred Wright2019-03-271-3/+3
| | | | | | | | | | | | | It appears that the -c code was more or less inherited from zerk and essentially useless for the UBX message format. This reworks it so that the argument is a comma-separated list of hex bytes giving the class, ID, and any payload. The header, length, and checksum are added automatically, making it reasonably convenient to specify arbitrary commands. The only limitation is the need to specify multibyte quantities as individual bytes. TESTED: Tested on LEA-6S, LEA-M8F, LEA-M8T, and LEA-M8N
* ubxtool: Adds interface option for UBX-CFG-PRT.Fred Wright2019-03-271-0/+8
| | | | | | | | | | | | | | The UBX-CFG-PRT command can specify any port, though it defaults to the current port. This option allows the port ID to be specified, either as a name or as an integer. At present, it only affects the PRT preset, though it could be used for other port-related commands in the future. Note that the baud rate is only applicable to the UART port, so there's no point in applying this to the -S option. TESTED: Tested on LEA-6S, LEA-M8F, LEA-M8T, and LEA-M8N
* ubxtool: Adds NAVX5 and SBAS poll commands.Fred Wright2019-03-271-0/+12
| | | | | TESTED: Tested on LEA-6S, LEA-M8F, LEA-M8T, and LEA-M8N
* ubxtool: Fixes some decode bugs and some text.Fred Wright2019-03-271-2/+26
| | | | | | | | | | | | | | | | | | | Some decodes weren't allowing the zero-length poll case. The NAVX5 decode was overwriting part of the result. The USB decode was completely broken. The TP5 decode was completely broken. A few comments were obviously wrong. A couple of manpage lines had a typo and an omission. A few -p items were missing from the manpage. TESTED: Tested on LEA-6S, LEA-M8F, LEA-M8T, and LEA-M8N
* gpsd_json.xml: Add mention of TPV/datumGary E. Miller2019-03-251-0/+6
|
* Split epe into eph and sep.Gary E. Miller2019-03-221-54/+100
| | | | | | | | 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.
* gegps: Fix typosFred Wright2019-03-201-1/+1
| | | | | | | | | The manpage text referred to 'gpsd' where it meant 'gegps'. The program's stopped message said 'gegpsd'. TESTED: Manpage and stopped message text are now correct.
* libgps.3: Update gps_read() prototype.Gary E. Miller2019-02-041-5/+7
| | | | And some related nits.
* ubxtool: fix some typos in docuDenis OSTERLAND2019-01-031-10/+3
| | | | | | | Add missing chars, remove duplicate ':' and duplicate VERBOSITY entry. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* gpsfake: Update doc for recently added options.Fred Wright2018-12-281-3/+13
| | | | | TESTED: gpsfake.1 and gpsfake.html reflect the updates.
* ntpshmmon: Update man page to match current options.Gary E. Miller2018-12-201-16/+34
|
* gpspipe: update man page to match current program.Gary E. Miller2018-12-141-16/+22
|
* gpsrinex: Typo on man page.Gary E. Miller2018-11-281-1/+1
|
* man: Move man pages, source and result, into main/Gary E. Miller2018-11-1922-0/+8270
part of cleaning up the root directory.