PCHWRM Server Save Abandoned

PC Hardware Resource Monitor for Raspberry Pi

Project README

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

Open Source Agenda is not affiliated with "PCHWRM Server" Project. README Source: rnayabed/PCHWRM_Server
Stars
175
Open Issues
10
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating