2001-10-16 19:29:03 +00:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
|
|
|
.\" First parameter, NAME, should be all caps
|
|
|
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
|
|
|
.\" other parameters are allowed: see man(7), man(1)
|
2002-09-22 11:39:04 +00:00
|
|
|
.TH RIGD "8" "September 22, 2002" "Hamlib"
|
2001-10-16 19:29:03 +00:00
|
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
|
|
.\"
|
|
|
|
.\" Some roff macros, for reference:
|
|
|
|
.\" .nh disable hyphenation
|
|
|
|
.\" .hy enable hyphenation
|
|
|
|
.\" .ad l left justify
|
|
|
|
.\" .ad b justify to both left and right margins
|
|
|
|
.\" .nf disable filling
|
|
|
|
.\" .fi enable filling
|
|
|
|
.\" .br insert line break
|
|
|
|
.\" .sp <n> insert n+1 empty lines
|
|
|
|
.\" for manpage-specific macros, see man(7)
|
|
|
|
.SH NAME
|
|
|
|
rigd \- Hamlib rig service daemon
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B rpc.rigd
|
|
|
|
[\fIOPTION\fR]...
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The \fBrigd\fP program is a Hamlib rig daemon that handles RPC client requests.
|
|
|
|
.PP
|
|
|
|
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
|
|
|
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
|
|
|
.\" respectively.
|
|
|
|
Keep in mind that \fBHamlib\fP is still ALPHA level software.
|
|
|
|
A lof of stuff hasn't been tested thoroughly, and the API may change
|
|
|
|
without publicised notice. Please report bugs and feedback at
|
|
|
|
the e-mail address given in the REPORTING BUGS section.
|
|
|
|
.SH OPTIONS
|
|
|
|
This program follow the usual GNU command line syntax, with long
|
|
|
|
options starting with two dashes (`-').
|
|
|
|
A summary of options is included below.
|
|
|
|
.TP
|
|
|
|
.B \-m, \-\-model=id
|
|
|
|
Select radio model number. See model list.
|
|
|
|
.TP
|
|
|
|
.B \-r, --rig-file=device
|
|
|
|
Use \fBdevice\fP as the file name of the radio to operate on.
|
|
|
|
.TP
|
|
|
|
.B \-p, --ptt-file=device
|
|
|
|
Use \fBdevice\fP as the file name of the Push-To-Talk device to operate on.
|
|
|
|
.TP
|
|
|
|
.B \-d, --dcd-file=device
|
|
|
|
Use \fBdevice\fP as the file name of the Data Carrier Detect device
|
|
|
|
to operate on.
|
|
|
|
.TP
|
|
|
|
.B \-p, --ptt-type=type
|
|
|
|
Use \fBtype\fP device as the kind of the Push-To-Talk device to operate on.
|
2002-08-23 19:55:53 +00:00
|
|
|
Supported types are RIG, DTR, RTS, PARALLEL, NONE.
|
2001-10-16 19:29:03 +00:00
|
|
|
.TP
|
|
|
|
.B \-d, --dcd-type=type
|
|
|
|
Use \fBtype\fP device as the kind of the Data Carrier Detect device
|
|
|
|
to operate on.
|
2002-08-23 19:55:53 +00:00
|
|
|
Supported types are RIG, DSR, CTS, PARALLEL, NONE.
|
2001-10-16 19:29:03 +00:00
|
|
|
.TP
|
2001-12-26 23:33:37 +00:00
|
|
|
.B \-s, --serial-speed=baud
|
|
|
|
Set serial speed to \fBbaud\fP rate. Uses maximal rig speed as default.
|
|
|
|
.TP
|
2001-10-16 19:29:03 +00:00
|
|
|
.B \-c, --civaddr=id
|
|
|
|
Use \fBid\fP as the CI-V address to communicate with the rig. Only for Icom rigs.
|
|
|
|
.TP
|
2001-12-26 23:33:37 +00:00
|
|
|
.B \-C, \-\-set\-conf=parm=val[,parm=val]*
|
|
|
|
Set config parameter.
|
|
|
|
.TP
|
2002-09-13 06:59:54 +00:00
|
|
|
.B \-t, --prog=number
|
|
|
|
Use \fBnumber\fP as the RPC program number. The default is 536871065.
|
|
|
|
.TP
|
2001-10-16 19:29:03 +00:00
|
|
|
.B \-v, \-\-verbose
|
2002-09-22 11:39:04 +00:00
|
|
|
Set verbose mode, cumulative (BUG, ERR, WARN, VERBOSE, TRACE).
|
2001-10-16 19:29:03 +00:00
|
|
|
.TP
|
|
|
|
.B \-h, \-\-help
|
|
|
|
Show summary of options and exit.
|
|
|
|
.TP
|
|
|
|
.B \-V, \-\-version
|
|
|
|
Show version of program and exit.
|
|
|
|
|
|
|
|
.PP
|
|
|
|
Please note that the backend for the radio to be controlled,
|
|
|
|
or the radio itself may not support some commands. In that case,
|
|
|
|
the operation will fail with a standard error code.
|
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
Written by Stephane Fillod.
|
|
|
|
.SH BUGS
|
2001-12-28 20:32:04 +00:00
|
|
|
No authentication whatsoever. Could be done through domain restriction though.
|
|
|
|
Please ask if stronger security needed.
|
2001-10-16 19:29:03 +00:00
|
|
|
.PP
|
2002-10-07 21:52:43 +00:00
|
|
|
Does not support more than one rig that share the same serial port (e.g. Icom's on a CI-V bus).
|
2001-10-16 19:29:03 +00:00
|
|
|
.SH REPORTING BUGS
|
|
|
|
Report bugs to <hamlib-developer@users.sourceforge.net>.
|
|
|
|
.br
|
|
|
|
I'm already aware of the bug in the previous section :-)
|
|
|
|
.SH COPYRIGHT
|
2002-08-23 19:55:53 +00:00
|
|
|
Copyright \(co 2000-2002 Stephane Fillod.
|
2001-10-16 19:29:03 +00:00
|
|
|
.br
|
|
|
|
This is free software; see the source for copying conditions.
|
|
|
|
There is NO warranty; not even for MERCHANTABILITY
|
|
|
|
or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
.SH SEE ALSO
|
|
|
|
.BR rigctl (1)
|
|
|
|
|