Skip to content

ccd97/SmartLanes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartLane

An intelligent tolling system with minimum dependencies

SmartLane is a Bluetooth beacon based solution for efficiently doing transactions and analysis of vehicle traffic. Since, all mobile devices already have BLE features, the project can be implemented very feasibly. Very little changes have to be made to the existing architecture of toll plaza.
National highways cover just 2% of the total road network in the country, but account for 40% of total traffic, and therefore, their contribution to the Indian economy is significant. There are about 394 Toll Plazas at various points on national highways. The use of this system eliminates the cost of labourer salary and cuts down costs by about 47crores annually. It does not require high maintenance hardware like cameras with low light resolution for licence plate recognition which further cuts down the cost.

Main features

  • Bluetooth Beacon (EddyStone) based authentication
  • Linkage between Aadhar card, licence Id and vehicles plate number
  • SHA256 encryption/decryption
  • Security - Isolation of server from direct access by users
  • Lesser delay at toll plaza
  • No Internet required
  • Notification based on Geo-location
  • No special hardware requirement, thus more feasible (No modification to vehicle)
  • 100% payment guarantee
  • Automated analytics of traffic demographics
  • Can be made fully automated

Components

Component Description
Android client android app that can transmit beacons
Nodejs detector server nodejs app to detect and decipher received beacons
Django web-server server for showing analytic and managing admin information

Screenshots - Android

Login Homepage Navigation
Transactions Account Transmitter

Screenshots - Web

Dashboard
Bluetooth Radar

Team

License

MIT License

Copyright (c) 2018 AltF4

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 65.2%
  • HTML 15.0%
  • JavaScript 12.0%
  • Java 6.2%
  • Python 1.6%