All Projects → rnayabed → Pchwrm_server

rnayabed / Pchwrm_server

Licence: gpl-3.0
PC Hardware Resource Monitor for Raspberry Pi

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Pchwrm server

Pchwrm client
PC Hardware Resource Monitor For Raspberry Pi
Stars: ✭ 130 (-20.73%)
Mutual labels:  javafx, raspberrypi
Fxgraphics2d
A JavaFX library that allows Java2D code (Graphics2D) to be used to draw to a Canvas node.
Stars: ✭ 157 (-4.27%)
Mutual labels:  javafx
Almond Server
The home server version of Almond
Stars: ✭ 142 (-13.41%)
Mutual labels:  raspberrypi
Pishrink
Make your pi images smaller!
Stars: ✭ 2,255 (+1275%)
Mutual labels:  raspberrypi
Wechat
仿QQ即时通讯系统客户端
Stars: ✭ 144 (-12.2%)
Mutual labels:  javafx
Gokrazy
a native Go userland for your Raspberry Pi 3 or 4 appliances (or amd64 PCs!)
Stars: ✭ 1,934 (+1079.27%)
Mutual labels:  raspberrypi
Rpi Magicmirror Eink
MagicMirror on 7.5 ePaper Waveshare Display with a Raspberry Pi
Stars: ✭ 136 (-17.07%)
Mutual labels:  raspberrypi
Pimusicbox
An image (SD-card) to turn the Raspberry Pi into an easy to use MusicBox with Spotify playback and AirTunes streaming
Stars: ✭ 1,967 (+1099.39%)
Mutual labels:  raspberrypi
Tools Ocr
树洞 OCR 文字识别(一款跨平台的 OCR 小工具)
Stars: ✭ 2,303 (+1304.27%)
Mutual labels:  javafx
Customstage
A JavaFX UI framework to create fully customized undecorated windows
Stars: ✭ 148 (-9.76%)
Mutual labels:  javafx
Fxdesktopsearch
A JavaFX based desktop search application.
Stars: ✭ 147 (-10.37%)
Mutual labels:  javafx
Openauto
AndroidAuto headunit emulator
Stars: ✭ 1,926 (+1074.39%)
Mutual labels:  raspberrypi
Fxgl
Stars: ✭ 2,378 (+1350%)
Mutual labels:  javafx
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-12.2%)
Mutual labels:  raspberrypi
E paper weather display
Raspberry Pi weather display using Waveshare e-paper display and Open Weather Map API
Stars: ✭ 159 (-3.05%)
Mutual labels:  raspberrypi
Drawbot
Drawing robot capable of rendering SVG paths over WebSockets. Powered by a Raspberry Pi running Node.js.
Stars: ✭ 142 (-13.41%)
Mutual labels:  raspberrypi
Everywhere
🔧 A tool can really search everywhere for you.
Stars: ✭ 147 (-10.37%)
Mutual labels:  javafx
Swift On Balena
Docker images for Swift on Raspberry Pi and other ARM devices from balena's base images.
Stars: ✭ 153 (-6.71%)
Mutual labels:  raspberrypi
Speedment
Speedment is a Stream ORM Java Toolkit and Runtime
Stars: ✭ 1,978 (+1106.1%)
Mutual labels:  javafx
Fakeimagedetection
Fake Image Detection Using Machine Learning
Stars: ✭ 158 (-3.66%)
Mutual labels:  javafx

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].