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
|
Source: iio-sensor-proxy
Section: utils
Priority: optional
Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
Build-Depends:
debhelper-compat (= 12),
libgudev-1.0-dev,
udev,
systemd,
gtk-doc-tools (>= 1.0),
libgtk-3-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy
Vcs-Git: https://salsa.debian.org/debian/iio-sensor-proxy.git
Vcs-Browser: https://salsa.debian.org/debian/iio-sensor-proxy/
Package: iio-sensor-proxy
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: systemd
Description: IIO sensors to D-Bus proxy
Industrial I/O subsystem is intended to provide support for devices
that in some sense are analog to digital or digital to analog convertors
.
Devices that fall into this category are:
* ADCs
* Accelerometers
* Gyros
* IMUs
* Capacitance to Digital Converters (CDCs)
* Pressure Sensors
* Color, Light and Proximity Sensors
* Temperature Sensors
* Magnetometers
* DACs
* DDS (Direct Digital Synthesis)
* PLLs (Phase Locked Loops)
* Variable/Programmable Gain Amplifiers (VGA, PGA)
.
Many ultrabooks ship with some of these devices. iio-sensor-proxy is
intended to serve as a proxy, providing access to these devices through
a D-Bus interface
|