Skip to content

GDL888/cpupid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPU temperature PID controller

The program must run in root user.
Please modify params in cpupid.py before run.
Don't run this kind program multiply, else CPU Frequency unable be stable seted.

Test environment

Parts Parameter
Model Lenovo-Y50-70 Laptop
CPU Intel(R) Core(TM) i5-4200H CPU @ 2.80GHz
OS Ubuntu 20.04 LTS
Load BOINC Client 7.16.6

Install

  1. modify params in cpupid.py
  2. copy files
    sudo cp cpupid.py /usr/local/bin/   # copy to install path
    sudo cp cpupidd /etc/init.d/        # auto startup

About

CPU temperature PID controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.9%
  • Shell 7.1%