kopia lustrzana https://github.com/Hamlib/Hamlib
Also mention amplifiers
rodzic
4109d606b5
commit
87311035ea
|
@ -27,15 +27,15 @@ to reach the Wiki.
|
||||||
Hamlib Design
|
Hamlib Design
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
The library provides functions for both radio and rotator control,
|
The library provides functions for radio, rotator and amplifier control,
|
||||||
and data retrieval from the radio or rotator. A number of functions useful
|
and data retrieval for supported devices. A number of functions useful
|
||||||
for calculating distance and bearing and grid square conversion are included.
|
for calculating distance and bearing and grid square conversion are included.
|
||||||
|
|
||||||
libhamlib.so - library that provides generic API for all RIG types.
|
libhamlib.so - library that provides generic API for all RIG types.
|
||||||
This is what Application programmers will "see". Will have different
|
This is what Application programmers will "see". Will have different
|
||||||
names on other platforms, e.g. libhamlib-2.dll on MS windows. Also
|
names on other platforms, e.g. libhamlib-2.dll on MS windows. Also
|
||||||
contains all radio and rotator "backends" (formerly in their own
|
contains all radio, rotator and amplifier "backends" (formerly in their
|
||||||
dlopen'ed libraries) provided by Hamlib.
|
own dlopen'ed libraries) provided by Hamlib.
|
||||||
|
|
||||||
Backend Examples are:
|
Backend Examples are:
|
||||||
---------------------
|
---------------------
|
||||||
|
|
|
@ -124,8 +124,9 @@ Testing with the Hamlib Utilities
|
||||||
|
|
||||||
To continue, be sure you have read the README.betatester file, especially the
|
To continue, be sure you have read the README.betatester file, especially the
|
||||||
"Testing Hamlib" section. The primary means of testing is by way of the
|
"Testing Hamlib" section. The primary means of testing is by way of the
|
||||||
rigctl utility for radios and rotctl utility for rotators. Each is a command
|
rigctl utility for radios, the rotctl utility for rotators and the ampctl
|
||||||
line program that is interactive or can act on a single command and exit.
|
utility for amplifiers. Each is a command line program that is interactive
|
||||||
|
or can act on a single command and exit.
|
||||||
|
|
||||||
Documentation for each utility can be found as an HTML file in the doc
|
Documentation for each utility can be found as an HTML file in the doc
|
||||||
directory.
|
directory.
|
||||||
|
|
|
@ -124,8 +124,9 @@ Testing with the Hamlib Utilities
|
||||||
|
|
||||||
To continue, be sure you have read the README.betatester file, especially the
|
To continue, be sure you have read the README.betatester file, especially the
|
||||||
"Testing Hamlib" section. The primary means of testing is by way of the
|
"Testing Hamlib" section. The primary means of testing is by way of the
|
||||||
rigctl utility for radios and rotctl utility for rotators. Each is a command
|
rigctl utility for radios, the rotctl utility for rotators and the ampctl
|
||||||
line program that is interactive or can act on a single command and exit.
|
utility for amplifiers. Each is a command line program that is interactive
|
||||||
|
or can act on a single command and exit.
|
||||||
|
|
||||||
Documentation for each utility can be found as an HTML file in the doc
|
Documentation for each utility can be found as an HTML file in the doc
|
||||||
directory.
|
directory.
|
||||||
|
|
Ładowanie…
Reference in New Issue