Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lich426 authored May 14, 2020
1 parent 4a1eb5e commit d8de0f9
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

FanControl is a software that allows you to automatically control the fan speed on your PC.<br>
Requires .NET framework 4.6 or higher.<br>
<br>
Gigabyte board : AppCenter installation is required (https://www.gigabyte.com/Support/Utility/Motherboard)<br>
NZXT Kraken : x2, x3 support (z3 series is not supported)<br>
EVGA CLC : support
Expand All @@ -10,15 +11,16 @@ EVGA CLC : support
![Auto Fan Control](https://github.com/lich426/FanControl/blob/master/img/2.png)

## Used Library
Sensor and Fan Control : [LibreHardwareMonitorLib][0], [OpenHardwareMonitorLib][1]<br>
Nvidia Graphic card Sensor and Fan Control : [NvAPIWrapper][2]<br>
NZXT Kraken USB Communication: [HidLibrary][3]<br>
EVGA CLC USB Communication : [SiUSBXp][4] or [libusb-1.0][5]<br>
Json : [Newtonsoft Json][6]<br>
Graph : [ZedGraph][7]<br>
Sensor and Fan Control : [LibreHardwareMonitorLib][0] or [OpenHardwareMonitorLib][1]<br>
Gigabyte board Sensor and Fan Control : [AppCenter[2]<br>
Nvidia Graphic card Sensor and Fan Control : [NvAPIWrapper][3]<br>
NZXT Kraken USB Communication : [HidLibrary][4]<br>
EVGA CLC USB Communication : [SiUSBXp][5] or [libusb-1.0][6]<br>
Json : [Newtonsoft Json][7]<br>
Graph : [ZedGraph][8]<br>

## License
[GNU General Public License v3.0][8]
[GNU General Public License v3.0][9]

## Precautions
- FanControl is free software with a GNU GPLv3 license.<br>
Expand All @@ -27,18 +29,19 @@ Graph : [ZedGraph][7]<br>
- Not all types of hardware are supported.<br>

## Portable
Download : [FanControl_v1.1.0.zip][9]
Download : [FanControl_v1.1.0.zip][10]

## Donate with PayPal
[![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AUCEJ8KGCNJTC&currency_code=USD&source=url)

[0]: https://github.com/LibreHardwareMonitor/LibreHardwareMonitor
[1]: https://github.com/openhardwaremonitor/openhardwaremonitor
[2]: https://github.com/falahati/NvAPIWrapper
[3]: https://github.com/mikeobrien/HidLibrary
[4]: https://www.silabs.com/products/development-tools/software/direct-access-drivers
[5]: https://libusb.info
[6]: https://www.newtonsoft.com/json
[7]: http://zedgraph.sourceforge.net/samples.html
[8]: https://github.com/lich426/FanControl/blob/master/LICENSE
[9]: https://github.com/lich426/FanControl/raw/master/Portable/FanControl_v1.1.0.zip
[2]: https://www.gigabyte.com/Support/Utility/Motherboard
[3]: https://github.com/falahati/NvAPIWrapper
[4]: https://github.com/mikeobrien/HidLibrary
[5]: https://www.silabs.com/products/development-tools/software/direct-access-drivers
[6]: https://libusb.info
[7]: https://www.newtonsoft.com/json
[8]: http://zedgraph.sourceforge.net/samples.html
[9]: https://github.com/lich426/FanControl/blob/master/LICENSE
[10]: https://github.com/lich426/FanControl/raw/master/Portable/FanControl_v1.1.0.zip

0 comments on commit d8de0f9

Please sign in to comment.