I have been looking for a solution to check fan speeds and temperature data from the motherboard's sensors in real time.

WMI seems to give you only one reading that never updates and every one seems to be saying to use Open Hardware Monitor but the documentation is horrible and I can't get the .dll working properly in C#.

Don't suggest Open Hardware Monitor in less you are prepared to cover the implementation. There must be a reliable way to do this.

I'll eventually be running this as a script in unity if that helps. I can only use solutions that will work in .Net 2.0 or lower.

有帮助吗?

解决方案

The health reporting in the "hardware <-> driver <-> monitor software" stack is not standardized, and C# is a pretty unusual language to write hardware health stuff in, so your options will be quite limited. Sorry, OHM is probably your best bet...

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top