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
|
Source: qcontrol
Section: utils
Priority: optional
Maintainer: Frans Pop <fjp@debian.org>
Build-Depends: debhelper (>= 5), liblua5.1-0-dev
Standards-Version: 3.8.0
Homepage: http://qnap.nas-central.org/index.php/PIC_Control_Software
Package: qcontrol
Architecture: arm armel
Depends: ${shlibs:Depends}, ${misc:Depends}, udev (>= 0.125-7+lenny3)
Description: hardware control for QNAP TS-109, TS-209 and TS-409
Allows to send commands to the microcontroller of supported devices,
for example to change leds or sound a buzzer.
.
Depending on the device it can also monitor for example for button
presses or temperature, with events triggering actions defined in the
configuration file.
.
Supported devices at this time are the QNAP TS-109, TS-209 and TS409
but the code is extensible so more devices may be added in future
releases.
.
Warning: the program is in alpha state, use at your own risk.
Package: qcontrol-udeb
Section: debian-installer
Architecture: arm armel
Depends: ${shlibs:Depends}, ${misc:Depends}, udev-udeb (>= 0.125-7+lenny3), input-modules
XC-Package-Type: udeb
Description: hardware control for QNAP TS-109, TS-209 and TS-409
Allows to change status leds or sound the buzzer of supported devices.
|