From dab4a5cfac639dcfaa8b56e022e20c20330596e9 Mon Sep 17 00:00:00 2001 From: cs131110 Date: Tue, 3 Dec 2019 23:13:50 +0200 Subject: [PATCH] update --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 84082c8..ec4c422 100644 --- a/README.md +++ b/README.md @@ -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.