kopia lustrzana https://github.com/Hamlib/Hamlib
Update informational man pages for Hamlib 4.0
rodzic
42f4177306
commit
e4727094ab
|
@ -5,7 +5,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" Please keep this file in sync with doc/getting_started.texi
|
.\" Please keep this file in sync with doc/getting_started.texi
|
||||||
.\"
|
.\"
|
||||||
.TH HAMLIB-PRIMER "7" "2018-05-27" "Hamlib" "Hamlib Information Manual"
|
.TH HAMLIB-PRIMER "7" "2020-09-08" "Hamlib" "Hamlib Information Manual"
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -73,11 +73,13 @@ SourceForge.net Hamlib files
|
||||||
.UE
|
.UE
|
||||||
Web page.
|
Web page.
|
||||||
.
|
.
|
||||||
As a convenience, release archives are also mirrored at the
|
.\" It appears as of early September 2020 that the uploaded releases have been
|
||||||
.UR https://github.com/Hamlib/Hamlib/releases
|
.\" deleted from GitHub
|
||||||
GitHub Hamlib releases
|
'\" As a convenience, release archives are also mirrored at the
|
||||||
.UE
|
.\" .UR https://github.com/Hamlib/Hamlib/releases
|
||||||
page.
|
.\" GitHub Hamlib releases
|
||||||
|
'\" .UE
|
||||||
|
.\" page.
|
||||||
.
|
.
|
||||||
The most recent release is listed first.
|
The most recent release is listed first.
|
||||||
.
|
.
|
||||||
|
@ -87,14 +89,17 @@ The most recent release is listed first.
|
||||||
Testing release candidates (RCs) are posted during the period (often a few
|
Testing release candidates (RCs) are posted during the period (often a few
|
||||||
weeks) before a planned release.
|
weeks) before a planned release.
|
||||||
.
|
.
|
||||||
Beginning with the 3.2 release, RCs are hosted by the
|
Beginning with the 4.0 release, RCs are hosted by the
|
||||||
.UR https://github.com/Hamlib/Hamlib/releases
|
.UR http://sourceforge.net/projects/hamlib/files/hamlib/
|
||||||
GitHub release archive
|
SourceForge.net Hamlib files
|
||||||
.UE .
|
.UE
|
||||||
|
Web page.
|
||||||
.
|
.
|
||||||
RCs are identifed by having a
|
RCs are identifed by having a
|
||||||
.I ~rc
|
.I ~rcX
|
||||||
suffix.
|
suffix where the
|
||||||
|
.I X
|
||||||
|
is replace by a numeral for successive release candidates.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Daily snapshots of the development repository are available via the World Wide
|
Daily snapshots of the development repository are available via the World Wide
|
||||||
|
@ -140,21 +145,21 @@ None of the meta-data is hidden away on some central server.
|
||||||
.PP
|
.PP
|
||||||
To clone the repository use the following command:
|
To clone the repository use the following command:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
git clone https://git.code.sf.net/p/hamlib/code hamlib
|
.B git clone https://git.code.sf.net/p/hamlib/code hamlib
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
or:
|
or:
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
git clone https://github.com/Hamlib/Hamlib.git
|
.B git clone https://github.com/Hamlib/Hamlib.git
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
.
|
.
|
||||||
|
@ -194,18 +199,22 @@ Any is a good reason to build from the source code archive.
|
||||||
.PP
|
.PP
|
||||||
Before going further, this manual assumes familiarity with working from the
|
Before going further, this manual assumes familiarity with working from the
|
||||||
command prompt in a Linux/BSD/Unix like system's
|
command prompt in a Linux/BSD/Unix like system's
|
||||||
.I shell
|
.I Bourne shell
|
||||||
environment, either in a
|
environment (compatible Bourne shells include
|
||||||
|
.BR bash (1),
|
||||||
|
.BR ksh (1),
|
||||||
|
.BR zsh (1),
|
||||||
|
and several more) either in a
|
||||||
.I virtual console
|
.I virtual console
|
||||||
(a text only screen with no graphics) or in a
|
(a text only screen with no graphics) or in a
|
||||||
.I terminal
|
.I terminal
|
||||||
in a desktop environment
|
in a desktop environment
|
||||||
.RB ( xterm ,
|
.RB ( xterm (1),
|
||||||
.BR rxvt ,
|
.BR rxvt (1),
|
||||||
.BR konsole ,
|
.BR konsole "(1) (included with the KDE desktop),"
|
||||||
.BR gnome\-terminal ,
|
.BR gnome\-terminal (1),
|
||||||
.BR xfce4\-terminal ,
|
.BR xfce4\-terminal (1),
|
||||||
.BR terminal ,
|
.BR terminal "(1) (included in macOS),"
|
||||||
etc.).
|
etc.).
|
||||||
.
|
.
|
||||||
If this is new to you, take some time and read up on using the shell.
|
If this is new to you, take some time and read up on using the shell.
|
||||||
|
@ -250,14 +259,14 @@ or daily development snapshot follows the same set of commands, known as the
|
||||||
.I three step
|
.I three step
|
||||||
which are each run from the top-level directory:
|
which are each run from the top-level directory:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
\&./configure
|
.B ./configure
|
||||||
make
|
.B make
|
||||||
sudo make install
|
.B sudo make install
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.SS configure
|
.SS configure
|
||||||
.
|
.
|
||||||
|
@ -279,12 +288,12 @@ command could be lurking elsewhere and we don't want to run that!
|
||||||
.PP
|
.PP
|
||||||
Run:
|
Run:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
\&./configure
|
.B ./configure
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
from the top-level directory.
|
from the top-level directory.
|
||||||
|
@ -346,12 +355,12 @@ file system hierarchy.
|
||||||
.
|
.
|
||||||
Perhaps you want to install to your home directory instead:
|
Perhaps you want to install to your home directory instead:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
\&./configure \-\-prefix=$HOME/local
|
.B ./configure \-\-prefix=$HOME/local
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
.BR Note :
|
.BR Note :
|
||||||
|
@ -365,7 +374,7 @@ installed to
|
||||||
.IR $HOME/local .
|
.IR $HOME/local .
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
All of the files will be installed in the
|
As a result of this option, all of the files will be installed in the
|
||||||
.I local
|
.I local
|
||||||
directory of your home directory.
|
directory of your home directory.
|
||||||
.
|
.
|
||||||
|
@ -381,6 +390,26 @@ or superuser (administrator) privileges are not required when running
|
||||||
On the other hand, some extra work will need to be done so other programs can
|
On the other hand, some extra work will need to be done so other programs can
|
||||||
use the library.
|
use the library.
|
||||||
.
|
.
|
||||||
|
The utilities that are compiled as a part of the Hamlib build system will work
|
||||||
|
as they are
|
||||||
|
.I linked
|
||||||
|
to the library installed under
|
||||||
|
.IR local .
|
||||||
|
.
|
||||||
|
Running them will require declaring the complete path:
|
||||||
|
.
|
||||||
|
.PP
|
||||||
|
.in +4n
|
||||||
|
.EX
|
||||||
|
.B local/bin/rigctl
|
||||||
|
.EE
|
||||||
|
.in
|
||||||
|
.
|
||||||
|
.PP
|
||||||
|
or modifying your shell's
|
||||||
|
.I PATH
|
||||||
|
environment variable (see the shell tutorial site above).
|
||||||
|
.
|
||||||
.\" (TODO: describe library hackery in an appendix).
|
.\" (TODO: describe library hackery in an appendix).
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
|
@ -397,7 +426,7 @@ combination to scroll back up.
|
||||||
.
|
.
|
||||||
Conversely, Shift\-PageDown can be used to scroll down toward the end of the
|
Conversely, Shift\-PageDown can be used to scroll down toward the end of the
|
||||||
output and the shell prompt (Shift\-UpArrow/Shift\-DownArrow may also work to
|
output and the shell prompt (Shift\-UpArrow/Shift\-DownArrow may also work to
|
||||||
scroll one line at a time).
|
scroll one line at a time (terminal dependent)).
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
After a fair amount of time, depending on your computer, and a lot of screen
|
After a fair amount of time, depending on your computer, and a lot of screen
|
||||||
|
@ -411,7 +440,7 @@ or some such failure message Hamlib is ready to be compiled.
|
||||||
If there is an error and all of the required packages listed in
|
If there is an error and all of the required packages listed in
|
||||||
.I README.betatester
|
.I README.betatester
|
||||||
have been installed, please ask for help on the
|
have been installed, please ask for help on the
|
||||||
.MT hamlib\-developer@@lists.sourceforge.net
|
.MT hamlib\-developer@lists.sourceforge.net
|
||||||
hamlib-developer mailing list
|
hamlib-developer mailing list
|
||||||
.ME .
|
.ME .
|
||||||
.
|
.
|
||||||
|
@ -435,12 +464,12 @@ library files and its executable programs.
|
||||||
.PP
|
.PP
|
||||||
Run:
|
Run:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
make
|
.B make
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
from the top-level directory.
|
from the top-level directory.
|
||||||
|
@ -449,7 +478,7 @@ from the top-level directory.
|
||||||
Any error that causes
|
Any error that causes
|
||||||
.B make
|
.B make
|
||||||
to stop early is cause for a question to the
|
to stop early is cause for a question to the
|
||||||
.MT hamlib\-developer@@lists.sourceforge.net
|
.MT hamlib\-developer@lists.sourceforge.net
|
||||||
hamlib-developer mailing list
|
hamlib-developer mailing list
|
||||||
.ME .
|
.ME .
|
||||||
.
|
.
|
||||||
|
@ -460,9 +489,9 @@ will take longer than
|
||||||
.B configure
|
.B configure
|
||||||
to complete its run.
|
to complete its run.
|
||||||
.
|
.
|
||||||
As it is a system command, and therefore found in the
|
As it is a system command, and therefore found in the shell's
|
||||||
.BR PATH ,
|
.B PATH
|
||||||
prefixing
|
environment variable, prefixing
|
||||||
.B make
|
.B make
|
||||||
with
|
with
|
||||||
.I ./
|
.I ./
|
||||||
|
@ -490,16 +519,44 @@ family of distributions.
|
||||||
.PP
|
.PP
|
||||||
Run:
|
Run:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
sudo make install
|
.B sudo make install
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
|
.
|
||||||
|
.PP
|
||||||
|
or:
|
||||||
|
.
|
||||||
|
.PP
|
||||||
|
.in +4n
|
||||||
|
.EX
|
||||||
|
.RB $ " su -l"
|
||||||
|
Password:
|
||||||
|
.RB # " make install"
|
||||||
|
.EE
|
||||||
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
as root from the top-level directory.
|
as root from the top-level directory.
|
||||||
.
|
.
|
||||||
|
.IP
|
||||||
|
.BR Note :
|
||||||
|
The shell session is shown to show the change in prompt from a normal user
|
||||||
|
account to the root accout.
|
||||||
|
.
|
||||||
|
.PP
|
||||||
|
The
|
||||||
|
.B \-l
|
||||||
|
option to
|
||||||
|
.B su
|
||||||
|
forces a
|
||||||
|
.I login
|
||||||
|
shell so that environment variables such as
|
||||||
|
.I PATH
|
||||||
|
are set correctly.
|
||||||
|
.
|
||||||
.PP
|
.PP
|
||||||
Running
|
Running
|
||||||
.B make install
|
.B make install
|
||||||
|
@ -536,22 +593,22 @@ It too will need to be run with root privileges:
|
||||||
.PP
|
.PP
|
||||||
Run:
|
Run:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
sudo ldconfig
|
.B sudo ldconfig
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
as root from any directory.
|
as root from any directory or while logged in as root from above.
|
||||||
.
|
.
|
||||||
.PP
|
.IP
|
||||||
.BR Note :
|
.BR Note :
|
||||||
Subsequent installations of Hamlib will not need to have
|
Subsequent installations of Hamlib will not need to have
|
||||||
.B ldconfig
|
.B ldconfig
|
||||||
run after each installation if a newer version of Hamlib was not installed,
|
run after each installation if a newer version of Hamlib was not installed,
|
||||||
i.e. when recompiling the same version during development.
|
i.e., when recompiling the same version during development.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
On some distributions a bit of configuration will be needed before
|
On some distributions a bit of configuration will be needed before
|
||||||
|
@ -637,7 +694,7 @@ executable files generated by running
|
||||||
.B make
|
.B make
|
||||||
freeing up considerable disk space.
|
freeing up considerable disk space.
|
||||||
.
|
.
|
||||||
.PP
|
.IP
|
||||||
.BR Note :
|
.BR Note :
|
||||||
During development of individual source files, it is not necessary to
|
During development of individual source files, it is not necessary to
|
||||||
run
|
run
|
||||||
|
@ -709,12 +766,12 @@ the needed compiler and linker options are passed as environment variables.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Run:
|
Run:
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
\&../hamlib/configure CFLAGS="-ggdb3 -O0" CXXFLAGS="-ggdb3 -O0"
|
.B ../hamlib/configure CFLAGS="-ggdb3 -O0" CXXFLAGS="-ggdb3 -O0"
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
from a sibling build directory intended for a debugging build.
|
from a sibling build directory intended for a debugging build.
|
||||||
|
@ -738,7 +795,7 @@ and
|
||||||
.B CXXFLAGS
|
.B CXXFLAGS
|
||||||
may be set independently for each compiler.
|
may be set independently for each compiler.
|
||||||
.
|
.
|
||||||
.PP
|
.IP
|
||||||
.BR Note :
|
.BR Note :
|
||||||
There are a number compiler options available for controlling debugging
|
There are a number compiler options available for controlling debugging
|
||||||
symbols and setting optimization levels.
|
symbols and setting optimization levels.
|
||||||
|
@ -748,7 +805,7 @@ Please consult the compiler's manual for all the details.
|
||||||
.
|
.
|
||||||
.SS Compiling for Microsoft Windows
|
.SS Compiling for Microsoft Windows
|
||||||
.
|
.
|
||||||
Currently compiling is done on a Debian 8 (Jessie) virtual machine using
|
Currently compiling is done on a Debian 10 (Buster) virtual machine using
|
||||||
.UR http://www.mingw.org
|
.UR http://www.mingw.org
|
||||||
MinGW
|
MinGW
|
||||||
.UE .
|
.UE .
|
||||||
|
@ -764,16 +821,18 @@ Pre-compiled binaries for Microsoft Windows 32 and 64 bit architectures
|
||||||
(Windows NT and newer) are available for both official releases and daily
|
(Windows NT and newer) are available for both official releases and daily
|
||||||
development snapshots.
|
development snapshots.
|
||||||
.
|
.
|
||||||
|
.PP
|
||||||
Official releases are available through the
|
Official releases are available through the
|
||||||
.UR http://sourceforge.net/projects/hamlib/files/hamlib/
|
.UR http://sourceforge.net/projects/hamlib/files/hamlib/
|
||||||
SourceForge.net file download service
|
SourceForge.net file download service
|
||||||
.UE .
|
.UE .
|
||||||
.
|
.
|
||||||
As an alternative, official releases are also available though the
|
.\"As an alternative, official releases are also available though the
|
||||||
.UR https://github.com/Hamlib/Hamlib/releases
|
.\".UR https://github.com/Hamlib/Hamlib/releases
|
||||||
Hamlib archive at GitHub
|
.\"Hamlib archive at GitHub
|
||||||
.UE .
|
.\".UE .
|
||||||
.
|
.
|
||||||
|
.PP
|
||||||
Daily development snapshots are available from the
|
Daily development snapshots are available from the
|
||||||
.UR http://n0nb.users.sourceforge.net/
|
.UR http://n0nb.users.sourceforge.net/
|
||||||
daily snapshots page
|
daily snapshots page
|
||||||
|
@ -786,7 +845,7 @@ available.
|
||||||
Among its features are selecting which portions of Hamlib are installed.
|
Among its features are selecting which portions of Hamlib are installed.
|
||||||
.
|
.
|
||||||
The
|
The
|
||||||
.B PATH
|
.I PATH
|
||||||
environment variable will need to be set manually per the included
|
environment variable will need to be set manually per the included
|
||||||
.I README.w32-bin
|
.I README.w32-bin
|
||||||
or
|
or
|
||||||
|
@ -799,7 +858,7 @@ extracting installer.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Bug reports and questions about these archives should be sent to the
|
Bug reports and questions about these archives should be sent to the
|
||||||
.MT hamlib-developer@@lists.sourceforge.net
|
.MT hamlib-developer@lists.sourceforge.net
|
||||||
hamlib-developer mailing list
|
hamlib-developer mailing list
|
||||||
.ME .
|
.ME .
|
||||||
.
|
.
|
||||||
|
@ -811,7 +870,7 @@ radio and rotator control functions for developers of software primarily of
|
||||||
interest to radio amateurs and those interested in radio communications.
|
interest to radio amateurs and those interested in radio communications.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Copyright \(co 2001-2018 Hamlib Group (various contributors)
|
Copyright \(co 2001-2020 Hamlib Group (various contributors)
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
This is free software; see the file COPYING for copying conditions. There is
|
This is free software; see the file COPYING for copying conditions. There is
|
||||||
|
@ -831,8 +890,8 @@ NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
.SH COLOPHON
|
.SH COLOPHON
|
||||||
.
|
.
|
||||||
Links to the Hamlib Wiki, Git repository, release archives, and daily snapshot
|
Links to the Hamlib Wiki, Git repository, release archives, and daily snapshot
|
||||||
archives:
|
archives are available via
|
||||||
.IP
|
.
|
||||||
.UR http://www.hamlib.org
|
.UR http://www.hamlib.org
|
||||||
hamlib.org
|
hamlib.org
|
||||||
.UE .
|
.UE .
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" Please keep this file in sync with doc/utility-programs.texi
|
.\" Please keep this file in sync with doc/utility-programs.texi
|
||||||
.\"
|
.\"
|
||||||
.TH HAMLIB-UTILITIES "7" "2018-05-27" "Hamlib" "Hamlib Information Manual"
|
.TH HAMLIB-UTILITIES "7" "2020-09-08" "Hamlib" "Hamlib Information Manual"
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -26,17 +26,20 @@ library functions both through the
|
||||||
.SM API.
|
.SM API.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
This page summarizes the two test programs,
|
This page summarizes the three test programs,
|
||||||
|
.BR ampctl (1)
|
||||||
|
for testing amplifier back ends,
|
||||||
.BR rigctl (1)
|
.BR rigctl (1)
|
||||||
for testing radio back ends and
|
for testing radio back ends, and
|
||||||
.BR rotctl (1)
|
.BR rotctl (1)
|
||||||
for testing rotator back ends and the two network daemons,
|
for testing rotator back ends and the three network daemons,
|
||||||
.BR rigctld (1)
|
.BR ampctld (1),
|
||||||
|
.BR rigctld (1),
|
||||||
and
|
and
|
||||||
.BR rotcltd (1)
|
.BR rotcltd (1)
|
||||||
for radio and rotator access via network sockets.
|
for amplifier, radio, and rotator access via network sockets.
|
||||||
.
|
.
|
||||||
Also included are three demonstation utilities,
|
Also included are three demonstration utilities,
|
||||||
.BR rigmem (1),
|
.BR rigmem (1),
|
||||||
.BR rigsmtr (1),
|
.BR rigsmtr (1),
|
||||||
and
|
and
|
||||||
|
@ -70,42 +73,40 @@ additional commands.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
In its most simple use as a
|
In its most simple use as a
|
||||||
.I "command line"
|
.I command line
|
||||||
program, rigctl is used to set frequency and mode by typing commands after any
|
program, rigctl is used to set frequency and mode by typing commands after any
|
||||||
rigctl options:
|
rigctl options:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rigctl F 14205000
|
.B rigctl F 14205000
|
||||||
.br
|
.B rigctl M USB 2400
|
||||||
rigctl M USB 2400
|
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
and then query those values:
|
and then query those values:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rigctl f
|
.B rigctl f
|
||||||
.br
|
.B rigctl m
|
||||||
rigctl m
|
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Entering
|
Entering
|
||||||
.I "interactive mode"
|
.I interactive mode
|
||||||
is a simple matter of not placing any commands after any rigctl options:
|
is a simple matter of not placing any commands after any rigctl options:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rigctl
|
.B rigctl
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Entering interactive mode allows successive commands to be entered without
|
Entering interactive mode allows successive commands to be entered without
|
||||||
|
@ -121,35 +122,31 @@ library.
|
||||||
.PP
|
.PP
|
||||||
Interactive mode is indicated by the spartan prompt:
|
Interactive mode is indicated by the spartan prompt:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
Rig command:
|
Rig command:
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Commands are given at the prompt and follow the general rule that upper case
|
Commands are given at the prompt and follow the general rule that upper case
|
||||||
letters set a value and lower case letters query a value:
|
letters set a value and lower case letters query a value:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
Rig command: M
|
.RB "Rig command: " M
|
||||||
.br
|
.RB "Mode: " USB
|
||||||
|
.RB "Passband: " 2500
|
||||||
|
|
||||||
|
.RB "Rig command: " m
|
||||||
Mode: USB
|
Mode: USB
|
||||||
.br
|
|
||||||
Passband: 2500
|
Passband: 2500
|
||||||
.sp
|
|
||||||
Rig command: m
|
|
||||||
.br
|
|
||||||
Mode: USB
|
|
||||||
.br
|
|
||||||
Passband: 2500
|
|
||||||
.sp
|
|
||||||
Rig command:
|
Rig command:
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
An additional prompt is printed when more information is required by the
|
An additional prompt is printed when more information is required by the
|
||||||
|
@ -168,7 +165,7 @@ The above examples invoked rigctl without specifying a radio model.
|
||||||
.
|
.
|
||||||
This is a feature where the Hamlib internal radio model 1
|
This is a feature where the Hamlib internal radio model 1
|
||||||
.I dummy
|
.I dummy
|
||||||
is used instead.
|
is used.
|
||||||
.
|
.
|
||||||
The dummy radio provides a way to test Hamlib functions without the need for
|
The dummy radio provides a way to test Hamlib functions without the need for
|
||||||
actual radio hardware.
|
actual radio hardware.
|
||||||
|
@ -179,32 +176,29 @@ the actual radio connected to the computer is necessary for debugging.
|
||||||
.PP
|
.PP
|
||||||
For example, to quickly set frequency on an Elecraft K3:
|
For example, to quickly set frequency on an Elecraft K3:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rigctl -m 229 -r /dev/rig F 3900000
|
.B rigctl -m 2029 -r /dev/rig F 3900000
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
and to query the frequency and then mode:
|
and to query the frequency and then mode:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rigctl -m 229 -r /dev/rig f
|
.B rigctl -m 2029 -r /dev/rig f
|
||||||
.br
|
|
||||||
3900000
|
3900000
|
||||||
.sp
|
|
||||||
rigctl -m 229 -r /dev/rig m
|
.B rigctl -m 2029 -r /dev/rig m
|
||||||
.br
|
|
||||||
LSB
|
LSB
|
||||||
.br
|
|
||||||
2000
|
2000
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.IP
|
||||||
.BR Note :
|
.BR Note :
|
||||||
the returned values do not have the prompt strings associated with interactive
|
the returned values do not have the prompt strings associated with interactive
|
||||||
mode as shown above.
|
mode as shown above.
|
||||||
|
@ -220,40 +214,29 @@ option takes the path to the port device on
|
||||||
.SM POSIX
|
.SM POSIX
|
||||||
and the device name on Microsoft Windows.
|
and the device name on Microsoft Windows.
|
||||||
.
|
.
|
||||||
.PP
|
.IP
|
||||||
.BR Note :
|
.BR Note :
|
||||||
A complete list of supported radio models may be seen by use of the
|
A complete list of supported radio models may be seen by use of the
|
||||||
.B -l
|
.B -l
|
||||||
option:
|
option:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rigctl -l
|
.B rigctl -l
|
||||||
.br
|
|
||||||
Rig # Mfg Model Version Status
|
Rig # Mfg Model Version Status
|
||||||
.br
|
|
||||||
1 Hamlib Dummy 0.5 Beta
|
1 Hamlib Dummy 0.5 Beta
|
||||||
.br
|
|
||||||
2 Hamlib NET rigctl 0.3 Beta
|
2 Hamlib NET rigctl 0.3 Beta
|
||||||
.br
|
1001 Yaesu FT-847 0.5 Beta
|
||||||
101 Yaesu FT-847 0.5 Beta
|
1003 Yaesu FT-1000D 0.0.6 Alpha
|
||||||
.br
|
|
||||||
103 Yaesu FT-1000D 0.0.6 Alpha
|
|
||||||
.br
|
|
||||||
\&.
|
\&.
|
||||||
.br
|
|
||||||
\&.
|
\&.
|
||||||
.br
|
|
||||||
\&.
|
\&.
|
||||||
.br
|
27002 Rohde&Schwarz EB200 0.1 Untested
|
||||||
2702 Rohde&Schwarz EB200 0.1 Untested
|
28001 Philips/Simoco PRM8060 0.1 Alpha
|
||||||
.br
|
29001 ADAT www.adat.ch ADT-200A 1.36 Beta
|
||||||
2801 Philips/Simoco PRM8060 0.1 Alpha
|
|
||||||
.br
|
|
||||||
2901 ADAT www.adat.ch ADT-200A 1.36 Beta
|
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
The list is long so use \f(CWShift\-PageUp\fP/\f(CWShift\-PageDown\fP on
|
The list is long so use \f(CWShift\-PageUp\fP/\f(CWShift\-PageDown\fP on
|
||||||
|
@ -264,7 +247,7 @@ window on Microsoft Windows) or the output can be piped to
|
||||||
.BR more (1)
|
.BR more (1)
|
||||||
or
|
or
|
||||||
.BR less (1),
|
.BR less (1),
|
||||||
e.g. \(lq\f(CWrigctl -l | more\fP\(rq to scroll back up the list.
|
e.g., \(lq\f(CWrigctl -l | more\fP\(rq to scroll back up the list.
|
||||||
.
|
.
|
||||||
The list is sorted numerically by model number since Hamlib 1.2.15.1.
|
The list is sorted numerically by model number since Hamlib 1.2.15.1.
|
||||||
.
|
.
|
||||||
|
@ -305,40 +288,39 @@ additional commands.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
In its most simple use as a
|
In its most simple use as a
|
||||||
.I "command line"
|
.I command line
|
||||||
program, rotctl is used to set azimuth position and (optionally) elevation by
|
program, rotctl is used to set azimuth position and (optionally) elevation by
|
||||||
typing commands after any rotctl options:
|
typing commands after any rotctl options:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rotctl P 145.0 23.0
|
.B rotctl P 145.0 23.0
|
||||||
.br
|
.B rotctl M 8 25
|
||||||
rotctl M 8 25
|
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
and then query those values:
|
and then query those values:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rotctl p
|
.B rotctl p
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Entering
|
Entering
|
||||||
.I "interactive mode"
|
.I interactive mode
|
||||||
is a simple matter of not placing any commands after any rotctl options:
|
is a simple matter of not placing any commands after any rotctl options:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rotctl
|
.B rotctl
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Entering interactive mode allows successive commands to be entered without
|
Entering interactive mode allows successive commands to be entered without
|
||||||
|
@ -354,40 +336,34 @@ library.
|
||||||
.PP
|
.PP
|
||||||
Interactive mode is indicated by the spartan prompt:
|
Interactive mode is indicated by the spartan prompt:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
Rotator command:
|
Rotator command:
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Commands are given at the prompt:
|
Commands are given at the prompt:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
Rotator command: M
|
.RB "Rotator command: " M
|
||||||
.br
|
.RB "Direction: " 16
|
||||||
Direction: 16
|
.RB "Speed: " 60
|
||||||
.br
|
|
||||||
Speed: 60
|
.RB "Rotator command: " p
|
||||||
.sp
|
|
||||||
Rotator command: p
|
|
||||||
.br
|
|
||||||
Azimuth: 11.352000
|
Azimuth: 11.352000
|
||||||
.br
|
|
||||||
Elevation: 0.000000
|
Elevation: 0.000000
|
||||||
.sp
|
|
||||||
Rotator command: p
|
.RB "Rotator command: " p
|
||||||
.br
|
|
||||||
Azimuth: 27.594000
|
Azimuth: 27.594000
|
||||||
.br
|
|
||||||
Elevation: 0.000000
|
Elevation: 0.000000
|
||||||
.sp
|
|
||||||
Rotator command:
|
Rotator command:
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
An additional prompt is printed when more information is required by the
|
An additional prompt is printed when more information is required by the
|
||||||
|
@ -417,26 +393,24 @@ controller connected to the computer is necessary for debugging.
|
||||||
.PP
|
.PP
|
||||||
For example, to quickly set position for RotorEZ:
|
For example, to quickly set position for RotorEZ:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rotctl -m 401 -r /dev/rotor P 100.0 0.0
|
.B rotctl -m 401 -r /dev/rotor P 100.0 0.0
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
and to query the position:
|
and to query the position:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rotctl -m 401 -r /dev/rotor p
|
.B rotctl -m 401 -r /dev/rotor p
|
||||||
.br
|
|
||||||
100.000000
|
100.000000
|
||||||
.br
|
|
||||||
0.000000
|
0.000000
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
The returned values do not have the prompt strings associated with interactive
|
The returned values do not have the prompt strings associated with interactive
|
||||||
|
@ -453,40 +427,29 @@ option takes the path to the port device on
|
||||||
.SM POSIX
|
.SM POSIX
|
||||||
or the device name on Microsoft Windows.
|
or the device name on Microsoft Windows.
|
||||||
.
|
.
|
||||||
.PP
|
.IP
|
||||||
.BR Note :
|
.BR Note :
|
||||||
A complete list of supported rotator models may be seen by use of the
|
A complete list of supported rotator models may be seen by use of the
|
||||||
.B -l
|
.B -l
|
||||||
option:
|
option:
|
||||||
.
|
.
|
||||||
.sp
|
.PP
|
||||||
.RS 0.5i
|
.in +4n
|
||||||
.EX
|
.EX
|
||||||
rotctl -l
|
.B rotctl -l
|
||||||
.br
|
|
||||||
Rot # Mfg Model Version Status
|
Rot # Mfg Model Version Status
|
||||||
.br
|
|
||||||
1 Hamlib Dummy 0.5 Beta
|
1 Hamlib Dummy 0.5 Beta
|
||||||
.br
|
|
||||||
2 Hamlib NET rotctl 0.3 Beta
|
2 Hamlib NET rotctl 0.3 Beta
|
||||||
.br
|
|
||||||
201 Hamlib EasycommI 0.3 Beta
|
201 Hamlib EasycommI 0.3 Beta
|
||||||
.br
|
|
||||||
202 Hamlib EasycommII 0.3 Beta
|
202 Hamlib EasycommII 0.3 Beta
|
||||||
.br
|
|
||||||
\&.
|
\&.
|
||||||
.br
|
|
||||||
\&.
|
\&.
|
||||||
.br
|
|
||||||
\&.
|
\&.
|
||||||
.br
|
|
||||||
1201 AMSAT IF-100 0.1 Untested
|
1201 AMSAT IF-100 0.1 Untested
|
||||||
.br
|
|
||||||
1301 LA7LKA ts7400 0.1 Beta
|
1301 LA7LKA ts7400 0.1 Beta
|
||||||
.br
|
|
||||||
1401 Celestron NexStar 0.1 Untested
|
1401 Celestron NexStar 0.1 Untested
|
||||||
.EE
|
.EE
|
||||||
.RE
|
.in
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
The list is long so use \f(CWShift\-PageUp\fP/\f(CWShift\-PageDown\fP on
|
The list is long so use \f(CWShift\-PageUp\fP/\f(CWShift\-PageDown\fP on
|
||||||
|
@ -511,6 +474,21 @@ The complete reference for rotctl can be found in the
|
||||||
manual page.
|
manual page.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
|
.SH ampctl
|
||||||
|
.
|
||||||
|
The
|
||||||
|
.BR ampctl (1)
|
||||||
|
utility is a recent addition to the Hamlib utilities as a part of the 4.0
|
||||||
|
development cycle.
|
||||||
|
.
|
||||||
|
It is intended to test the Hamlib implementation of amplifier control and is
|
||||||
|
similar in function to the utilities previously described.
|
||||||
|
.
|
||||||
|
See the
|
||||||
|
.BR ampctl (1)
|
||||||
|
manual page for the complete reference.
|
||||||
|
.
|
||||||
|
.
|
||||||
.SH rigctld
|
.SH rigctld
|
||||||
.
|
.
|
||||||
The
|
The
|
||||||
|
@ -698,6 +676,22 @@ The complete reference for rotctld can be found in the
|
||||||
manual page.
|
manual page.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
|
.SH ampctl
|
||||||
|
.
|
||||||
|
The
|
||||||
|
.BR ampctld (1)
|
||||||
|
utility is a recent addition to the Hamlib utilities as a part of the 4.0
|
||||||
|
development cycle.
|
||||||
|
.
|
||||||
|
It provides network socket access for the Hamlib implementation of amplifier
|
||||||
|
control and is similar in function to the network utilities previously
|
||||||
|
described.
|
||||||
|
.
|
||||||
|
See the
|
||||||
|
.BR ampctld (1)
|
||||||
|
manual page for the complete reference.
|
||||||
|
.
|
||||||
|
.
|
||||||
.SH rigmem
|
.SH rigmem
|
||||||
.
|
.
|
||||||
.B rigmem
|
.B rigmem
|
||||||
|
@ -803,7 +797,7 @@ radio and rotator control functions for developers of software primarily of
|
||||||
interest to radio amateurs and those interested in radio communications.
|
interest to radio amateurs and those interested in radio communications.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Copyright \(co 2001-2018 Hamlib Group (various contributors)
|
Copyright \(co 2001-2020 Hamlib Group (various contributors)
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
This is free software; see the file COPYING for copying conditions. There is
|
This is free software; see the file COPYING for copying conditions. There is
|
||||||
|
@ -814,6 +808,8 @@ NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
.
|
.
|
||||||
.BR less (1),
|
.BR less (1),
|
||||||
.BR more (1),
|
.BR more (1),
|
||||||
|
.BR ampctl (1),
|
||||||
|
.BR ampctld (1),
|
||||||
.BR rigctl (1),
|
.BR rigctl (1),
|
||||||
.BR rigctld (1),
|
.BR rigctld (1),
|
||||||
.BR rotctl (1),
|
.BR rotctl (1),
|
||||||
|
@ -828,8 +824,8 @@ NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
.SH COLOPHON
|
.SH COLOPHON
|
||||||
.
|
.
|
||||||
Links to the Hamlib Wiki, Git repository, release archives, and daily snapshot
|
Links to the Hamlib Wiki, Git repository, release archives, and daily snapshot
|
||||||
archives:
|
archives are available via
|
||||||
.IP
|
.
|
||||||
.UR http://www.hamlib.org
|
.UR http://www.hamlib.org
|
||||||
hamlib.org
|
hamlib.org
|
||||||
.UE .
|
.UE .
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" Please keep this file in sync with doc/nutshell.texi
|
.\" Please keep this file in sync with doc/nutshell.texi
|
||||||
.\"
|
.\"
|
||||||
.TH HAMLIB "7" "2018-05-21" "Hamlib" "Hamlib Information Manual"
|
.TH HAMLIB "7" "2020-09-08" "Hamlib" "Hamlib Information Manual"
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -153,20 +153,21 @@ in a few years.
|
||||||
A major milestone was reached when Hamlib 1.2.0 was released in March 2004.
|
A major milestone was reached when Hamlib 1.2.0 was released in March 2004.
|
||||||
.
|
.
|
||||||
The API and Application Binary Interface (ABI) interfaces have remained stable
|
The API and Application Binary Interface (ABI) interfaces have remained stable
|
||||||
since that time up to the latest release of 3.2 in early 2018.
|
since that time up to the release of 3.3 in mid 2018.
|
||||||
|
.
|
||||||
|
Version 4.0 marks a major change to the ABI and certain changes to the API.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Development continues through the major version number
|
Development continues through the major version number
|
||||||
.RI 3. x
|
.RI 4. x
|
||||||
series and beyond.
|
series and beyond.
|
||||||
.
|
.
|
||||||
While some API tweaks are planned, ABI compatibility with the prior
|
The 4.0 release marks a major change in the ABI with several changes for
|
||||||
.RI 1.2. x
|
additional modes and such that will require client programs that use the C ABI
|
||||||
releases remains a priority.
|
to be recompiled/relinked, etc.
|
||||||
.
|
.
|
||||||
Other goals include streamlining the build system (done), improving the SWIG
|
Other goals include improving the overall documentation (this man page with
|
||||||
generated language bindings (done), improving the overall documentation (this
|
more in progress), and other updates as warranted.
|
||||||
man page with more in progress), and other updates as warranted.
|
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
The Project is hosted by
|
The Project is hosted by
|
||||||
|
@ -255,28 +256,37 @@ atmosphere for development.
|
||||||
Hamlib's source code is released under two
|
Hamlib's source code is released under two
|
||||||
licenses, the
|
licenses, the
|
||||||
.B Lesser General Public License
|
.B Lesser General Public License
|
||||||
(LGPL) for the library portion, and the
|
(LGPL) version 2.1 for the library portion, and the
|
||||||
.B General Public License
|
.B General Public License
|
||||||
(GPL) for the utility programs.
|
(GPL) version 2 for the utility programs.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
The LGPL allows the library to be used (linked) by programs regardless of
|
The LGPL allows the library to be used (linked) by programs regardless of
|
||||||
their individual license.
|
their individual license.
|
||||||
.
|
.
|
||||||
However, any contributions to the library source remain under copyleft which
|
However, any contributions to the library source remain under a copyleft
|
||||||
means that the library source code may not be used in violation of the terms
|
license which means that the library source code may not be used in violation
|
||||||
of the LGPL.
|
of the terms of the LGPL (see the file
|
||||||
|
.B COPYING.LIB
|
||||||
|
in the main source directory).
|
||||||
|
.
|
||||||
|
Concepts learned by studying these sources for the purpose of understanding
|
||||||
|
the Hamlib API is not covered nor prohibited by the LGPL, however, directly
|
||||||
|
copying LGPL sources into any work that is incompatible with the terms of the
|
||||||
|
LGPL is a violation of the terms of the license.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
The utility program source files are released under the GPL.
|
The utility program source files are released under the GPL.
|
||||||
.
|
.
|
||||||
Any direct use of these sources must be in a form that complies with the terms
|
Any direct use of these sources must be in a form that complies with the terms
|
||||||
of the GPL.
|
of the GPL (see the file
|
||||||
|
.B COPYING
|
||||||
|
in the main source directory).
|
||||||
.
|
.
|
||||||
Concepts learned by studying these sources for the purpose of understanding
|
Concepts learned by studying these sources for the purpose of understanding
|
||||||
the Hamlib API is not covered nor prohibited by the GPL, however, directly
|
the Hamlib API is not covered nor prohibited by the GPL, however, directly
|
||||||
copying GPL sources into any work that is incompatible with the terms of the
|
copying GPL sources into any work that is incompatible with the terms of the
|
||||||
GPL is prohibited.
|
GPL is a violation of the terms of the license.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SS Radios with a clone capability
|
.SS Radios with a clone capability
|
||||||
|
@ -289,11 +299,11 @@ for cloning the memory contents from radio to another of the same model.
|
||||||
.
|
.
|
||||||
A related project,
|
A related project,
|
||||||
.UR http://chirp.danplanet.com
|
.UR http://chirp.danplanet.com
|
||||||
CHIRP
|
.B Chirp
|
||||||
.UE ,
|
.UE ,
|
||||||
aims to support radios with such a clone capability.
|
aims to support radios with such a clone capability.
|
||||||
.
|
.
|
||||||
Please contact the CHIRP project for support of such radios.
|
Please contact the Chirp project for support of such radios.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SS Pronouncing Hamlib
|
.SS Pronouncing Hamlib
|
||||||
|
@ -319,11 +329,12 @@ If you're French, the above does not apply! :-)
|
||||||
.SH COPYING
|
.SH COPYING
|
||||||
.
|
.
|
||||||
This file is part of Hamlib, a project to develop a library that simplifies
|
This file is part of Hamlib, a project to develop a library that simplifies
|
||||||
radio and rotator control functions for developers of software primarily of
|
radio, rotator, and amplifier control functions for developers of software
|
||||||
interest to radio amateurs and those interested in radio communications.
|
primarily of interest to radio amateurs and those interested in radio
|
||||||
|
communications.
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Copyright \(co 2001-2018 Hamlib Group (various contributors)
|
Copyright \(co 2001-2020 Hamlib Group (various contributors)
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
This is free software; see the file COPYING for copying conditions. There is
|
This is free software; see the file COPYING for copying conditions. There is
|
||||||
|
@ -338,8 +349,8 @@ NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
.SH COLOPHON
|
.SH COLOPHON
|
||||||
.
|
.
|
||||||
Links to the Hamlib Wiki, Git repository, release archives, and daily snapshot
|
Links to the Hamlib Wiki, Git repository, release archives, and daily snapshot
|
||||||
archives:
|
archives are available via
|
||||||
.IP
|
.
|
||||||
.UR http://www.hamlib.org
|
.UR http://www.hamlib.org
|
||||||
hamlib.org
|
hamlib.org
|
||||||
.UE .
|
.UE .
|
||||||
|
|
Ładowanie…
Reference in New Issue