commit | 94733251b61221c1ca571eae41406b425a3ee140 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 11:44:58 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 13 11:44:58 2020 -0500 |
tree | d4a002e7610ebea13a6a38c4f316b569ac8d7144 | |
parent | f902c054532deef11635ebee23ec576fa7dcc7b8 [diff] |
sdbusplus: remove deprecated variant_ns Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Icc64aefa6ac9a73a103d877f6639495af57b4229
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