/IoT-Control-Panel

This project establishes a simple yet effective system for handling data from IoT devices like Raspberry Pi or ESP using a Flask API. It is designed to fetch data from the devices and display it on a web UI, making it accessible and easy to monitor.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

IoT Data Handler

Overview

This project establishes a simple yet effective system for handling data from IoT devices like Raspberry Pi or ESP using a Flask API. It is designed to fetch data from the devices and display it on a web UI, making it accessible and easy to monitor.

Features

  • Data Reception: Receives data from IoT devices through HTTP POST requests.
  • Data Display: A web UI to display the received data in a user-friendly manner.
  • API: Flask-based API to handle GET and POST requests.