Skip to content

PrayagCodes/Parker-Smart-Parking-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Parker Smart Parking Assistant

Parker is an automatic Smart Parking Assistant (SPA) that will completely handle the working of a parking lot.

CSE564-Parker-Presentation

Parker-demo_AdobeExpress.mp4

Features

It has the following features:

  • Customized user login
  • Handle a parking lot of 404 spots with sensors
  • Obtain nearest available parking
  • Guide the user to the assigned parking
  • Add payment cards and ease payments without any human intervention

Sensors: For the 404 parkings, Parker will be using an array of 404 proximity sensors and those sensors will detect if there is any car parked in the parking or not. Using this information, the server fetch the nearest available parking using BFS in the grid.

installation instructions

Required tools

HOW TO USE :

  • Clone the repository locally.
  • Open Android Studio(version 2.3 and above) with Flutter and Dart plug-ins installed.
  • Open the cloned project.
  • Browse to pubspec.yaml file and use the pub get command on the dependencies to download and install them.

You may use pub get directly too. This is to look at the plug-ins which need to be installed for this app.

  • Sync the gradles.

To sync the gradles in Android Studio, right click on the Android folder in your Flutter project. Navigate to the "Flutter" option and select "Open for editing in Android Studio". Once it opens, sync will start automatically. You may also click on the gradle-build icon present on the top panel.

  • Do configurations if necessary(Use main.dart as the Dart EntryPoint).
  • Connet peripherial device(android) with USB debugging.
  • Run the app.
  • The app will be built and get installed automatically if everything is correct.

While running for the first time, Gradle task 'assembleDebug'... might take a little time. After that, the app will be ready to use.

CSE564-Parker-Presentation CSE564-Parker-Presentation (1) CSE564-Parker-Presentation (2) CSE564-Parker-Presentation (3)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published