|
|
@ -2,15 +2,13 @@ |
|
|
|
#Authors: Oulis Evangelos, Oulis Nikolaos, Katsimpras Drosos |
|
|
|
#=============================================== |
|
|
|
|
|
|
|
Smart and Autonomous parking. |
|
|
|
- At folder serverNode/ there is a flask-Python REST-API to provide parking status. |
|
|
|
|
|
|
|
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 |
|
|
|
- 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 iNode/ there is the application that runs on Raspberry Pi, get |
|
|
|
- At folder iNode/ 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 |
|
|
|
- At folder webInterface/ there is an html page that provide the parking status simply get |
|
|
|
the information as JSON from REST-API. |
|
|
|