File: rtkrcv.1

package info (click to toggle)
rtklib 2.4.3%2Bdfsg1-2.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 41,796 kB
  • sloc: cpp: 51,592; ansic: 50,584; fortran: 987; makefile: 861; sh: 45
file content (82 lines) | stat: -rw-r--r-- 3,293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.TH RTKRCV 1 "July 29 2016"
.SH NAME
rtkrcv \- realtime positioning
.SH SYNOPSIS
rtkrcv [-s][-p port|-d dev][-o file][-t level]

.SH DESCRIPTION
A command line version of the real-time positioning AP by RTKLIB. To start or stop RTK server, to
configure options or to print solution/status, login a console and input commands. As default, stdin/stdout
are used for the console. Use -p option for network login with telnet protocol. To show the available
commands, type ? or help on the console. The initial processing options are loaded from default
configuration file rtkrcv.conf. To change the file, use -o option. To configure the processing options, edit
the configuration file or use set, load or save command on the console. To shutdown the program, use
shutdown command on the console or send the USR2 signal to the process.

.SH OPTIONS
.IP "-s"
start RTK server on program startup
.IP "-p port"
port number for telnet console
.IP "-m port"
port number for monitor stream
.IP "-d dev"
terminal device for console
.IP "-o file"
configuration file
.IP "-r level"
output solution status file (0:off,1:states,2:residuals)
.IP "-t level"
debug trace level (0:off,1-5:on)

.SH COMMANDS
.IP "start"
Start RTK server. No need the command if the program runs with -s option.
.IP "stop"
Stop RTK server.
.IP "restart"
Restart RTK server. If the processing options are set, execute the command to enable
the changes. 
.IP "solution [cycle]"
Show solutions. Without option, only one solution is shown. With option, the
solution is displayed at intervals of cycle (s). To stop cyclic display, send break
(ctr-C).
.IP "status [cycle]"
Show RTK status. Use option cycle for cyclic display.
.IP "satellite [cycle]"
Show satellite status. Use option cycle for cyclic display.
.IP "observ [cycle]"
Show observation data. Use option cycle for cyclic display.
.IP "navidata [cycle]"
Show navigation data. Use option cycle for cyclic display.
.IP "stream [cycle]"
Show stream status. Use option cycle for cyclic display.
.IP "error"
Show error/warning messages. To stop messages, send break (ctr-C).
.IP "option [opt]"
Show the values of processing options. Without option, all options are displayed.
With option, only pattern-matched options are displayed.
.IP "set opt [val]"
Set the value of a processing option to val. Without option val, prompt message
is shown to input the value. The change of the processing option is not enabled
before RTK server is restarted.
.IP "load [file]"
Load processing options from file. Without option, default file rtkrcv.conf is used.
To enable the changes, restart RTK server. 
.IP "save [file]"
Save current processing options to file. Without option, default file rtkrcv.conf
is used.
.IP "log [file|off]"
Record console log to file. To stop recording the log, use option off.
.IP "help|? [path]"
Show the command list. With option path, the stream path options are shown.
.IP "exit"
Exit and logout console. The status of RTK server is not affected by the command.
.IP "shutdown"
Shutdown RTK server and exit the program.
.IP "!command [arg...]"
Execute command by the operating system shell. Do not use the interactive command.

.SH NOTES
Short form of a command is allowed. In case of the short form, the command is
distinguished according to header characters.