Skip to content

myriadrf/gr-limesdr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Fix integer overflow in work_tags(): nitems_read() returns uint64_t
244c6bf

Git stats

Files

Permalink
Failed to load latest commit information.

gr-limesdr

Package includes GNU Radio blocks for various LimeSDR boards.

Documentation

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 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