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
|
Source: gr-hpsdr
Section: libdevel
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper (>= 12~),
dh-python,
doxygen,
gnuradio-dev,
libboost-filesystem-dev,
libboost-system-dev,
liborc-0.4-dev,
pkg-config,
python3,
python3-mako,
python3-six,
swig
Standards-Version: 4.5.0
Homepage: https://github.com/Tom-McDermott/gr-hpsdr
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/gr-hpsdr.git
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/gr-hpsdr
Package: libgnuradio-hpsdr1.2.1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Recommends: gr-hpsdr
Description: gnuradio library for OpenHPSDR protocol 1
Hardware supported includes OpenHPSDR Hermes / Metis and Red Pitaya
using the OpenHpsdr protocol.
.
The modules are compatible with version 3.7 of gnuradio and versions of
Hermes firmware 1.8 through 3.2. (known as OpenHPSDR protocol 1). It
is not compatible with the new OpenHPSDR protocol 2.
.
This package contains the shared library.
Package: gr-hpsdr
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libgnuradio-hpsdr1.2.1 (=${binary:Version}),
${misc:Depends}, ${python3:Depends},
${shlibs:Depends}
Description: gnuradio interface module for OpenHPSDR protocol 1
Hardware supported includes OpenHPSDR Hermes / Metis and Red Pitaya
using the OpenHpsdr protocol.
.
hermesNB sources decimated downconverted 48K-to-384K receiver complex
stream(s), and sinks one 48k sample rate transmit complex stream.
.
hermesWB sources raw ADC samples as a vector of floats, with
vlen=16384. Each individual vector contains time contiguous
samples. However there are large time gaps between vectors. This is
how HPSDR produces raw samples, it is due to Ethernet interface rate
limitations between HPSDR and the host computer.
.
The modules are compatible with version 3.7 of gnuradio and versions of
Hermes firmware 1.8 through at 3.2. (known as OpenHPSDR protocol
1). It is not compatible with the new OpenHPSDR protocol 2.
.
This package contains the header files and grc block definitions.
|