From 0e6a369df7736a1123783fbc63791c838da5832d Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Tue, 10 Dec 2013 16:56:14 +0100 Subject: [PATCH] add UmTRX to the list of supported devices requires Fairwaves' port of the Ettus UHD library: https://github.com/fairwaves/UHD-Fairwaves --- README | 1 + grc/gen_osmosdr_blocks.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README b/README index 0de5968..2c3236d 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ While primarily being developed for the OsmoSDR hardware, this block as well sup * Great Scott Gadgets HackRF through libhackrf * Nuand LLC bladeRF through libbladeRF library * Ettus USRP Devices through Ettus UHD library + * Fairwaves UmTRX through Fairwaves' fork of UHD By using the OsmoSDR block you can take advantage of a common software api in your application(s) independent of the underlying radio hardware. diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py index 0c9f17e..1a2275f 100644 --- a/grc/gen_osmosdr_blocks.py +++ b/grc/gen_osmosdr_blocks.py @@ -127,6 +127,7 @@ While primarily being developed for the OsmoSDR hardware, this block as well sup * Great Scott Gadgets HackRF through libhackrf * Nuand LLC bladeRF through libbladeRF library * Ettus USRP Devices through Ettus UHD library + * Fairwaves UmTRX through Fairwaves' fork of UHD By using the osmocom $sourk block you can take advantage of a common software api in your application(s) independent of the underlying radio hardware.