Also mention amplifiers

pull/1742/head
Daniele Forsi IU5HKX 2025-05-20 19:42:42 +02:00
rodzic 4109d606b5
commit 87311035ea
3 zmienionych plików z 10 dodań i 8 usunięć

Wyświetl plik

@ -27,15 +27,15 @@ to reach the Wiki.
Hamlib Design
-------------
The library provides functions for both radio and rotator control,
and data retrieval from the radio or rotator. A number of functions useful
The library provides functions for radio, rotator and amplifier control,
and data retrieval for supported devices. A number of functions useful
for calculating distance and bearing and grid square conversion are included.
libhamlib.so - library that provides generic API for all RIG types.
This is what Application programmers will "see". Will have different
names on other platforms, e.g. libhamlib-2.dll on MS windows. Also
contains all radio and rotator "backends" (formerly in their own
dlopen'ed libraries) provided by Hamlib.
contains all radio, rotator and amplifier "backends" (formerly in their
own dlopen'ed libraries) provided by Hamlib.
Backend Examples are:
---------------------

Wyświetl plik

@ -124,8 +124,9 @@ Testing with the Hamlib Utilities
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
rigctl utility for radios and rotctl utility for rotators. Each is a command
line program that is interactive or can act on a single command and exit.
rigctl utility for radios, the rotctl utility for rotators and the ampctl
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
directory.

Wyświetl plik

@ -124,8 +124,9 @@ Testing with the Hamlib Utilities
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
rigctl utility for radios and rotctl utility for rotators. Each is a command
line program that is interactive or can act on a single command and exit.
rigctl utility for radios, the rotctl utility for rotators and the ampctl
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
directory.