The Web-Based LED Status Monitoring System is a project aimed at providing real-time monitoring of machine status in industrial environments. It allows maintenance personnel to remotely monitor the operational status of machines via a web interface, enabling proactive interventions and minimizing downtime.
- Real-time monitoring of machine status
- Web-based interface for easy access
- Integration with embedded systems for data transmission
- Minimal hardware requirements
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using
npm install
. - Start the server using
npm start
. - Access the web interface by navigating to
http://localhost:3000
in your web browser.
- Upon accessing the web interface, you will be presented with a dashboard displaying the status of each machine.
- Machine statuses are updated in real-time, allowing for immediate response to any issues.
- Click on individual machines to view more detailed information or to perform maintenance actions.
- Node.js
- Express.js
- HTML/CSS
- JavaScript
- Embedded Systems (e.g., ESP32)