From b0babf3fb5efd5a1eaec732fcec23eef4b0d8956 Mon Sep 17 00:00:00 2001 From: Evangelos Oulis Date: Wed, 22 Jan 2020 20:30:59 +0200 Subject: [PATCH] Update v1.3 --- .README.md.swp | Bin 12288 -> 0 bytes README.md | 9 +++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 .README.md.swp diff --git a/.README.md.swp b/.README.md.swp deleted file mode 100644 index 068c8d1d2e8bcae9f4080a1be61d036a77897ae0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI2y>1gh5XU!k6bTWuK^llem9rBNQlPW23j=m6CxHTiH1X}(E8p#$cJ~~)f#-k{ zTIhHIo`pBy37GWAWH>R{t3D|gpqa{j0gTA8*#^Gy&{mn6(itrUaBP4xNL2w9GPob;w)6mwjZF#=rHWVIeO zKB^0iioKnG3;+l5Og^+GXoor{zq6R=nla@V$Imdt5;}fenvOhqUVj)**2BFRXYsNv HtFC?mw;K@i diff --git a/README.md b/README.md index 316a5ed..79d9022 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,16 @@ - 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 +- 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, get +- 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.