Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/myriadrf/gr-limesdr
- Owner: myriadrf
- License: other
- Created: 2018-04-24T09:41:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T12:47:36.000Z (8 months ago)
- Last Synced: 2024-11-05T17:49:26.674Z (15 days ago)
- Language: C++
- Size: 4.05 MB
- Stars: 142
- Watchers: 23
- Forks: 77
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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