Real-time Parking Availability Web Application with IoT Integration.
This web application provides real-time information about the parking status using IoT devices. It visualizes the parking slots and their availability dynamically.
- Real-time updates on parking slot status.
- Interactive interface for users to view and interact with parking status.
- Simulate car arrival to trigger status changes.
- Flask for the server-side application.
- MicroPython on Pico for IoT communication.
- Socket.IO for real-time communication.
- HTML, CSS, and JavaScript for the frontend.
- Clone the repository.
- Set up the Flask server(flask.py) in vs code or your preferred environment.
- Flash the MicroPython code(main.py) and internt.py to your Pico device.
- First connect the Pico W to internet by running internet.py
- Update the necessary configurations in the code like IP addresses, SSID and passwords.
- Run the Flask server and open the web application(The IP will be visible on terminal of flask.py).
- Open the web application in a browser.
- View real-time parking slot status.
- Simulate a car arrival to trigger changes.
This project is licensed under the MIT License.
For issues or inquiries, please contact Navadeep Naidu.
--