#HardwareMonitor
####v2.0.1
##Abstract
Application for displaying hardware sensors values. Allows sensors values recording.
At this development stage the app covers the following modules:
#####- Temperature
- shows the average cpu temperature, allowing the user to be notified when it exceeds an alert level
##Implementation Based on the [OpenHardwareMonitor project](http://openhardwaremonitor.org/), this SOA solution contains a windows service providing the hardware's data and a WinForm consumer application with different modules (ideally one for each hardware sensor available).
I tried to develop the project with low coupling, so new modules can be added with minimum impact on the existing source code.
I encourage everyone who wants to develop a new sensor-module or contribute in any way to this project to submit PRs and file issues.
####License The source code is available under the Mozilla Public License 2.0 (MPL), same as the Open Hardware Monitor project.