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.
cs161079
5d0a08eea4
|
5 years ago | |
---|---|---|
Photos | 5 years ago | |
autonomousCar | 5 years ago | |
autonomousCarGateway | 5 years ago | |
gatewayNode | 5 years ago | |
sensorNode | 5 years ago | |
serverNode | 5 years ago | |
webInterface | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
project.adoc | 5 years ago | |
project.html | 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 status 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, that gets 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.
-
At folder autonomousCar/ there is the Arduino code of autonomous Car Parking.
-
At folder autonomousCarGateway/ there is the application that runs on Raspberry Pi, gets the information from REST WEB Server and know the first free parking.