aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLukas Lao Beyer <lukas@electronics.kitchen>2017-04-07 23:08:01 -0400
committerDimitri Stolnikov <horiz0n@gmx.net>2017-04-18 23:48:08 +0200
commit5ecfa255d299b9b4842ccd09a02892a853fcd5a7 (patch)
tree53c8c114cc17febf42db53c28e67e67d333959db /README
parente9dde9afd754c6e3bcf1a1444c04064051f04ecd (diff)
Add support for FreeSRP
This patch adds support for both receiving and transmitting using the FreeSRP. More information on the FreeSRP can be found at: http://freesrp.org The gr-osmosdr blocks added make use of libfreesrp, the library required for interfacing with this device. The libfreesrp source code is freely available at https://github.com/freesrp/libfreesrp Usage example: osmocom_fft -a "freesrp"
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index bc995a6..67fa475 100644
--- a/README
+++ b/README
@@ -17,6 +17,7 @@ as well supports:
* Ettus USRP Devices through Ettus UHD library
* Fairwaves UmTRX through Fairwaves' fork of UHD
* Red Pitaya SDR transceiver (http://bazaar.redpitaya.com)
+ * FreeSRP through libfreesrp
By using the OsmoSDR block you can take advantage of a common software api in
your application(s) independent of the underlying radio hardware.