aboutsummaryrefslogtreecommitdiff
path: root/ham/flrig/README
diff options
context:
space:
mode:
authorGustavo Conrad <gus3963@gmail.com>2017-11-21 13:29:37 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2017-11-21 13:29:37 +0000
commit18a00845403713b914a5ebc6863f7895776af4f9 (patch)
tree42a16ec37efe866846e920b39a4a8d42f5f70fa0 /ham/flrig/README
parentf69fd8b19fde138284b9818f19a8dc36abcf333a (diff)
downloadslackbuilds-18a00845403713b914a5ebc6863f7895776af4f9.tar.xz
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/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/ham/flrig/README b/ham/flrig/README
new file mode 100644
index 000000000000..2d1e5d3f4ec9
--- /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.