Skip to content

Commit a801934

Browse files
committed
Create README.md
1 parent dc235de commit a801934

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Libre/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
# Wee Hardware Stat Server (Gnat-Stats & Phat-Stats Compatible)
3+
Copyright (C) 2021 Vinod Mishra
4+
-----------------------------------
5+
A tiny server that uses LibreHardwareMonitor to send data to a serial port (for use with Arduino). Planning to add more features soon.
6+
7+
This project is licensed under GPL v2.
8+
LibreHardwareMonitory library is licensed under Mozilla Public License 2.0.
9+
10+
11+
Following fields are supported for custom format
12+
- CpuName
13+
- CpuTemperature
14+
- CpuLoad
15+
- CpuFanSpeedLoad
16+
- CpuClock
17+
- GpuName
18+
- GpuTemperature
19+
- GpuLoad
20+
- GpuCoreClock
21+
- GpuMemoryClock
22+
- GpuShaderClock
23+
- GpuMemoryTotal
24+
- GpuFanSpeedLoad
25+
- GpuFanSpeedRpm
26+
- GpuMemoryLoad
27+
- GpuPower
28+
- GpuMemoryUsed
29+
- RamLoad
30+
- RamUsed
31+
- RamAvailable
32+
33+
34+
35+
# Note
36+
This was primarily written to use OpenHardwareMonitor to output stats to a serial port for use with Gnat Stats written by Rupert Hirst and Colin Conway.
37+
https://hackaday.io/project/19018-gnat-stats-tiny-oled-pc-performance-monitor
38+
39+
However, the windows application that comes with it uses .net framework along with OpenHardwareMonitor which was forked by LibreHardwareMonitor.
40+
41+
I decided to write a completely new version using LibreHardwareMonitor and .Net 5.
42+
43+
Please note that this project is licensed under GPLv2 so even though it is compatible with the Arduino code for Gnat Stats it shares no code with the original HardwareSerialMonitor application and unfortunately is incompatible with the distribution license for that project.

0 commit comments

Comments
 (0)