GNU Radio block for interfacing with various radio hardware
Go to file
Dimitri Stolnikov a0b4f3b2c5 apps: enable bandwidth controls for osmocom_fft and osmocom_siggen 2013-06-08 16:39:47 +02:00
apps apps: enable bandwidth controls for osmocom_fft and osmocom_siggen 2013-06-08 16:39:47 +02:00
cmake Move to support gr-iqbalance new namespace / include path 2013-06-01 15:00:46 +02:00
docs introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
grc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
include/osmosdr introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
lib hackrf: add fractional sample rate support introduced in libhackrf 2013-06-07 22:32:21 +02:00
python strip whitespace 2012-04-29 13:15:02 +02:00
swig introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
AUTHORS add Steve and Hoernchen to AUTHORS file 2012-05-20 20:11:47 +02:00
CMakeLists.txt cmake: add gnuradio-pmt dependency for OSX linkage 2013-06-07 19:30:02 +02:00
COPYING update license file to GPL v3 as in source 2012-04-21 14:07:25 +02:00
README update README 2013-06-05 00:15:28 +02:00
gnuradio-osmosdr.pc.in convert to gnuradio 3.7 interface 2013-05-29 22:34:40 +02:00

README

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

 * FunCube Dongle through libgnuradio-fcd
 * OSMOCOM OsmoSDR Devices through libosmosdr
 * Great Scott Gadgets HackRF through libhackrf
 * Ettus USRP Devices through Ettus UHD library
 * RTL2832U based DVB-T dongles through librtlsdr
 * RTL-TCP spectrum server (see librtlsdr project)
 * MSi2500 based DVB-T dongles through libmirisdr
 * gnuradio .cfile input through libgnuradio-blocks

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 block will appear under 'Sources' and 'Sinks' categories
in GRC menu.