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.

14 lines
614 B

5 years ago
# Smart & Autonomous parking
# Authors: Oulis Evangelos, Oulis Nikolaos, Katsimpras Drosos
5 years ago
5 years ago
- At folder serverNode/ there is a flask-Python REST-API to provide parking status.
5 years ago
- 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.
5 years ago
- 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.
5 years ago
- At folder webInterface/ there is an html page that provide the parking status simply get
the information as JSON from REST-API.