diff options
author | Gustavo Conrad <gus3963@gmail.com> | 2017-11-21 13:29:37 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-21 13:29:37 +0000 |
commit | 18a00845403713b914a5ebc6863f7895776af4f9 (patch) | |
tree | 42a16ec37efe866846e920b39a4a8d42f5f70fa0 /ham/flrig/README | |
parent | f69fd8b19fde138284b9818f19a8dc36abcf333a (diff) | |
download | slackbuilds-18a00845403713b914a5ebc6863f7895776af4f9.tar.gz |
ham/flrig: Added (Amateur Radio transceiver control program).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham/flrig/README')
-rw-r--r-- | ham/flrig/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ham/flrig/README b/ham/flrig/README new file mode 100644 index 0000000000..2d1e5d3f4e --- /dev/null +++ b/ham/flrig/README @@ -0,0 +1,5 @@ +Flrig is a transceiver control program for Amateur Radio use. It does +not use any 3rd party transceiver control libraries. It is a c++ pro- +gram that encapsulates each transceiver in it's own class. Where ever +possible the transceiver class(s) use polymorphism to reuse code that +is portable across a series of transceivers. |