diff options
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 |
commit | 1e7e27a52b846c54d686c927877a631403d87c92 (patch) | |
tree | 09bde51f44f6d9db9cd9ac33c7354e4732d33060 /ham/SoapySDR/slack-desc | |
parent | f998d98cd7a200ca29bd176bc784e71bab282221 (diff) |
ham/SoapySDR: Added (SDR support library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ham/SoapySDR/slack-desc')
-rw-r--r-- | ham/SoapySDR/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ham/SoapySDR/slack-desc b/ham/SoapySDR/slack-desc new file mode 100644 index 0000000000000..69437e8de2bb5 --- /dev/null +++ b/ham/SoapySDR/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +SoapySDR: SoapySDR (vendor and platform neutral SDR support library) +SoapySDR: +SoapySDR: SoapySDR is an open-source generalized C/C++ API and runtime library +SoapySDR: for interfacing with SDR devices. With SoapySDR, you can instantiate, +SoapySDR: configure, and stream with an SDR device in a variety of +SoapySDR: environments. Both osmosdr and uhd devices are available within +SoapySDR: SoapySDR. In addition, vendors can directly support their hardware +SoapySDR: using SoapySDR device modules. There are wrappers for both gr-osmosdr, +SoapySDR: uhd, and gr-uhd to bring an ecosystem of existing applications to +SoapySDR: SoapySDR devices. And SoapySDR has support for powerful platforms like +SoapySDR: GNU Radio and Pothos. |