summaryrefslogtreecommitdiffstats
path: root/ham/SoapySDR/README
diff options
context:
space:
mode:
author Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)>2017-08-24 13:47:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-26 07:19:46 +0700
commit1e7e27a52b846c54d686c927877a631403d87c92 (patch)
tree09bde51f44f6d9db9cd9ac33c7354e4732d33060 /ham/SoapySDR/README
parentf998d98cd7a200ca29bd176bc784e71bab282221 (diff)
downloadslackbuilds-1e7e27a52b846c54d686c927877a631403d87c92.tar.gz
slackbuilds-1e7e27a52b846c54d686c927877a631403d87c92.tar.xz
ham/SoapySDR: Added (SDR support library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham/SoapySDR/README')
-rw-r--r--ham/SoapySDR/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/ham/SoapySDR/README b/ham/SoapySDR/README
new file mode 100644
index 0000000000..6d0bfaaa83
--- /dev/null
+++ b/ham/SoapySDR/README
@@ -0,0 +1,10 @@
+Features
+
+SoapySDR is an open-source generalized C/C++ API and runtime library
+for interfacing with SDR devices. With SoapySDR, you can instantiate,
+configure, and stream with an SDR device in a variety of environments.
+Both osmosdr and uhd devices are available within SoapySDR. In
+addition, vendors can directly support their hardware using SoapySDR
+device modules. There are wrappers for both gr-osmosdr, uhd, and gr-uhd
+to bring an ecosystem of existing applications to SoapySDR devices. And
+SoapySDR has support for powerful platforms like GNU Radio and Pothos.