Overview:
raspberry-pi-uart-watcher is a lightweight utility designed for Raspberry Pi systems to monitor and detect error logs originating from the UART interface. It continuously listens to UART communications and identifies any anomalies or errors, providing real-time alerts for prompt attention.
Key Features:
- Real-Time Error Detection: Monitors UART traffic and identifies error logs as they occur.
- Web Interface: Access error logs via a simple web interface by navigating to the Raspberry Pi's IP address in a browser.
- Easy Deployment: Deploy the application with a single command using the provided
Makefile.
Installation & Usage:
-
Customize network environment variables in the
Makefile. -
Deploy the application by running:
make deploy
-
View error logs by executing:
make errors
Alternatively, open your Raspberry Pi's IP address in a web browser to access the logs.
