Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasobertoni committed Sep 7, 2015
1 parent 554e72a commit 347f643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#HardwareMonitor

##Abstract
Application for displaying hardware values.<br>
Application for displaying hardware sensors values.<br>
At this development stage the app covers the following modules:
<br>
#####- Temperature
* shows the average cpu temperature, allowing the user to be notified when it exceeds an alert level

<br>
##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 available).
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.
<br><br><br>
Expand Down

0 comments on commit 347f643

Please sign in to comment.