From a98e682693e0d7d6fdec498a237e527229543252 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 5a64258..6c6b88f 100644 --- a/README +++ b/README @@ -12,6 +12,7 @@ as well supports: * 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 2a4cd6e..6d69b98 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.