A system that allows Monitoring of Raspberry PI('s) and it's running Minecraft Server(s)
Find a file
2022-09-01 03:03:57 +02:00
.idea initial project structure 2022-08-30 22:51:07 +02:00
.vscode vs code extension update 2022-09-01 02:59:49 +02:00
arduino import cleanup 2022-08-31 21:33:04 +02:00
desktop initial project structure 2022-08-30 22:51:07 +02:00
pi-master initial project structure 2022-08-30 22:51:07 +02:00
pi-slave initial project structure 2022-08-30 22:51:07 +02:00
.gitignore ignoring temporary files stored in tmp/ 2022-08-31 16:52:43 +02:00
LICENSE initial license 2022-08-31 15:19:01 +02:00
README.md added links to different module README files 2022-09-01 03:03:57 +02:00

PI-server-rack

A system that allows Monitoring of Raspberry PI('s) PC and Mac as well as controlling their cooling fans.

Why?

The idea was to create software to allow the different components inside my diy Raspberry PI server rack to communicate which each other. This is done with serial connections as they are very easy to set up and use.

Description

Each module has it's own README.md file.

- [Arduino Module](https://github.com/J-onasJones/PI-server-rack/tree/main/arduino)
- [Desktop Module](https://github.com/J-onasJones/PI-server-rack/tree/main/desktop)
- [Raspberry PI master](https://github.com/J-onasJones/PI-server-rack/tree/main/pi-master)
- [Raspberry PI slave](https://github.com/J-onasJones/PI-server-rack/tree/main/pi-slave)

//TODO: finish README