commit | 9ca98ec9313568b75bb8eb40e845a03143a41d34 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Nov 02 09:50:47 2021 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Thu Nov 04 06:32:01 2021 +0000 |
tree | b036ffa89d0d9800bfdc57034c30243d25dbf8f8 | |
parent | 3859c7f7c60208e4c761d1e75d593c6f1de99021 [diff] |
nvmesensor: Make commuication error messages more informative Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Id42ddfc29c73c092694e9e138eae3037ba400dd4
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