diff --git a/Supported-Amplifiers.md b/Supported-Amplifiers.md new file mode 100644 index 0000000..291ee73 --- /dev/null +++ b/Supported-Amplifiers.md @@ -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.