Smart and Autonomous parking.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
cs131110 fe9d5f0a5b Update V1.3 5 years ago
Photos Update v1.3 5 years ago
autonomousCar Update v1.1 5 years ago
autonomousCarGateway Update v1.3 5 years ago
gatewayNode Update v1.3 5 years ago
sensorNode v1.1 5 years ago
serverNode Update v1.3 5 years ago
webInterface Update WEB Interface v1.3 5 years ago
.README.md.swp Update v1.2 5 years ago
LICENSE Initial commit 5 years ago
README.md Update v1.2 5 years ago
project.adoc Update V1.3 5 years ago
project.html Update V1.3 5 years ago

README.md

Smart & Autonomous parking

Authors: Oulis Evangelos, Oulis Nikolaos, Katsimpras Drosos

  • At folder serverNode/ there is a flask-Python REST-API to provide parking status.

  • At folder sensorNode/ there is the Arduino code that sense the parking position sta--tus and send it via serial port the information if there is a car or no.

  • At folder gatewayNode/ there is the application that runs on Raspberry Pi, get the information from Arduino and post it to REST-API as JSON.

  • At folder webInterface/ there is an html page that provide the parking status simply get the information as JSON from REST-API.