Skip to content

satayyeb/raspberry-pi-uart-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi UART watcher

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:

  1. Customize network environment variables in the Makefile.

  2. Deploy the application by running:

    make deploy
  3. View error logs by executing:

    make errors

    Alternatively, open your Raspberry Pi's IP address in a web browser to access the logs.

About

A simple program that runs on Raspberry Pi and detects any error logs comming from the UART.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published