This repository holds the group project of the IoT course of the 7th semester. Namely, we will be developing a group project for the IoT course.
This project holds the basic idea of Smart Parking. That is, the user's ability of searching free parking spots, as well as the notification over various changes of the parking space.
By implementing this project we validate the basic points made by the IoT objectives which are : cheap sensors, low energy consumming and easily accessible technologies.
- RaspberryPi
- Smartphone
- UltraSonic Sensor
- Smart Parking Android Application
- Smart Parking Website
- Car holds its own password that is only known by the user.
- Car enters the parking lot after the authentication mentioned above.
- Car sends a HTTP/POST request to the server, which contains its IP address along with its type/name.
- Server updates the car list.
- User sends a HTTPS/GET request to receive availability of the parking lot.
- Server sends back the car list.