• This repository has been archived on 28/Oct/2020
  • Stars
    star
    171
  • Rank 217,751 (Top 5 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created about 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PC Hardware Resource Monitor for Raspberry Pi

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