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
|
Source: qthid-fcd-controller
Section: science
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: debhelper-compat (= 13),
libhidapi-dev,
libudev-dev [linux-any],
libusb-1.0-0-dev [!kfreebsd-any],
libusb2-dev [kfreebsd-any],
pkg-config,
qt5-qmake,
qtbase5-dev,
qtchooser,
qttools5-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://oz9aec.net/radios/funcube-dongle/updated-fcdctl-for-the-funcube-dongle-pro-and-pro
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/qthid-fcd-controller
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/qthid-fcd-controller.git
Package: qthid-fcd-controller
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: udev [linux-any]
Suggests: gnuradio, gqrx-sdr, gr-fcdproplus, gr-osmosdr
Description: Funcube Dongle controller
Controller application for the Funcube Dongle software defined radio receiver,
built using the HID API library and the Qt GUI toolkit.
.
The Funcube Dongle is a small software defined radio receiver for
64 MHz - 1.7 GHz. It fits into a computer's USB port and uses USB audio
to transfer complex I/Q data to SDR applications. The control API for
setting frequency, gain, filter, etc. uses the USB HID standard.
.
It provides full support for the Funcube Dongle API::
* Change frequency and apply frequency correction.
* Change RF gains and filters.
* Change IF gains and filters.
* LNA enhancement, bias current, etc.
* I/Q correction.
* Auto-repeat tuning buttons (click and hold button to scan).
* Variable frequency step.
* Upgrade and verify the firmware.
|