hexagon-oss / openhardwaremonitor

Open Hardware Monitor - a tool for monitoring hardware performance. Includes support for various temperature sensors, disk I/O ratings and power consumption.
Mozilla Public License 2.0
188 stars 21 forks source link

Upgraded to .NET 5.0 and add REST API instead of unreliable WMI for external monitoring #23

Closed pgrawehr closed 2 years ago

pgrawehr commented 2 years ago

OHM now builds against .NET 5.0 (thanks @Ttxman)

Replaced the deprecated WMI interface with a REST API. The old interface had also shown to be unreliable (it was sometimes just not available for no apparent reason)

Client implementation will be available from https://github.com/dotnet/iot/pull/1755

Ttxman commented 2 years ago

NP at least it was usefull :)