From 87311035ea67d73a1a02d99e55b2a522486bead7 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Tue, 20 May 2025 19:42:42 +0200 Subject: [PATCH] Also mention amplifiers --- README.md | 8 ++++---- scripts/build-w32.sh | 5 +++-- scripts/build-w64.sh | 5 +++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b1093697..9b4410138 100644 --- a/README.md +++ b/README.md @@ -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: --------------------- diff --git a/scripts/build-w32.sh b/scripts/build-w32.sh index d6ca19c61..9bf25dd93 100755 --- a/scripts/build-w32.sh +++ b/scripts/build-w32.sh @@ -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. diff --git a/scripts/build-w64.sh b/scripts/build-w64.sh index ca4b89571..2215bc86b 100755 --- a/scripts/build-w64.sh +++ b/scripts/build-w64.sh @@ -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.