lm-sensors is the canonical Linux project for reading motherboard and peripheral hardware sensors—temperatures, fan speeds, voltages—and exposing them to userspace. It ships a probing utility (sensors-detect) that identifies I²C/SMBus chips and kernel drivers, then a runtime tool (sensors) that prints human-readable readings for quick diagnostics. The companion library, libsensors, gives applications a stable API to query sensor values, enabling desktop applets, monitoring daemons, and...