GitXplorerGitXplorer
m

gr-osmosdr

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6695beab1999041fe63abfdeacbe7a88b3a01224

Split set_bb_gain into VGA1 and VGA2 (only when no gain name is specified)

committed 10 years ago
Unverified
cf0525bf5d69ea4a86eebf536e7ca6f28efd1b0f

Merge branch 'master' of git://git.osmocom.org/gr-osmosdr

committed 10 years ago
Unverified
4bb2fa4e2fcf51ceda47cbf681a5d985c8ffb9d5

update version to 0.1.4git

committed 10 years ago
Unverified
7a013ca84a08528c64fc742e7fa65bcdc1e12478

update version to 0.1.3

committed 10 years ago
Unverified
8604d76df35dee69c8e5fa7b34c361964418eadb

uhd: disable dynamic signature change due to gnuradio bug #719

committed 10 years ago
Unverified
a3ee4db0e7e061ac70f207b9a5faeebf835453e1

update version to 0.1.3git

committed 10 years ago

README

The README file for this repository.

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

  • FUNcube Dongle through libgnuradio-fcd
  • FUNcube Dongle Pro+ through gr-fcdproplus
  • sysmocom OsmoSDR Devices through libosmosdr
  • 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
  • RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option)
  • AirSpy Wideband Receiver through libairspy
  • 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

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.