Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myriadrf/gr-limesdr

gr-limesdr Plugin for GNURadio
https://github.com/myriadrf/gr-limesdr

Last synced: 5 days ago
JSON representation

gr-limesdr Plugin for GNURadio

Awesome Lists containing this project

README

        

# gr-limesdr

Package includes GNU Radio blocks for various LimeSDR boards.

## Documentation

* [MyriadRF Wiki page](https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio)

## Dependencies

* GNU Radio(3.7)
* BOOST
* SWIG
* LimeSuite

## Installation process

#### Linux

* Installing via PPA


sudo add-apt-repository -y ppa:myriadrf/drivers
sudo add-apt-repository -y ppa:myriadrf/gnuradio
sudo apt update
sudo apt install gr-limesdr

* Building from source


git clone https://github.com/myriadrf/gr-limesdr.git
cd gr-limesdr
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

#### Windows

Install GNU Radio then download zip file from [MyriadRF Wiki](http://downloads.myriadrf.org/project/limesuite/19.01/GNU_Radio_windows_19.01.zip) and extract it to:


C:\Program Files\GNURadio-3.7

## Known issues

Known issues are located in:
gr-limesdr/docs/known_issues.txt

## GNU Radio-Companion examples

GNU Radio-Companion examples are located in:
gr-limesdr/examples