CGPS(1) | GPSD Documentation | CGPS(1) |
NAME
cgps - curses terminal client for gpsd
SYNOPSIS
cgps [OPTIONS] [server[:port[:device]]]
cgps -h
cgps -V
DESCRIPTION
cgps is an ncurses based gpsd client. It is able to run on a serial terminal or terminal emulator. It resembles xgps(1), but without the pictorial satellite display and does not require X or other windowing system.
cgps does not require root privileges. It will also run fine as root. Running under sudo will cause loss of functionality.
None of the error estimates provided by gpsd, and displayed by cgps, should be taken as anything other than "goodness" levels. GNSS receiver manufactures often do not document the basis for their estimates. Those that do document their estimates are inconsistent about what they mean.
OPTIONS
-?, -h, --help
-D LVL, --debug LVL
-i, --imu
-l FMT, --llfmt FMT
-m, --magtrack
-m, --magtrack
-s, --silent
-u UNITS, --units UNITS
Note: The USA Survey Foot is not supported.
-V, --version
ARGUMENTS
By default, clients collect data from the local gpsd daemon running on localhost, using the default GPSD port 2947. The optional argument to any client may override this behavior: [server[:port[:device]]]
For further explanation, and examples, see the ARGUMENTS section in the gps(1) man page
COMMANDS
cgps terminates when you send it a SIGHUP or SIGINT; given default terminal settings this will happen when you type Ctrl-C at it.
cgps will accept a few single letter commands while running:
c
d
h
i
m
n
q
s
t
ENVIRONMENT
The environment variable GPSD_UNITS is checked if no unit system is specified on the command line. It may be set to 'i'. 'imperial', 'm', 'metric', or 'n', 'nautical'.
LC_MEASUREMENT and then LANG are checked if no unit system has been specified on the command line, or in GPSD_UNITS. If the value is 'C', 'POSIX', or begins with 'en_US' the unit system is set to imperial. The default if no system has been selected defaults to metric.
RETURN VALUES
0
1
SEE ALSO
gegps(1), gpsctl(1), gps(1), gpsprof*(1), gpsfake(1), gpscat(1), gpspipe(1), gpsmon(1), xgps*(1). xgpsspeed(1)
RESOURCES
Project web site: https://gpsd.io/
COPYING
This file is Copyright 2013 by the GPSD project
SPDX-License-Identifier: BSD-2-clause
2023-01-10 | GPSD Version 3.25 |