New page for supported amplifiers

master
Nate Bargmann 2021-02-03 20:25:56 -06:00
rodzic 0d3d860578
commit 4b286b5d94
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
1 zmienionych plików z 33 dodań i 0 usunięć

@ -0,0 +1,33 @@
# Supported Amplifiers
Currently supported:
* Elecraft KPA 1500
If you would like to see your favorite amplifier supported, please feel free
to contact us through the [hamlib-developer
mailing-list](hamlib-developer@lists.sourceforge.net).
## Amplifier list from ampctl
The amplifier list as of Hamlib 4.1:
```
Amp # Mfg Model Version Status Macro
1 Hamlib Dummy 20200112.0 Stable AMP_MODEL_DUMMY
2 Hamlib NET ampctl 20200112.0 Stable AMP_MODEL_NETAMPCTL
201 Elecraft KPA1500 20200112.0 Alpha AMP_MODEL_ELECRAFT_KPA1500
```
Models marked with "Untested" means that the backend author only wrote the
code based on available documentation but did not have access to the actual
amplifier.
Models marked with "Alpha" means that work is in progress and more support is
likely to be added to the backend.
Models marked "Beta" are generally perfectly usable in most applications but
the developer is looking for more testing before declaring it stable.
Models marked as "Stable" are generally feature complete and will only receive
minimal updates.