gr-osmosdr/README

51 lines
1.8 KiB
Plaintext
Raw Normal View History

2013-06-04 22:15:28 +00:00
While primarily being developed for the OsmoSDR hardware, this block
as well supports:
2012-04-06 13:29:14 +00:00
* FUNcube Dongle through libgnuradio-fcd
* FUNcube Dongle Pro+ through gr-fcdproplus
2013-05-25 23:07:24 +00:00
* RTL2832U based DVB-T dongles through librtlsdr
* RTL-TCP spectrum server (see librtlsdr project)
* SDRplay RSP through SDRplay API library
2013-05-29 20:34:40 +00:00
* gnuradio .cfile input through libgnuradio-blocks
* RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option)
* AirSpy Wideband Receiver through libairspy
2015-12-18 21:20:27 +00:00
* CCCamp 2015 rad1o Badge through libhackrf
* Great Scott Gadgets HackRF through libhackrf
* Nuand LLC bladeRF through libbladeRF library
* Ettus USRP Devices through Ettus UHD library
* Fairwaves UmTRX through Fairwaves' fork of UHD
2015-12-18 21:20:27 +00:00
* Red Pitaya SDR transceiver (http://bazaar.redpitaya.com)
* FreeSRP through libfreesrp
2013-05-25 23:07:24 +00:00
2013-06-04 22:15:28 +00:00
By using the OsmoSDR block you can take advantage of a common software api in
your application(s) independent of the underlying radio hardware.
2013-05-25 23:07:24 +00:00
2013-06-04 22:15:28 +00:00
For installation and usage guidelines please read the documentation available
at http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
2013-05-25 23:07:24 +00:00
For the impatient :) a short excerpt:
2013-06-04 22:15:28 +00:00
The Gnu Radio block requires a recent gnuradio (>= v3.7) to be installed.
2013-05-25 23:07:24 +00:00
2013-06-04 22:15:28 +00:00
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.
2013-05-25 23:07:24 +00:00
2013-06-04 22:15:28 +00:00
Please note: prior pulling a new version from git and compiling it,
please do a "make uninstall" first to properly remove the previous version.
2013-05-25 23:07:24 +00:00
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
2013-06-08 15:38:18 +00:00
NOTE: The osmocom blocks will appear under 'Sources' and 'Sinks' categories
2013-06-04 22:15:28 +00:00
in GRC menu.