summaryrefslogtreecommitdiffstats
path: root/ham/flrig/README
diff options
context:
space:
mode:
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 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.