Archived! Check out ModBros!
PCHWRM Server
PC Hardware Resource Monitor For Raspberry Pi, Built with JavaFX
Built with JavaFX, Java
7 inch screen recommended. Minimum 5 inch required to be able to read readings properly.
How to Run?
- Download the latest zip from releases.
- Run
unzip linux_arm7hf.zip
(Make sure you're in the same director) - Then
cd PCHWRM_Server
- Run
./run
How to change Settings
cd
into the same directory wherelinux_arm7hf.zip
was extracted- Run
./editConfig
Run at Startup
rc.local method
- Open
/etc/rc.local
as root. - Just before
exit 0
add the following lines
cd <Extracted Directory>
./run
bashrc method
- Open
~/.bashrc
. - 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
- Medusa - Gauges