-
Notifications
You must be signed in to change notification settings - Fork 4
Home
This is a plugin module for Soapy SDR for various gr-osmosdr supported devices. The following devices can be used from the SoapySDR API and software that supports SoapySDR:
- rtl dongle
- miri sdr
- hackrf
- bladerf -- deprecated
- rfspace
- airspy
Note: Blade RF support is now available through the BladeRF support module. To use SoapyOsmo for Blade RF support, configure with -DUSE_OSMO_BLADERF=ON
SoapyOsmo table of contents
Pre-built installers for various systems are available through the Pothos SDR environment.
- Boost C++ libraries
- Install SoapySDR: https://github.com/pothosware/SoapySDR/wiki
- Hardware drivers for every device that you want to use
Note: Even though we are based off of gr-osmosdr, GNU Radio is not a dependency.
Recommended apt-get install instructions for Ubuntu:
sudo apt-get install libboost-all-dev
The CMake build system will locate boost and SoapySDR development files on your system. Plugin modules will be built for every supported device to which a hardware driver can be located.
git clone https://github.com/pothosware/SoapyOsmo.git cd SoapyOsmo mkdir build cd build cmake .. make sudo make install
Use the SoapySDRUtil application to see if SoapySDR can detect your device. In this example, lets use the --probe option to print information about the RTL SDR device:
SoapySDRUtil --probe="driver=rtl" ###################################################### ## Soapy SDR -- the SDR abstraction library ###################################################### Probe device driver=rtl Using device #0 Realtek RTL2838UHIDIR SN: 00000001 Found Rafael Micro R820T tuner ---------------------------------------------------- -- Device identification ---------------------------------------------------- driver=rtl hardware=rtl ---------------------------------------------------- -- Peripheral summary ---------------------------------------------------- Channels: 1 Rx, 0 Tx Timestamps: NO ---------------------------------------------------- -- RX Channel 0 ---------------------------------------------------- Full-duplex: YES Antennas: RX Full gain range: [0, 49.6] dB LNA gain range: [0, 49.6] dB Full freq range: [24, 1766] MHz RF freq range: [24, 1766] MHz CORR freq range: MHz Sample rates: [0.25, 2.56] MHz
- FAQ
- Build guide
- Driver guide
- SoapySDR header files
- Doxygen documentation
- Python binding support
- LuaJIT binding support
- .NET binding support
- GO binding support
- Rust binding support
- Julia binding support
- Pothos SDR Tutorial
- Help and support
- Pothos users' group
- Twitter @pothosware
- IRC chat #pothos
- Slack workspace
- Contract services
- Developer blog
- Contributing
- Donate
- Example support
- Remote access
- Multi device
- Device sharing
- SIMD converters
- Audio devices
- Osmo support
- NovenaRF support
- EVB7 support
- UHD support
- Blade RF support
- Hack RF support
- RTL-SDR support
- SDR Play support
- Radioberry support
- Red Pitaya support
- Lime Suite support
- Airspy support
- Airspy HF+ support
- PlutoSDR support
- Skylark Iris module
- Funcube Dongle Pro+
- IC-R8600 Receiver
- Epiq Sidekiq
- NetSDR support
- XTRX support
- RTL TCP support
- SpyServer support