Skip to content

PC Hardware Resource Monitor for Raspberry Pi

License

Notifications You must be signed in to change notification settings

DroidMAX-Tang/PCHWRM_Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived! Check out ModBros!

PCHWRM Server

PC Hardware Resource Monitor For Raspberry Pi, Built with JavaFX

Screenshots

Built with JavaFX, Java

7 inch screen recommended. Minimum 5 inch required to be able to read readings properly.

How to Run?

  1. Download the latest zip from releases.
  2. Run unzip linux_arm7hf.zip (Make sure you're in the same director)
  3. Then cd PCHWRM_Server
  4. Run ./run

How to change Settings

  1. cd into the same directory where linux_arm7hf.zip was extracted
  2. Run ./editConfig

Run at Startup

rc.local method

  1. Open /etc/rc.local as root.
  2. Just before exit 0 add the following lines
cd <Extracted Directory>
./run

bashrc method

  1. Open ~/.bashrc.
  2. Add the following lines at the end of file
cd <Extracted Directory>
./run

This method is not recommeneded as ~/.bashrc runs every time an SSH connection is made to the Pi. You can use Ctrl+C to always quit when a new piHoleLCDStat instance is made.

Libraries Used

License

GNU GPL v3

About

PC Hardware Resource Monitor for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.9%
  • CSS 1.3%
  • HTML 0.8%