SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 127
MULTI-TRACKING SYSTEM FOR VEHICLE USING GPS AND GSM
Yuvraj Kasture1
, Suraj Gandhi2
, Shravan Gundawar3
, Ajinkya Kulkarni4
1, 2, 3, 4
Student, Computer Engineering, UCOER, Maharashatra, India
Abstract
Multi-tracking system is a real time tracking platform which uses integration of technologies such as GPS and GSM. The platform
supports multiple tracking devices for variety of applications such as live vehicle tracking, personal tracking and also assets tracking.
The GPS device installed in the vehicle continuously moves with the vehicle and will calculate the co-ordinates with other related
information at each position and then transmit this information via GSM to the tracking server, thus storing it in the database; which
further can be viewed on electronic map, i.e., Google Map via Internet providing up-to-date information. This proposed system also
supports for real time control like, if owner sends an SMS, it automatically turns of the ignition of vehicle or other different purposes.
The overall system will be implemented in Micro-soft .NET technology in which C#.Net will be used for system components & for web
based ASP.Net will be used.
Keywords: GPS, GSM, SMS, Socket Listener, Tracking server.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
The proposed system is reliable which is helpful in tracking
multiple objects in real time. The vehicle tracking device is
classified as active and passive where passive devices store
GPS data and later this device is removed and downloaded to
a computer for evaluation whereas, active devices collect the
data and transmit it in real time over GSM network to the data
center for evaluation [3]. The multi-tracking system thus
contains two major components, i.e. GPS and GSM which is
integrated in device which allows us to track the vehicle and
generate different alerts.
1.1 GPS and GSM:-
GPS (Global Positioning System) [6]: It is a US owned utility
that provides users with positioning, navigation and timing
services. This system basically consists of three segments: the
space segment, the control segment and user segment. Its uses
between 24 and 32 medium earth orbit satellite that transmit
précised microwave signals which enables GPS receivers to
determine their current location, time and velocity.
GSM (Global System for Mobile Communication, originally
Group Special Mobile) [7]: GSM is the pan European Mobile
Telephony Standard specified by European
Telecommunication Standards Institute, i.e. ETSI and provides
common standard, thus cellular subscribers can use their
mobile telephones all over Europe.
In this way, the proposed system can be useful in various
applications such as live tracking for Emergency Services,
Transport Company or State Transport Buses, personal
tracking such as cabs, schools, etc.
2. EXISTING SYSTEM
2.1 Automotive Navigation System
An automotive navigation system [8] is a satellite navigation
system designed for use in automobiles. It typically uses a
GPS navigation device to acquire position data to locate the
user on a road in the unit's map database. Using the road
database, the unit can give directions to other locations along
roads also in its database. a gyroscope and an accelerometer
can be used for greater reliability, as GPS signal loss and/or
multipath can occur due to tunnels. Some sorts can be taken
out of the car and used hand-held while walking. This system
is good for the driver only not for the owner of the vehicle
who is not near to / far away the vehicle, so the owner cannot
keep a watch on the driver as well as the vehicle.
Fig -1: Automotive Navigation System
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 128
2.2Open GTS
Open GTS is the abbreviation of ―Open GPS Tracking
System‖ [9] which is the first open source application
specially designed to provide Web-based GPS tracking service
for the vehicles. OpenGTS was designed to fill the needs of an
entry-level fleet tracking system; it is also very highly
configurable and scalable to larger enterprises as well. This
system provides many features such as Web-based
authentication Customizable web-page decorations, Operating
system independent, Customizable mapping service, etc. and
every feature has its own functionality and that is different
than another.
Fig -2: Open GTS
As mentioned above Customizable mapping service is one of
the feature of OpenGTS which comes with support
for OpenLayers/OpenStreetMap in addition to support for
Google Maps, Microsoft Virtual Earth, and Mapstraction
(which provides mapping support for MultiMap, Map24,
MapQuest, and more). Within the OpenGTSframework, other
mapping service providers can also easily be integrated.
3. PROPOSED SYSTEM
The major components of this system are as follows:
- AVL Device
- Tracking Server
- User Interface
Fig -3: Physical working of the proposed system
The AVL (Advance Vehicle Locator) device which is placed
in vehicle that accepts data from GPS satellites and stores it
temporarily in the device. The device is installed with a SIM
card which is useful for the purpose of communication with
local network. Now, the data in the device is sent to the
tracking server over GSM for further operation. This tracking
server contains all data from AVL devices placed in the
vehicles. Later on, as per the request of user the data from
tracking server is displayed on user interface. That means, the
user of the system interacts with the help of user interface
provided. Also the registered user can interact with the system
using cell phone, just by sending a text message. In this way,
the overall system works thus generating reports and also
generating alerts. GeoFence can be created on Google Maps
which is provided, so whenever the device enters or leaves the
geo fence, an alert will be sent to registered mobile number.
There are web pages integrated with the Google Map and also
for the purpose of viewing the vehicle on the GUI different
API‘s are present.
4. WORKING OF THE SYSTEM
[1] We have already seen that the GPS satellite gives the
position to the AVL device in the form of latitude, longitude
as well as altitude. All this information is given to the tracking
server which is then received to the socket listener on a
particular port of the server. The data received from the device
is in the hex format which cannot be read by humans. Using
this raw data, a log file is prepared and further given to the
parser [10] which parses the data according to the protocols of
the device. After the parsing of the data, the data is converted
into ASCII format which is readable by the human. The
converted data is then stored then stored into the various fields
of database for further use. As the complete data received
from device is stored into database, we can use it whenever we
want for live tracking, generating various reports, showing
history, preparing KML [11] and other purposes also.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 129
Fig -4: Flow of System
5. MATHEMATICAL MODEL
5.1 Distance Calculation
This uses the ‗haversine‘ formula to calculate the great-circle
distance between two points – that is, the shortest distance
over the earth‘s surface – giving an ‗as-the-crow-flies‘
distance between the points (ignoring any hills).
The haversine formula is as follows,
a = sin²(Δφ/2) + cos(φ1).cos(φ2).sin2(Δλ/2)
c= 2.atan2(√a, √(1−a))
d=R.c
Where, φ is latitude, λ is longitude, R is earth‘s radius (mean
radius = 6,371km) note that angles need to be in radians to
pass to trig functions.
5.2 Bearing
In general, your current heading will vary as you follow a
great circle path (orthodrome); the final heading will differ
from the initial heading by varying degrees according to
distance and latitude (if you were to go from say 35°N,45°E
(Baghdad) to 35°N,135°E (Osaka), you would start on a
heading of 60° and end up on a heading of 120°!).
This formula is for the initial bearing (sometimes referred to
as forward azimuth) which if followed in a straight line along
a great-circle arc will take you from the start point to the end
point.
Bearing formula,
θ = atan2 (sin(Δλ).cos(φ2), cos(φ1).sin(φ2) −
sin(φ1).cos(φ2).cos(Δλ/2))
5.3 Conversion between Degrees-Minutes-Seconds &
Decimal Degrees:
10
≈ 111 km (110.57 eq‘l — 111.70 polar)
1′ ≈ 1.85 km
1″ ≈ 30.9 m
0.01° ≈ 1.11 km
0.0001° ≈ 11.1 m
6. FEATURES
 Accurate Measurement of Distance Travelled
 Access to the system from the remote places.
 Exact position of the vehicle can be located.
 Maintenance of log generated by vehicle is easy.
 Geofencing: Setting up of virtual fencing for the vehicle,
generates Alert (E-mail / SMS) as soon as vehicle crosses
/ enters the virtual fencing.
 Alerts: E-Mail & SMS for Main Power Disconnection,
Ignition ON / OFF, AC misuse, Immobilizer, Fuel
pilferage.
 24 X 7 Customer Support.
7. APPLICATIONS
 Anti-theft system for cars and bikes.
 Managing of public transports likes buses and trains.
 Tracking of valuable assets.
 Medicine Transport vehicles for maintaining
temperature.
 Call center/BPO
 Emergency Services
START
GPS SATELLITE AVL Device
Socket Listener
stores data in
tracking Server
Multiple
Log Files
Parser
Conversion of
HEX to ASCII
Store records in
the database
DATABASE
User
Actions
Show
History
Show
History Show History
END
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 130
8. CONCLUSIONS
With the help of multi tracking system we can track multiple
vehicles using the AVL device. As system is having
integration of GSM & GPS we can use in it various
applications. It is having wide scope of applications such as
live tracking or personal tracking. You can determine your
location, whether you are travelling locally or in a foreign
land, having a GPS is truly an advantage and many more
similar applications thus, this system can prove to be very
helpful in future, providing more security.
REFERNCES
[1]. Sameer Darekar, Atul Chikane, Rutujit Diwate, Amol
Deshmukh ―Tracking System using GPS and GSM: Practical
Approach‖, Issue 5, May-2012 1 ISSN 2229-5518 IJSER ©
2012 http://www .ijser.org.
[2]. Kunal Maurya, Mandeep Singh, Neelu Jain “Real Time
Vehicle Tracking System using GSM and GPS Technology-
an Anti-theft Tracking System‖ ISSN- 2277-1956.
[3]. Patel Krishna Harshadbhai ―Design of GPS and GSM
Based Vehicle Location and Tracking System‖ IJSR
2319‐7064 Volume 2 Issue 1, January 2013.
[4]. Abid khan, Ravi Mishra ―GPS – GSM Based Tracking
System‖ ISSN: 2231-5381.
[5]. Sathe Pooja ―Vehicle Tracking System Using GPS‖ IJSR,
Volume 2 Issue 9, September 2013.
[6]. GPS information;
http://www.gsmarena.com/glossary.php3?term=gps
[7]. GSM information;
http://ecee.colorado.edu/~ecen4242/gsm/index.htmg.
[8].
http://en.wikipedia.org/wiki/Automotive_navigation_system.
[9]. http://opengts.sourceforge.net/
[10]. FM4xxx Protocols and User Guides. For the study of
protocols for the devices used for Tracking
[11]. KML;
http://en.wikipedia.org/wiki/Keyhole_Markup_Language.
BIOGRAPHIES
Yuvraj Kasture is currently pursuing
bachelor‘s degree in Computer Engineering
from Universal College of Engineering
AND Research affiliated to Pune
University, India. E-mail:
yuvrajkasture99@gmail.com
Suraj Gandhi is currently pursuing
bachelor‘s degree in Computer Engineering
from Universal College Of Engineering
AND Research affiliated to Pune University,
India. E-mail: suraj.gandhi@rocketmail.com
Shravan Gundawar is currently pursuing
bachelor‘s degree in Computer Engineering
from Universal College Of Engineering
AND Research affiliated to Pune
University, India. E-mail:
shravangundawar@yahoo.com.
Ajinkya Kulkarni is currently pursuing
bachelor‘s degree in Computer Engineering
from Universal College Of Engineering
AND Research affiliated to Pune
University, India. E-mail:
ajukulkarni7@gmail.com

More Related Content

What's hot

Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan VehicleIRJET Journal
 
An Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking DeviceAn Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking Deviceoblu.io
 
Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...Editor IJMTER
 
iaetsd Vehicle monitoring and security system
iaetsd Vehicle monitoring and security systemiaetsd Vehicle monitoring and security system
iaetsd Vehicle monitoring and security systemIaetsd Iaetsd
 
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES UniversityAdaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES UniversityNaveen Kumar B
 
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCSOffline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCSeuroFOT
 
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodIJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodISAR Publications
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET Journal
 
IRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET Journal
 
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...ijtsrd
 
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASICEGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASICijmnct
 
Intelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communicationIntelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communicationeSAT Publishing House
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET Journal
 
Secured Railway System Based on GPS Tracking (Under wireless communication)
Secured Railway System Based on GPS Tracking (Under wireless communication)Secured Railway System Based on GPS Tracking (Under wireless communication)
Secured Railway System Based on GPS Tracking (Under wireless communication)IRJET Journal
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical MeasuresIRJET Journal
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking systemSujit9561
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway trackeSAT Publishing House
 

What's hot (19)

Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan Vehicle
 
An Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking DeviceAn Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking Device
 
Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...Intelligent Collision avoidance and monitoring system for railway using wirel...
Intelligent Collision avoidance and monitoring system for railway using wirel...
 
iaetsd Vehicle monitoring and security system
iaetsd Vehicle monitoring and security systemiaetsd Vehicle monitoring and security system
iaetsd Vehicle monitoring and security system
 
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES UniversityAdaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
 
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCSOffline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
Offline Optimization Of Curve Speed Warning Applications, Vassilis Kaffes, ICCS
 
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodIJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
 
50120140504010
5012014050401050120140504010
50120140504010
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
 
IRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for AutomobilesIRJET- Intelligent Braking System for Automobiles
IRJET- Intelligent Braking System for Automobiles
 
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
Design and Construction of Navigation Based Auto Self Driving Vehicle using G...
 
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASICEGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
 
Intelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communicationIntelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communication
 
Ijecet 06 07_002
Ijecet 06 07_002Ijecet 06 07_002
Ijecet 06 07_002
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
 
Secured Railway System Based on GPS Tracking (Under wireless communication)
Secured Railway System Based on GPS Tracking (Under wireless communication)Secured Railway System Based on GPS Tracking (Under wireless communication)
Secured Railway System Based on GPS Tracking (Under wireless communication)
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking system
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway track
 

Similar to Multi tracking system for vehicle using gps and gsm

Vehicle telematics with real time operating system
Vehicle telematics with real time operating systemVehicle telematics with real time operating system
Vehicle telematics with real time operating systemeSAT Journals
 
IRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPSIRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPSIRJET Journal
 
An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionseSAT Publishing House
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET Journal
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET Journal
 
Event Data Recorder in Automobile
Event Data Recorder in AutomobileEvent Data Recorder in Automobile
Event Data Recorder in AutomobileIRJET Journal
 
Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficVehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficeSAT Journals
 
Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficVehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficeSAT Publishing House
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEMijujournal
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET Journal
 
Navigation system by using gis and gps
Navigation system by using gis and gpsNavigation system by using gis and gps
Navigation system by using gis and gpsIAEME Publication
 
Smart Shoe for Route Tracking
Smart Shoe for Route TrackingSmart Shoe for Route Tracking
Smart Shoe for Route TrackingIRJET Journal
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOPulkit Singhal
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systemseSAT Publishing House
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMIRJET Journal
 
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...ijtsrd
 
Design and development of gps-gsm based Tracking system with google map based...
Design and development of gps-gsm based Tracking system with google map based...Design and development of gps-gsm based Tracking system with google map based...
Design and development of gps-gsm based Tracking system with google map based...IJCSEA Journal
 
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...ijtsrd
 

Similar to Multi tracking system for vehicle using gps and gsm (20)

Vehicle telematics with real time operating system
Vehicle telematics with real time operating systemVehicle telematics with real time operating system
Vehicle telematics with real time operating system
 
IRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPSIRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPS
 
An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directions
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue System
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking Systems
 
Event Data Recorder in Automobile
Event Data Recorder in AutomobileEvent Data Recorder in Automobile
Event Data Recorder in Automobile
 
Sub14249
Sub14249Sub14249
Sub14249
 
Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficVehicle density sensor system to manage traffic
Vehicle density sensor system to manage traffic
 
Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficVehicle density sensor system to manage traffic
Vehicle density sensor system to manage traffic
 
Vehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial VehiclesVehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial Vehicles
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
 
Navigation system by using gis and gps
Navigation system by using gis and gpsNavigation system by using gis and gps
Navigation system by using gis and gps
 
Smart Shoe for Route Tracking
Smart Shoe for Route TrackingSmart Shoe for Route Tracking
Smart Shoe for Route Tracking
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNO
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
 
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
 
Design and development of gps-gsm based Tracking system with google map based...
Design and development of gps-gsm based Tracking system with google map based...Design and development of gps-gsm based Tracking system with google map based...
Design and development of gps-gsm based Tracking system with google map based...
 
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
Design and Implementation for Trucks Tracking System Using GPS Based on Seman...
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 

Multi tracking system for vehicle using gps and gsm

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 127 MULTI-TRACKING SYSTEM FOR VEHICLE USING GPS AND GSM Yuvraj Kasture1 , Suraj Gandhi2 , Shravan Gundawar3 , Ajinkya Kulkarni4 1, 2, 3, 4 Student, Computer Engineering, UCOER, Maharashatra, India Abstract Multi-tracking system is a real time tracking platform which uses integration of technologies such as GPS and GSM. The platform supports multiple tracking devices for variety of applications such as live vehicle tracking, personal tracking and also assets tracking. The GPS device installed in the vehicle continuously moves with the vehicle and will calculate the co-ordinates with other related information at each position and then transmit this information via GSM to the tracking server, thus storing it in the database; which further can be viewed on electronic map, i.e., Google Map via Internet providing up-to-date information. This proposed system also supports for real time control like, if owner sends an SMS, it automatically turns of the ignition of vehicle or other different purposes. The overall system will be implemented in Micro-soft .NET technology in which C#.Net will be used for system components & for web based ASP.Net will be used. Keywords: GPS, GSM, SMS, Socket Listener, Tracking server. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION The proposed system is reliable which is helpful in tracking multiple objects in real time. The vehicle tracking device is classified as active and passive where passive devices store GPS data and later this device is removed and downloaded to a computer for evaluation whereas, active devices collect the data and transmit it in real time over GSM network to the data center for evaluation [3]. The multi-tracking system thus contains two major components, i.e. GPS and GSM which is integrated in device which allows us to track the vehicle and generate different alerts. 1.1 GPS and GSM:- GPS (Global Positioning System) [6]: It is a US owned utility that provides users with positioning, navigation and timing services. This system basically consists of three segments: the space segment, the control segment and user segment. Its uses between 24 and 32 medium earth orbit satellite that transmit précised microwave signals which enables GPS receivers to determine their current location, time and velocity. GSM (Global System for Mobile Communication, originally Group Special Mobile) [7]: GSM is the pan European Mobile Telephony Standard specified by European Telecommunication Standards Institute, i.e. ETSI and provides common standard, thus cellular subscribers can use their mobile telephones all over Europe. In this way, the proposed system can be useful in various applications such as live tracking for Emergency Services, Transport Company or State Transport Buses, personal tracking such as cabs, schools, etc. 2. EXISTING SYSTEM 2.1 Automotive Navigation System An automotive navigation system [8] is a satellite navigation system designed for use in automobiles. It typically uses a GPS navigation device to acquire position data to locate the user on a road in the unit's map database. Using the road database, the unit can give directions to other locations along roads also in its database. a gyroscope and an accelerometer can be used for greater reliability, as GPS signal loss and/or multipath can occur due to tunnels. Some sorts can be taken out of the car and used hand-held while walking. This system is good for the driver only not for the owner of the vehicle who is not near to / far away the vehicle, so the owner cannot keep a watch on the driver as well as the vehicle. Fig -1: Automotive Navigation System
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 128 2.2Open GTS Open GTS is the abbreviation of ―Open GPS Tracking System‖ [9] which is the first open source application specially designed to provide Web-based GPS tracking service for the vehicles. OpenGTS was designed to fill the needs of an entry-level fleet tracking system; it is also very highly configurable and scalable to larger enterprises as well. This system provides many features such as Web-based authentication Customizable web-page decorations, Operating system independent, Customizable mapping service, etc. and every feature has its own functionality and that is different than another. Fig -2: Open GTS As mentioned above Customizable mapping service is one of the feature of OpenGTS which comes with support for OpenLayers/OpenStreetMap in addition to support for Google Maps, Microsoft Virtual Earth, and Mapstraction (which provides mapping support for MultiMap, Map24, MapQuest, and more). Within the OpenGTSframework, other mapping service providers can also easily be integrated. 3. PROPOSED SYSTEM The major components of this system are as follows: - AVL Device - Tracking Server - User Interface Fig -3: Physical working of the proposed system The AVL (Advance Vehicle Locator) device which is placed in vehicle that accepts data from GPS satellites and stores it temporarily in the device. The device is installed with a SIM card which is useful for the purpose of communication with local network. Now, the data in the device is sent to the tracking server over GSM for further operation. This tracking server contains all data from AVL devices placed in the vehicles. Later on, as per the request of user the data from tracking server is displayed on user interface. That means, the user of the system interacts with the help of user interface provided. Also the registered user can interact with the system using cell phone, just by sending a text message. In this way, the overall system works thus generating reports and also generating alerts. GeoFence can be created on Google Maps which is provided, so whenever the device enters or leaves the geo fence, an alert will be sent to registered mobile number. There are web pages integrated with the Google Map and also for the purpose of viewing the vehicle on the GUI different API‘s are present. 4. WORKING OF THE SYSTEM [1] We have already seen that the GPS satellite gives the position to the AVL device in the form of latitude, longitude as well as altitude. All this information is given to the tracking server which is then received to the socket listener on a particular port of the server. The data received from the device is in the hex format which cannot be read by humans. Using this raw data, a log file is prepared and further given to the parser [10] which parses the data according to the protocols of the device. After the parsing of the data, the data is converted into ASCII format which is readable by the human. The converted data is then stored then stored into the various fields of database for further use. As the complete data received from device is stored into database, we can use it whenever we want for live tracking, generating various reports, showing history, preparing KML [11] and other purposes also.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 129 Fig -4: Flow of System 5. MATHEMATICAL MODEL 5.1 Distance Calculation This uses the ‗haversine‘ formula to calculate the great-circle distance between two points – that is, the shortest distance over the earth‘s surface – giving an ‗as-the-crow-flies‘ distance between the points (ignoring any hills). The haversine formula is as follows, a = sin²(Δφ/2) + cos(φ1).cos(φ2).sin2(Δλ/2) c= 2.atan2(√a, √(1−a)) d=R.c Where, φ is latitude, λ is longitude, R is earth‘s radius (mean radius = 6,371km) note that angles need to be in radians to pass to trig functions. 5.2 Bearing In general, your current heading will vary as you follow a great circle path (orthodrome); the final heading will differ from the initial heading by varying degrees according to distance and latitude (if you were to go from say 35°N,45°E (Baghdad) to 35°N,135°E (Osaka), you would start on a heading of 60° and end up on a heading of 120°!). This formula is for the initial bearing (sometimes referred to as forward azimuth) which if followed in a straight line along a great-circle arc will take you from the start point to the end point. Bearing formula, θ = atan2 (sin(Δλ).cos(φ2), cos(φ1).sin(φ2) − sin(φ1).cos(φ2).cos(Δλ/2)) 5.3 Conversion between Degrees-Minutes-Seconds & Decimal Degrees: 10 ≈ 111 km (110.57 eq‘l — 111.70 polar) 1′ ≈ 1.85 km 1″ ≈ 30.9 m 0.01° ≈ 1.11 km 0.0001° ≈ 11.1 m 6. FEATURES  Accurate Measurement of Distance Travelled  Access to the system from the remote places.  Exact position of the vehicle can be located.  Maintenance of log generated by vehicle is easy.  Geofencing: Setting up of virtual fencing for the vehicle, generates Alert (E-mail / SMS) as soon as vehicle crosses / enters the virtual fencing.  Alerts: E-Mail & SMS for Main Power Disconnection, Ignition ON / OFF, AC misuse, Immobilizer, Fuel pilferage.  24 X 7 Customer Support. 7. APPLICATIONS  Anti-theft system for cars and bikes.  Managing of public transports likes buses and trains.  Tracking of valuable assets.  Medicine Transport vehicles for maintaining temperature.  Call center/BPO  Emergency Services START GPS SATELLITE AVL Device Socket Listener stores data in tracking Server Multiple Log Files Parser Conversion of HEX to ASCII Store records in the database DATABASE User Actions Show History Show History Show History END
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 130 8. CONCLUSIONS With the help of multi tracking system we can track multiple vehicles using the AVL device. As system is having integration of GSM & GPS we can use in it various applications. It is having wide scope of applications such as live tracking or personal tracking. You can determine your location, whether you are travelling locally or in a foreign land, having a GPS is truly an advantage and many more similar applications thus, this system can prove to be very helpful in future, providing more security. REFERNCES [1]. Sameer Darekar, Atul Chikane, Rutujit Diwate, Amol Deshmukh ―Tracking System using GPS and GSM: Practical Approach‖, Issue 5, May-2012 1 ISSN 2229-5518 IJSER © 2012 http://www .ijser.org. [2]. Kunal Maurya, Mandeep Singh, Neelu Jain “Real Time Vehicle Tracking System using GSM and GPS Technology- an Anti-theft Tracking System‖ ISSN- 2277-1956. [3]. Patel Krishna Harshadbhai ―Design of GPS and GSM Based Vehicle Location and Tracking System‖ IJSR 2319‐7064 Volume 2 Issue 1, January 2013. [4]. Abid khan, Ravi Mishra ―GPS – GSM Based Tracking System‖ ISSN: 2231-5381. [5]. Sathe Pooja ―Vehicle Tracking System Using GPS‖ IJSR, Volume 2 Issue 9, September 2013. [6]. GPS information; http://www.gsmarena.com/glossary.php3?term=gps [7]. GSM information; http://ecee.colorado.edu/~ecen4242/gsm/index.htmg. [8]. http://en.wikipedia.org/wiki/Automotive_navigation_system. [9]. http://opengts.sourceforge.net/ [10]. FM4xxx Protocols and User Guides. For the study of protocols for the devices used for Tracking [11]. KML; http://en.wikipedia.org/wiki/Keyhole_Markup_Language. BIOGRAPHIES Yuvraj Kasture is currently pursuing bachelor‘s degree in Computer Engineering from Universal College of Engineering AND Research affiliated to Pune University, India. E-mail: yuvrajkasture99@gmail.com Suraj Gandhi is currently pursuing bachelor‘s degree in Computer Engineering from Universal College Of Engineering AND Research affiliated to Pune University, India. E-mail: suraj.gandhi@rocketmail.com Shravan Gundawar is currently pursuing bachelor‘s degree in Computer Engineering from Universal College Of Engineering AND Research affiliated to Pune University, India. E-mail: shravangundawar@yahoo.com. Ajinkya Kulkarni is currently pursuing bachelor‘s degree in Computer Engineering from Universal College Of Engineering AND Research affiliated to Pune University, India. E-mail: ajukulkarni7@gmail.com