I am building my own PC-Fan-Controller. I am looking for a way to read the CPU temperature in C#. As there is no .NET-way to do this, I was reading through several topics and there people came up with things like the RMI-modules or ACPI or the Open Hardware Monitor and its dll.
Sadly I do not really have an idea how to realize this with RMI or one of the other methods. Is there anybody how could provide an command-line program-sample of how to read the cpu-temperature? Any other help is, of course, very nice.