hb9fxq / gr-osmosdr-fork-sdrplay

GNU General Public License v3.0
2 stars 4 forks source link

**** FORK *** Warning: this is a fork of the official gr-osmosdr repo (For the official sources please go to http://sdr.osmocom.org/trac/wiki/GrOsmoSDR) This repo was created to maintain the sdrplay_source, so use on your own risk.

To use the sdrplay_source you must compile with the option "-DENABLE_NONFREE=TRUE"

git clone https://github.com/krippendorf/gr-osmosdr-fork-sdrplay.git cd gr-osmosdr-fork-sdrplay mkdir build cd build/ cmake -DENABLE_NONFREE=TRUE ../ make && sudo make install && sudo ldconfig


While primarily being developed for the OsmoSDR hardware, this block as well supports:

By using the OsmoSDR block you can take advantage of a common software api in your application(s) independent of the underlying radio hardware.

For installation and usage guidelines please read the documentation available at http://sdr.osmocom.org/trac/wiki/GrOsmoSDR

For the impatient :) a short excerpt:

The Gnu Radio block requires a recent gnuradio (>= v3.7) to be installed.

Before building the block you have to make sure that all the dependencies (see list of supported devices above) you are intend to work with are properly installed. The build system of gr-osmosdr will recognize them and enable specific source/sink components thereafter.

Please note: prior pulling a new version from git and compiling it, please do a "make uninstall" first to properly remove the previous version.

Building with cmake:

git clone git://git.osmocom.org/gr-osmosdr cd gr-osmosdr/ mkdir build cd build/ cmake ../ make sudo make install sudo ldconfig

NOTE: The osmocom blocks will appear under 'Sources' and 'Sinks' categories in GRC menu.