From 0f057697e83a84d7488173efe78e99f517f816f0 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 26 Nov 2021 17:02:39 +0100 Subject: Update README and AUTHORS --- AUTHORS | 4 ++++ INSTALL.md | 6 ++++++ README.md | 22 ++++++++++++---------- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index cebe2f2..b288a48 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,7 @@ Matthias P. Braendli - TII - SoapySDR integration - CFR + - EDI input Jörgen Scott - ZeroMQ remote control @@ -30,3 +31,6 @@ Andreas Steger Evariste F5OEO - LimeSDR integration + +Steven Rossel + - BladeRF integration diff --git a/INSTALL.md b/INSTALL.md index 6e858ac..5cb5a04 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,6 +8,7 @@ Required dependencies: * Optional UHD for USRP * Optional LimeSuite for LimeSDR support * Optional SoapySDR (see below) +* Optional bladerf (see below) * Optional ZeroMQ http://www.zeromq.org Simple install procedure: @@ -105,3 +106,8 @@ your system, and will print at the end of `./configure` if support is enabled or not. A configuration example is available in `doc/example.ini` + +BladeRF support +=============== + +In order to use `--enable-bladerf`, you need to install the `libbladerf2` including the -dev package. diff --git a/README.md b/README.md index d066cd8..a23de3d 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,15 @@ Features - Supports native DAB sample rate and can also resample to other rates - Supports all four DAB transmission modes - Configuration file support, see `doc/example.ini` -- Integrated UHD output for [USRP devices](https://www.ettus.com/product) +- First-class support for [USRP devices](https://www.ettus.com/product) using UHD driver - Tested for B200, B100, USRP2, USRP1 - With WBX daughterboard (where appropriate) -- [SoapySDR](https://github.com/pothosware/SoapySDR/wiki) output - - Can be used to drive the [LimeSDR board](https://myriadrf.org/projects/limesdr/), the [HackRF](https://greatscottgadgets.com/hackrf/) and others. -- Timestamping support required for SFN -- GPSDO monitoring (both Ettus and [ODR LEA-M8F board](http://www.opendigitalradio.org/lea-m8f-gpsdo)) + - Timestamping support required for SFN + - GPSDO monitoring (both Ettus and [ODR LEA-M8F board](http://www.opendigitalradio.org/lea-m8f-gpsdo)) +- Second-class support for devices using [SoapySDR](https://github.com/pothosware/SoapySDR/wiki) + - Known to work with [LimeSDR board](https://myriadrf.org/projects/limesdr/), the [HackRF](https://greatscottgadgets.com/hackrf/). +- Second-class support for LimeSDR through LimeSuite +- Second-class support for [BladeRF 2.0](https://www.nuand.com/bladerf-2-0-micro/) devices - Monitoring integration with munin - A FIR filter for improved spectrum mask - TII insertion @@ -33,11 +35,11 @@ Features - A Telnet and ZeroMQ remote-control that can be used to change some parameters during runtime and retrieve statistics. See `doc/README-RC.md` for more information -- ZeroMQ PUB and REP output. -- Ongoing work about digital predistortion for PA linearisation. - See `python/dpd/README.md` -- A web GUI for control and supervision of modulator and predistortion engine. See `python/gui/README.md` -- A prototype algorithm for crest factor reduction. +- ZeroMQ PUB and REP output, useful for sending IQ to GNURadio flowgraphs. +- Development has stalled on the following topics: + - Experimental prototype about digital predistortion for PA linearisation. + - See `python/dpd/README.md` + - A web GUI for control and supervision of modulator and predistortion engine. See `python/gui/README.md` The `src/` directory contains the source code of ODR-DabMod. -- cgit v1.2.3