Skip to content

RackRanger/hackUPC-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  RackRanger firmware

Built with PlatformIO for the ESP32

Features

The RackRanger firmware gathers data from a plethora of sensors. It also serves as an endpoint that can be scraped by Prometheus for logging and visualization. On top of that, it can also push to Loki to log alerts from enviroment readings.

Build and run

  • Install PlatformIO Core
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py
  • Run command to build, upload & debug
~/.platformio/penv/bin/platformio run -t upload && ~/.platformio/penv/bin/platformio device monitor

About

HackUPC 2024 project: RackRanger connects multiple server racks across various locations to a single Grafana dashboard. This dashboard shows real-time temperature and humidity data for all the racks. It also detects and displays any tampering events, like someone trying to mess with a server rack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors