https://github.com/gqrx-sdr/gr-osmosdr
GNU Radio block for interfacing with various radio hardware
https://github.com/gqrx-sdr/gr-osmosdr
Last synced: 2 months ago
JSON representation
GNU Radio block for interfacing with various radio hardware
- Host: GitHub
- URL: https://github.com/gqrx-sdr/gr-osmosdr
- Owner: gqrx-sdr
- License: gpl-3.0
- Created: 2023-09-18T18:09:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T18:15:01.000Z (over 1 year ago)
- Last Synced: 2025-03-21T00:33:15.076Z (3 months ago)
- Language: C++
- Size: 885 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
While primarily being developed for the OsmoSDR hardware, this block
as well supports:* FUNcube Dongle / Pro+ through gr-funcube
* RTL2832U based DVB-T dongles through librtlsdr
* RTL-TCP spectrum server (see librtlsdr project)
* MSi2500 based DVB-T dongles through libmirisdr
* SDRplay RSP through SDRplay API library
* gnuradio .cfile input through libgnuradio-blocks
* RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option), Cloud-IQ, and CloudSDR
* AirSpy Wideband Receiver through libairspy
* 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' module for UHD
* Fairwaves XTRX through libxtrx
* Red Pitaya SDR transceiver (http://bazaar.redpitaya.com)
* FreeSRP through libfreesrpBy 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/GrOsmoSDRFor 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 ldconfigNOTE: The osmocom blocks will appear under 'Sources' and 'Sinks' categories
in GRC menu.