https://github.com/fdelporte/fxglsystemmonitoring
Example project to monitor different devices with JavaFX and FXGL
https://github.com/fdelporte/fxglsystemmonitoring
Last synced: 3 months ago
JSON representation
Example project to monitor different devices with JavaFX and FXGL
- Host: GitHub
- URL: https://github.com/fdelporte/fxglsystemmonitoring
- Owner: FDelporte
- License: apache-2.0
- Created: 2020-12-13T16:59:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T13:15:52.000Z (over 4 years ago)
- Last Synced: 2025-01-13T14:53:00.429Z (4 months ago)
- Language: Java
- Size: 422 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FXGLSystemMonitoring
Proof-of-concept project to display the state of different devices with JavaFX and FXGL in one dashboard using one
central queue (Mosquitto).Full description is available on
* [foojay.io]()
* [webtechie.be]()
## Code
### Maven Java and JavaFX project
The dashboard code is available in the "src" directory.
### Python script to send device
One single python-script to run on each Raspberry Pi which needs to be displayed on the dashboard.
If you want to start this script automatically, see
["How to start a python script at boot"](https://raspberrypi.stackexchange.com/questions/108694/how-to-start-a-python-script-at-boot)
.## Screenshots


