From 8579882134e2377b695a16d69123e890c9c35fc7 Mon Sep 17 00:00:00 2001 From: Glenn Bradford <glenn.bradford@unimelb.edu.au> Date: Tue, 29 Mar 2022 22:15:57 +1100 Subject: [PATCH] update README.md --- README.md | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 3a7cb42..b3d533b 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,25 @@ -# gr-bladeRF +# gr-bladeRF-cdc -GNU Radio source and sink blocks for bladeRF devices. +GNU Radio source and sink blocks for bladeRF devices customized for use in +ELEN90089. ## bladeRF wiki * [bladeRF wiki](https://github.com/Nuand/bladeRF/wiki) +## CDC wiki + +* [CDC wiki](https://gitlab.eng.unimelb.edu.au/elen90089-cdc/documentation/-/wikis/home) + ## Installation -Build from source +To build and install from source - git clone https://github.com/Nuand/gr-bladeRF.git - cd gr-bladeRF + git clone https://gitlab.eng.unimelb.edu.au/elen90089-cdc/gr-bladerf-cdc.git + cd gr-bladeRF-cdc mkdir build cd build cmake .. - make -j4 + make sudo make install -## GNURadio-Companion Examples -Run FM-receiver example: - - cd - gnuradio-companion gr-bladeRF/apps/fm_receiver.grc - -## Run on Raspberry - - [How to install gr-bladeRF on Raspberry Pi 4 -](raspberry/) - - - -- GitLab