commit | 1889ebf11732ba5c01e650d6d3ca142dd0033619 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 14:38:52 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 27 14:56:47 2021 -0500 |
tree | aa71aba9f588d1db805763df0664caa1125b16b0 | |
parent | 56dcd51235a20953f2c258edea51472c9720c6be [diff] |
build: add wrapfile for nlohmann-json Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1d2c67b7a9db8e0e307d0b5d9efba1ae17c01de3
dbus-sensors is a collection of sensor applications that provide the xyz.openbmc_project.Sensor collection of interfaces. They read sensor values from hwmon, d-bus, or direct driver access to provide readings. Some advance non-sensor features such as fan presence, pwm control, and automatic cpu detection (x86) are also supported.
runtime re-configurable from d-bus (entity-manager or the like)
isolated: each sensor type is isolated into its own daemon, so a bug in one sensor is unlikely to affect another, and single sensor modifications are possible
async single-threaded: uses sdbusplus/asio bindings
multiple data inputs: hwmon, d-bus, direct driver access