Skip to content

Latest commit

 

History

History
executable file
·
40 lines (28 loc) · 636 Bytes

File metadata and controls

executable file
·
40 lines (28 loc) · 636 Bytes

gr-limesdr

Package includes GNU Radio blocks for various LimeSDR boards.

Documentation

Dependencies

  • GNU Radio(3.9)
  • BOOST
  • pybind11
  • LimeSuite

Installation process

Linux

  • Building from source
git clone https://github.com/chrisjohgorman/gr-limesdr.git
cd gr-limesdr
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

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