(IJCA PAPER) Shah-2016-Ijca-909021
(IJCA PAPER) Shah-2016-Ijca-909021
(IJCA PAPER) Shah-2016-Ijca-909021
Smita R. Sankhe
Assistant Professor
K.J. Somaiya College of
Engineering
In recent times, the rate of road accidents has increased M. A. Hannanet Et Al implemented a bus monitoring system
considerably. For helping the victims of road accidents, a which used radio frequency identification tag (RFID) along
quick service should be provided. An alert system module is with GPS, GPRS and GIS to monitor bus. They used an RFID
incorporated for this purpose. This module is based on GPS, reader which continuously sends an operating energy or
GPRS/GSM technology. A GSM mobile device with active isotropic radiated power to the RFID tag. Based on the
GPRS connection is installed in the vehicle. The position of calculated distance between the tag and the reader, it is
the vehicle which is received through GPS is sent to the decided whether to obtain the data from the tag or not and
concerned person and to the ambulance hotline number whether to send data to the control center or not. The time of
the arrivals of the readings can be recorded too along with
7
International Journal of Computer Applications (0975 – 8887)
Volume 138 – No.12, March 2016
other processed data which is saved in the database. Then, this VMARS is a project that covers most important and rare
data is shown to the bus drivers [5]. feature of alerts. Succinctly put, the developed system will be
able to (1) Provide real-time tracking and monitoring of the
Fleischer Et Al developed a GPS/GSM based vehicle alert and vehicle. (2) Show the shortest path to the driver by applying
tracking system for inter-city buses and goods transportation. the proposed algorithm considering all the real-time factors.
They provided real time tracking and alert mechanisms for (3) Alerting the driver whenever he exceeds the safe speed.
accident and robbery. Google maps APIs where used to show (4) Proving quick and timely alert to the vehicle admin to take
maps. Airbag sensing mechanism would help to provide actions in case of an accident.
information related to accident. In case of robbery, they gave
alert button, that when pressed will send SMS to nearby 4. PROPOSED SYSTEM DESIGN AND
police station. All these was done with the help of C# code
[6]. METHODOLOGY
The proposed system consists of GPS module, GSM modem,
3. PROBLEM DEFINITION SMS Server and GPRS Server. The System continuously
Daily, drivers face problems while travelling on highways, tracks the vehicle through a GSM device with GPS enabled in
unknown routes and different terrains. Some more problems the device. The management system receives information
might be of spare settlement, carjacking or accidents. When from the vehicle via a SMS gateway server which is installed
the vehicle leaves from its source for its journey, until he at the server side i.e. vehicle monitoring admin. The SMS is
reaches its destination, an analyst may rely completely on the sent through VPN (Virtual Private Network). SMS is used to
previous reports or logs that were generated. No real time inform clients about any delay or other important
information regarding the state of vehicle can ever be notifications. Driver sends an SMS to vehicle monitoring
transmitted to the analyst. So real time tracking of the vehicle admin requesting for alternate route in case of a rally or
is necessary for safety and security purpose. unexpected blockage of a road or if any accident has occurred
blocking the road.
Real time monitoring of the vehicle is important these days
due to an increasing number of accidents and robbery. The System architecture and how the various components of
Whenever such an incident takes place, the vehicle admin if the system interact with each other are shown in the diagram
monitoring on real time basis, can immediately notify nearby below:
hospitals or police stations according to the situation he will
be notified with. Also, the parents of school going kids can be
informed so that they can take a sigh or for the owner of the
good being travelled via transport vehicle.
8
International Journal of Computer Applications (0975 – 8887)
Volume 138 – No.12, March 2016
This algorithm considers multiple parameters like time, FOR each v in remaining vertices
distance and congestion for finding possible shortest route IF ShortestDistance[v] <
from the source to destination. The algorithm’s pseudo code is MinimumDistance
as below: MinimumDistance =
ShortestDistance[v]
// Let source be the origin vertex and initialize Visited and w := v
ShortestDistance[u] as END IF
Visited := {source} END FOR
ShortestDistance[source] := 0
// Let user choose any preference among Distance, Time and // Add w to Visited list
Congestion factors Visited:= Visited union {w}
9
International Journal of Computer Applications (0975 – 8887)
Volume 138 – No.12, March 2016
10
International Journal of Computer Applications (0975 – 8887)
Volume 138 – No.12, March 2016
IJCATM : www.ijcaonline.org
11