1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: gr-osmosdr
Section: libdevel
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
doxygen,
gnuradio-dev (>=3.9),
gr-funcube,
gr-iqbal (>=0.38.2),
libairspy-dev [!hurd-i386],
libairspyhf-dev [!hurd-i386],
libasound2-dev,
libbladerf-dev (>=0.2019.07) [!hurd-i386],
libboost-dev,
libboost-chrono-dev,
libboost-system-dev,
libboost-thread-dev,
libfreesrp-dev [!hurd-i386],
libgmp-dev,
libhackrf-dev [linux-any],
libhidapi-dev,
libjack-jackd2-dev,
liblog4cpp5-dev,
libpulse-dev,
librtlsdr-dev [!hurd-i386],
libsndfile1-dev,
libsoapysdr-dev,
libuhd-dev (>=4.1),
libxtrx-dev,
pkg-config,
portaudio19-dev,
python3-dev,
python3-numpy,
python3-six,
python3-soapysdr
Standards-Version: 4.6.2
Homepage: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
Vcs-Browser: https://salsa.debian.org/bottoms/pkg-gr-osmosdr
Vcs-Git: https://salsa.debian.org/bottoms/pkg-gr-osmosdr.git
Package: gr-osmosdr
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: python3, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: gnuradio, gr-fosphor
Description: Gnuradio blocks from the OsmoSDR project
The Osmocom project is a family of projects regarding Open source
mobile communications.
.
While primarily being developed for the OsmoSDR hardware, this block
as well supports:
- FUNcube Dongle through gr-funcube
- FUNcube Dongle Pro+ through gr-funcube
- RTL2832U based DVB-T dongles through librtlsdr
- RTL-TCP spectrum server (see librtlsdr project)
- gnuradio .cfile input through libgnuradio-blocks
- RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option)
- 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
- AIRSPY Receiver
- AIRSPY HF+ Receiver
- SoapySDR support
- Red Pitaya SDR transceiver (http://bazaar.redpitaya.com)
- FreeSRP through libfreesrp
.
Example applications include osmocom_fft, osmocom_siggen,
and osmocom_spectrum_sense.
.
By using the OsmoSDR block you can take advantage of a common
software API in your application(s) independent of the underlying
radio hardware. This package provides C++ header files,
documentation, and Python3 wrappers to the library.
Package: libgnuradio-osmosdr0.2.0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Gnuradio blocks from the OsmoSDR project - library
The Osmocom project is a family of projects regarding Open source
mobile communications. This library provides hardware support for
a variety of radio hardware in the form of gnuradio blocks.
.
This package contains the shared library.
|