Skip to content
Raghavendra Nataraj edited this page Jan 23, 2017 · 2 revisions

Welcome to the ParkItEasy wiki!

Description: Finds the parking spaces available in a particular parking Area. The sensors are located at every parking lot in the parking area and this information is sent to local server. From local server the data is sent to IBM Cloudant(NOSQL Database) which can then be fetched from mobile app. Mobile app displays a list of available parking slots.

We are currently using different kind of sensors to know if car is parked or not. We transmit this infromation using RF transmitter to the local server which has RF receiver. We are running a python script on local server to send the data related to parking space to a NOSQL Cloudant Bluemix database.

Public APIs are used to retrive this information from cloudant to the android mobile app.

Clone this wiki locally