SlideShare ist ein Scribd-Unternehmen logo
1 von 14
Downloaden Sie, um offline zu lesen
International Journal of Computerand Technology (IJCET), ISSN 0976 – 6367(Print),
International Journal of Computer Engineering Engineering
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME
and Technology (IJCET), ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online) Volume 1
                                                                        IJCET
Number 2, Sep - Oct (2010), pp. 166-179                              ©IAEME
© IAEME, http://www.iaeme.com/ijcet.html

      MOBILE SAFETY SYSTEMS FOR AUTOMOBILES
                                    Jagannath Aghav
                               College of Engineering, Pune
                               E-Mail: jva.comp@coep.ac.in

                                     Nikhil Sharma
                             College of Engineering, Pune
                          E-Mail: sharmana09.comp@coep.ac.in

ABSTRACT
       The safety systems in automobiles are adopting the state of the art technologies to
provide multiple functionalities to end user. There is a significant rise in number of
automobiles in last two decades. Also the embedded system now a days have become
more complex and intelligent. All automobile manufactures are trying to make their
vehicles more and more intelligent using the embedded systems. Thus, driving the digital
systems in the vehicles more and more complex. Taking into consideration the available
computing power on the vehicle we are proposing safety system based on android
operating system along with general purpose radio packet and global positioning system
for automobiles. The system comprises of geographical information system, general
purpose radio packet and global positioning system services running on android platform
in a remote device and in the vehicle. The user will be able to access these services on the
remote device; also will be able to communicate with the service running in the vehicle.
The different type of service running on the remote device will be mapping the vehicle on
the geographical information systems, sending control signals to the vehicle services and
getting the status of the vehicle from the vehicle unit.
1 INTRODUCTION
       High automobile theft rate is demanding implementation of more secure and
reliable onboard services for automobiles. These services are bounded to be very secure,
easy to use, easy to maintain and should have fast response time. The implementation of
such a service is a great area of concern of the leading automobile manufacturers. System


                                             166
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


proposed here has android operating system running which is secure, easy to use,
maintainable and has good response time. The security issue is accomplishes by
providing mixed authentication through a password and a finger print recognition. Also,
the system will be easy to use as the graphical interface for the security device will be
user friendly same as in most of the mobile. The system can be easily maintain as the
onboard diagnoses for the safety device as well as the base unit in vehicle will be
provided. Also will be having fast response as we will be using the latest microcontroller
for both the safety device and the base unit in vehicle.
        The safety device will be empowered by android operating system and with all
the latest technologies such as GPRS, GIS, and finger print recognition system. Android
libraries will be used for the interfaces with the peripheral devices. GPRS module in the
safety device will be used to receive the data coming from the vehicle; also will be used
to send the data over cellular network to the base unit in the vehicle. GIS will be used to
show the GPS data coming from the base unit on the maps. Finger print recognition
system is used to give the additional security.
        The base unit will be empowered by the technologies such as, GPRS, GPS,
Sensors, and Actuators. GPRS will be used to receive the GPRS packets coming from the
safety device and also will be used to send the status data and the GPS location data to
the safety device. GPS will be used to get the current location data from the GPS
satellites. Sensors are will used to get the running status of the engine, brakes, fuel level,
doors, and windows. Actuators are the devices that will bring the digital control data
coming from the safety device into reality. Actuators which will be used to switch off the
engine, apply auto brakes, close the windows and lock the doors.
        To use the safety device user will we asked for a password and a finger print
input. If user passes this authentication process he will be given the access. Using this
safety device user will be able to monitor the location of the vehicle, get the current status
of the vehicle and also control the vehicle. Depending upon the signal selected by user
corresponding packet will be formed and send to the base unit over GPRS channel. The
base unit will accept the packet and depending upon the request will take corresponding
action. If the user wants to know the current location of the vehicle, the base unit will get
the location data first from the GPS satellite, pack it in GPRS packet and send it to the


                                                167
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


safety device. For status packet the system will gather the current state of the engine,
brakes, doors, windows and fuel tank from the sensors and will send the information back
to the safety device. In case of control packet, the base unit will take corresponding
action according to the request. If the user requests to stop the vehicle, the base unit will
instruct the brake actuator to apply auto brakes to the vehicle. If the user wants to switch
off the engine, the base unit will instruct the engine actuator to cut-off the fuel supply by
closing throttle valve and also to disconnect the spark plug from electric supply resulting
in switching off the engine. If the user wants to close the doors and lock the windows the
base unit will send control signals to corresponding actuators to perform the requested
task.
          Section 2 presents a quick overview of the proposed system. Section 3 illustrates
the details of Safety device and its functions. Section 4 gives a detailed description of
functionalities of the base unit in the automobile. Section 5 presents a detail algorithm of
the proposed technique. Section 6 gives a snapshot of the Java code for our algorithm.
Section 6.2 shows a detail code for each module. Section 7 presents the conclusions of
this paper.
2 OVERVIEW OF SAFETY SYSTEM DESIGN
          Safety system is broadly divided into two sections: Safety device and Automobile
base device. The Safety device is like a safety control which is capable of monitoring and
controlling the automobile remotely. It is powered by technologies such as Android
operating system, GPRS, GIS and finger print recognition system. The main functions of
the safety device are authentication of the user, sending control Section 4.2, status
Section 4.1and location request packets to the automobile unit. These packets will be
send on the GPRS network. The location request packet will be responded by the
automobile unit as a location response packet. This packet will contain location
coordinates that will be directly mapped on the GIS maps using Android build in GIS
support. The Automobile will be responding to the packets coming from the Safety
device.




                                                168
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME




                                     Figure 1 System Layout
3 SAFETY DEVICES
        The safety device will be capable of monitoring and controlling the automobile
remotely with Android operating system running on it. We have chosen Android
operating system because its open source and it has a wide software support for all the
technologies available in the market. Each of the hardware interfaced with the device will
be registered as a service on the Android system. These services will communicate with
the automobile unit on behalf of the user. Due to the large supported libraries provided by
Android the implementation can be made more effective and easy.
        For the communication with the automobile base unit we have chosen GPRS,
because GPRS makes efficient use radio spectrum to combine mobile access with the
internet protocol. GPRS provides high data rates. Using GPRS we will be able to send
and receive the control data with high speed as, GPRS provides high bandwidth. Also, we
can use GPRS used to get the location of the vehicle based on the cell triangulation
technique whenever GPS is not working.
        The safety device will be mapping the automobile on GIS maps based on the
location co-ordinates coming from the automobile base unit. As Android has a build in
support for the GIS maps the mapping will not be problem.
        We have defined three packet formats depending upon the type of request that the
safety device can make those are, control packet, status packet and location request
packet. The control packet will ask the automobile unit 4 to perform control actions such
as switching off the engine, applying auto brakes, closing the windows and locking the
doors. The status packet will ask the automobile unit to send the current status of the


                                                169
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


automobile parts such as, engine, fuel level, windows and doors. The location request
packet will ask for the current location of the automobile.




                             Figure 2 Safety device block diagram
4 AUTOMOBILE BASE UNIT
        The automobile base unit will get the control or status request packet from the
safety device and the microcontroller running in the base unit will respond to these
requests in corresponding form. The technologies that the base unit will be using is GPS
receiver, GPRS transmitter and receiver, microcontroller, sensors and actuators.
4.1 Status packet response
        The status request coming from the safety device will be asking for the status of
the automobile parts such as, engine, fuel level, doors and windows. On arrival of the
status packet the microcontroller will communicate with the sensor present on the engine,
fuel tank, doors and windows and gets the current value the sensors are holding. Once the
microcontroller gets the value of the sensors it will preprocess the value and pack it into a
status response packet and send it back to the safety device.
4.2 Control Packet response
        If the user wants to control the vehicle a control packet will be send to the vehicle
asking the base unit to perform certain actions. Depending upon the actions listed in the



                                                170
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


control packet the microcontroller will ask the following actuators to perform the
corresponding action. The control packet can have actions like, switch-off the engine,
apply brakes, lock the doors and close the windows or a combination of all. If the control
action is switching off the engine the microcontroller will issue a close command to the
actuator placed on the engine. The engine can be switched off by closing the throttle
valve. If the control request is of applying brakes the microcontroller will ask the actuator
placed on the brakes to apply the brake automatically. Simultaneously the doors and the
windows can be locked and closed respectively using the actuators.
4.3 Location request packet
          In case of location request packet the microcontroller will get location parameters
and send them back to the safety device. The microcontroller will get the current location
from the GPS receiver or if the GPS receiver is not working the microcontroller will
calculate the location using the GPRS cell triangulation method. Once the microcontroller
gets the location parameters it will send the location to the safety device using the GPRS
network.
5 ALGORITHM
A detailed algorithm is given below:
1: Display Login Page and Get the Personal Identification Number (PIN)
2: Match the PIN submitted by the user and the stored PIN
3: if the PIN matches then
4: continue,
5: else
6: Display "Incorrect PIN" and goto end
7: end if
8: Ask the user to input the finger prints and match with stored finger prints
9: if Finger print matches then
10: continue
11: else
12: Display "Finger print Note matched" and goto end
13: end if



                                                171
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


14: Display menu
    1: Watch vehicle on map
    2: Get current status
    3: Control the vehicle
    4: Exit
15: if choice = 1 then
16: goto 26
17: else if choice = 2 then
18: goto 31
19: else if choice = 3 then
20: goto 35
21: else if choice = 4 then
22: goto end
23: else
24: display "Enter correct choice" and goto step 14
25: end if
26: Initialize the GPRS transmitter and ask for GPS co-ordinates.
27: Get the GPS co-ordinates from the GPRS receiver.
28: Initialize the GIS map and Map the GPS co-ordinates on the GIS MAP.
29: Display the GIS map to the user
30: If user stop the view goto step 14
31: Initialize the GPRS transmitter
32: Send a signal to In Vehicle unit to send the current status of each sensor.
33: Get the data from the GPRS receiver Display the data in graphical format to the user
34: If user stop the display goto step 6, else goto step 14 for every 0.5 seconds
35: Initialize the GPRS transmitter. Send a packet to the in- vehicle unit indicating the
following packet will be a control signal packet
36: Display "What u want to do?" :
    1: Switch off the engine
    2: Lock the Doors
    3: Close the windows


                                                172
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


    4: Send a message
    5: Exit
37: If 1 Make “Engine off = true" in control packet
38: If 2 Make “Lock Doors = true" in control packet
39: If 3 Make “Close Window = true" in control packet
40: If 4 Display “Type the message" and get message in msg and send msg as a text
message to In vehicle base unit
41: If 5 goto step 43
42: Default Display "Enter correct choice“ goto step 36
43: Stop the process
6 JAVA PROGRAM
        A detailed implementation of the proposed technique is given below,
6.1 Main Program
        The function following will display the menu for the user and also get the desired
action that the user wants to perform.
public class Main
{
        public static void main(String[] args)
        {
                 Menu mn = new Menu();
                 mn.displayClientMenu();
                 int ch = mn.getChoice();
                 switch(ch)
                 {
                         case 1:
                         System.out.println("Show status");
                         showStatus();
                         break;
                         case 2:
                         System.out.println("Control vehicle");



                                                173
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


                         sendControl();
                         break;
                         case 3:
                         System.out.print("U have choice to exit");
                         exit();
                 }
        }
Following function is a code snapshot of sending the control packet over GPRS
network.
private static void sendControl()
{
        GprsReceiver gp = new GprsReceiver();
        gp.setPacket("control");
        gp.setGprsID(123);
        gp.sendPacketControl(gp.createPacketControl());
}
This code snapshot will display the status of the automobile parts.
private static void showStatus()
{
        GprsReceiver gp = new GprsReceiver();
        gp.setPacket("status");
        gp.setGprsID(123);
        gp.requestPacketStatus();
        gp.sendPacket();
        gp.receivePacketStatus();
        gp.DisplayPacketStatus();
}
private static void exit()
{
        throw new UnsupportedOperationException("Not yet implemented");
}


                                                174
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


}
6.2 Detail of each module
        The code given below is a prototype of detail functionalities of each module used
in the system
        Following code is a prototype of the GPRS receiver module
public class GprsReceiver
{
        private int GprsID;
        private String Packet;
        public int getGprsID()
        {
        return GprsID;
        }
        public void setGprsID(int GprsID)
        {
        this.GprsID = GprsID;
        }
        public String getPacket()
        {
        return Packet;
        }
        public void setPacket(String Packet)
        {
        this.Packet = Packet;
        }
Following code is a prototype of GPRS control packet creating module
        ControlPacket createPacketControl()
        {
                 String side = "Road Side";
                 ControlPacket cp = new ControlPacket();



                                                175
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


                 StatusPacket sp = new StatusPacket();
                 sp.getCarPosition();
                 sp.isBracksStaus();
                 sp.isDoorStatus();
                 sp.isEngineStatus();
                 sp.isWindowStatus();
                 System.out.print("Current status of vehicle is");
                 System.out.print("sp.getCarPosition()"+"sp.isBracksStaus()"+"sp.isDoorSt
                 atus()"+"sp.isEngineStatus()"+ "sp.isWindowStatus()");
                 System.out.print("What u want to do");
                 int ch =0;
                 while(ch != 5)
                 {
                         System.out.print(“1: Switch engine off 2: Lock Doors 3:Close
                         windows 4:Apply Brakes 5:Exit”);
                         set(ch);
                         switch(ch)
                         {
                                    case 1:
                                    cp.setWindowStatus(false);
                                    break;
                                    case 2:
                                    cp.setDoorStatus(false);
                                    break;
                                    case 3:
                                    cp.setCarPosition(side);
                                    break;
                                    case 4:
                                    cp.setBracksStaus(false);
                                    break;
                         }


                                                 176
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


                 }
        return cp;
        }
        void receivePacket()
        {
                 Receiver Packet from GPRS receiver
        }
        void DisplayPacket()
        {
                 Display the received packet
        }
private void sendPacketControl(ControlPacket cp) Sends the GPRS control packet over
the GPRS tramitter
}
        void requestPacketStatus()
        {
                 Request for a Status packet to the in Vehicle Base Unit
        }
        void receivePacketStatus()
        {
                 Receives a Status packet from the In Vehicle Base Unit
        }
        void DisplayPacketStatus()
        {
                 Displays a Status Packet Received from the GPRS receiver
        }
}
7. CONCLUSION
        The system we have proposed is secure, reliable, easy to maintain and use. We
have integrated the state of the art technologies to fulfill the current requirements of the



                                                177
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


vehicles. After installation of the device, theft rate will be reduced to great extent as the
automobile is in continuous monitoring and control. On board diagnosis will help in
finding and solving the errors. Adding/Updating functionalities to the automobile will be
easy as the underlying Android Operating System has a wide software support. Installing
the safety system will result in reduction of the theft rate, improving the diagnoses of the
automobile by tracking the current status of the automobile parts.
REFERENCES
      [1] Craig Simonds, “Software for the Next-Generation Automobile". IT
          Professional, November/December 2003, pp 7-11. January 2003.
      [2] Ward Vanlaar, “Legislation, Regulation and Enforcement for Dealing with
          Distracted Driving in Europe". International Conference on Distracted Driving,
          Toronto. October 2005.
      [3] T. Costlow, “Sensing significant growth". Society of Automotive Engineers
          (SAE) Automotive Engineering International, pp.74-78, May 2004.
      [4] D. Jiang, V. Taliwal, A. Meier, and W. Holfelder, “Design of 5.9 GHz DSRC-
          Based Vehicular Safety Communication". IEEE Wireless Communications
          Magazine, October 2006.
      [5] USA Today. (2004) Top car-theft areas in each state. [Online]. Available:
          http://www.usatoday.com/news/nation/2004/11-29-car-thief-table.htm
      [6] O. Tettero, D. J. Out, H. M. Franken, and J. Schot, “Information security
          embedded in the design of telematics systems" Computers and Security, vol. 16,
          no. 2, pp. 145164, 1997
      [7] M. E. Zarki, S. Mehrotra, G. Tsudik, and N. Venkatasubramanian, “Security
          issues in a future vehicular network". in Proceedings of European Wireless,
          Next Generation Wireless Networks, vol. 1, Feb. 2002, pp. 270274.
      [8] S. Duri, M. Gruteser, X. Liu, P. Moskowitz, R. Perez, M. Singh, and J.M. Tang,
          “Framework for security and privacy in automotive telematics". in Proceedings
          of the 2nd International Workshop on Mobile Commerce. ACM Press, 2002, pp.
          2532.




                                                178
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print),
ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME


      [9] Ming-Chiao Chen, Jiann-Liang Chen b, Teng-Wen Chang “Android based
          vehicular     network      management        system"     Science      Direct    Computer
          Communications 2008
      [10] William Enck, Patrick McDaniel “Understanding Androids Security
          Framework" October 2008
      [11] Chia-Chen Hung, Hope Chan, and Eric Hsiao-KuangWu “Mobility Pattern
          Aware Routing for Heterogeneous Vehicular Networks" IEEE Communications
          Society subject matter experts for publication in the WCNC 2008 proceedings




                                                179

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET- Car Accident Detection and Notification: An Analytical Survey
IRJET-  	  Car Accident Detection and Notification: An Analytical SurveyIRJET-  	  Car Accident Detection and Notification: An Analytical Survey
IRJET- Car Accident Detection and Notification: An Analytical SurveyIRJET Journal
 
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...srinivasanece7
 
IRJET- Accident Prevention and Alcohol Detection using GSM Module
IRJET-  	  Accident Prevention and Alcohol Detection using GSM ModuleIRJET-  	  Accident Prevention and Alcohol Detection using GSM Module
IRJET- Accident Prevention and Alcohol Detection using GSM ModuleIRJET Journal
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET Journal
 
Ieeepro techno solutions ieee 2013 embedded project vehicle monitoring an...
Ieeepro techno solutions    ieee 2013 embedded project  vehicle monitoring an...Ieeepro techno solutions    ieee 2013 embedded project  vehicle monitoring an...
Ieeepro techno solutions ieee 2013 embedded project vehicle monitoring an...srinivasanece7
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...srinivasanece7
 
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
 
IRJET- Smart Helmet Controlled Vehicle
IRJET-  	  Smart Helmet Controlled VehicleIRJET-  	  Smart Helmet Controlled Vehicle
IRJET- Smart Helmet Controlled VehicleIRJET Journal
 
Vehicle anti theft system based on an embedded platform
Vehicle anti theft system based on an embedded platformVehicle anti theft system based on an embedded platform
Vehicle anti theft system based on an embedded platformeSAT Journals
 
Implementation of Smart Helmet
Implementation of Smart HelmetImplementation of Smart Helmet
Implementation of Smart HelmetIRJET Journal
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...IJCSEA Journal
 
IRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET Journal
 
anti theft vehicular security system
anti theft vehicular security systemanti theft vehicular security system
anti theft vehicular security systemAkshay Gaikwad
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)IRJET Journal
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...IJSRED
 
Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd Iaetsd
 

Was ist angesagt? (18)

IRJET- Car Accident Detection and Notification: An Analytical Survey
IRJET-  	  Car Accident Detection and Notification: An Analytical SurveyIRJET-  	  Car Accident Detection and Notification: An Analytical Survey
IRJET- Car Accident Detection and Notification: An Analytical Survey
 
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
 
IRJET- Accident Prevention and Alcohol Detection using GSM Module
IRJET-  	  Accident Prevention and Alcohol Detection using GSM ModuleIRJET-  	  Accident Prevention and Alcohol Detection using GSM Module
IRJET- Accident Prevention and Alcohol Detection using GSM Module
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
 
Ieeepro techno solutions ieee 2013 embedded project vehicle monitoring an...
Ieeepro techno solutions    ieee 2013 embedded project  vehicle monitoring an...Ieeepro techno solutions    ieee 2013 embedded project  vehicle monitoring an...
Ieeepro techno solutions ieee 2013 embedded project vehicle monitoring an...
 
Ieeepro techno solutions ieee 2014 embedded project design and implement...
Ieeepro techno solutions    ieee 2014  embedded project  design and implement...Ieeepro techno solutions    ieee 2014  embedded project  design and implement...
Ieeepro techno solutions ieee 2014 embedded project design and implement...
 
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
 
IRJET- Smart Helmet Controlled Vehicle
IRJET-  	  Smart Helmet Controlled VehicleIRJET-  	  Smart Helmet Controlled Vehicle
IRJET- Smart Helmet Controlled Vehicle
 
Vehicle anti theft system based on an embedded platform
Vehicle anti theft system based on an embedded platformVehicle anti theft system based on an embedded platform
Vehicle anti theft system based on an embedded platform
 
IRJET- Smart Helmet
IRJET- Smart HelmetIRJET- Smart Helmet
IRJET- Smart Helmet
 
40120130405022
4012013040502240120130405022
40120130405022
 
Implementation of Smart Helmet
Implementation of Smart HelmetImplementation of Smart Helmet
Implementation of Smart Helmet
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
 
IRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two Wheelers
 
anti theft vehicular security system
anti theft vehicular security systemanti theft vehicular security system
anti theft vehicular security system
 
Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)Car Safety System Enhancements using Internet of Things (IoT)
Car Safety System Enhancements using Internet of Things (IoT)
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
 
Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...
 

Ähnlich wie Mobile safety systems for automobiles

GPS GSM Based Vehicle Tracking & Locking System
GPS GSM Based Vehicle Tracking  &  Locking SystemGPS GSM Based Vehicle Tracking  &  Locking System
GPS GSM Based Vehicle Tracking & Locking SystemIRJET Journal
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gpsAlexander Decker
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsAlexander Decker
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationIJAEMSJORNAL
 
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPSADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPSEG TECHNOLOGIES
 
IRJET- Automative Impregnable Driving System
IRJET-  	  Automative Impregnable Driving SystemIRJET-  	  Automative Impregnable Driving System
IRJET- Automative Impregnable Driving SystemIRJET Journal
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET Journal
 
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET Journal
 
IRJET- Vehicle Security System using IoT Application
IRJET-  	  Vehicle Security System using IoT ApplicationIRJET-  	  Vehicle Security System using IoT Application
IRJET- Vehicle Security System using IoT ApplicationIRJET Journal
 
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- High Security System for Money Carrying VAN to ATM’S
IRJET- High Security System for Money Carrying VAN to ATM’SIRJET- High Security System for Money Carrying VAN to ATM’S
IRJET- High Security System for Money Carrying VAN to ATM’SIRJET Journal
 
Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)IRJET Journal
 
Vehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPSVehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPSIRJET Journal
 
Smart theft detection of vehicles by GSM and GPS with fingerprint verification
Smart theft detection of vehicles by GSM and GPS with fingerprint verificationSmart theft detection of vehicles by GSM and GPS with fingerprint verification
Smart theft detection of vehicles by GSM and GPS with fingerprint verificationIRJET Journal
 
GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking Systemijtsrd
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technologyijtsrd
 
Automated Security and Rider Safety System for two whe...
Automated Security and Rider Safety System for                        two whe...Automated Security and Rider Safety System for                        two whe...
Automated Security and Rider Safety System for two whe...Sandesh Agrawal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET Journal
 

Ähnlich wie Mobile safety systems for automobiles (20)

GPS GSM Based Vehicle Tracking & Locking System
GPS GSM Based Vehicle Tracking  &  Locking SystemGPS GSM Based Vehicle Tracking  &  Locking System
GPS GSM Based Vehicle Tracking & Locking System
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gps
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
 
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPSADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
 
IRJET- Automative Impregnable Driving System
IRJET-  	  Automative Impregnable Driving SystemIRJET-  	  Automative Impregnable Driving System
IRJET- Automative Impregnable Driving System
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
 
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
 
IRJET- Vehicle Security System using IoT Application
IRJET-  	  Vehicle Security System using IoT ApplicationIRJET-  	  Vehicle Security System using IoT Application
IRJET- Vehicle Security System using IoT Application
 
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- High Security System for Money Carrying VAN to ATM’S
IRJET- High Security System for Money Carrying VAN to ATM’SIRJET- High Security System for Money Carrying VAN to ATM’S
IRJET- High Security System for Money Carrying VAN to ATM’S
 
Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)
 
Vehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPSVehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPS
 
Smart theft detection of vehicles by GSM and GPS with fingerprint verification
Smart theft detection of vehicles by GSM and GPS with fingerprint verificationSmart theft detection of vehicles by GSM and GPS with fingerprint verification
Smart theft detection of vehicles by GSM and GPS with fingerprint verification
 
Algorithm for Security in Autonomous Cars
Algorithm for Security in Autonomous CarsAlgorithm for Security in Autonomous Cars
Algorithm for Security in Autonomous Cars
 
GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking System
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technology
 
Automated Security and Rider Safety System for two whe...
Automated Security and Rider Safety System for                        two whe...Automated Security and Rider Safety System for                        two whe...
Automated Security and Rider Safety System for two whe...
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 

Mehr von IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mehr von IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Mobile safety systems for automobiles

  • 1. International Journal of Computerand Technology (IJCET), ISSN 0976 – 6367(Print), International Journal of Computer Engineering Engineering ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME and Technology (IJCET), ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 1 IJCET Number 2, Sep - Oct (2010), pp. 166-179 ©IAEME © IAEME, http://www.iaeme.com/ijcet.html MOBILE SAFETY SYSTEMS FOR AUTOMOBILES Jagannath Aghav College of Engineering, Pune E-Mail: jva.comp@coep.ac.in Nikhil Sharma College of Engineering, Pune E-Mail: sharmana09.comp@coep.ac.in ABSTRACT The safety systems in automobiles are adopting the state of the art technologies to provide multiple functionalities to end user. There is a significant rise in number of automobiles in last two decades. Also the embedded system now a days have become more complex and intelligent. All automobile manufactures are trying to make their vehicles more and more intelligent using the embedded systems. Thus, driving the digital systems in the vehicles more and more complex. Taking into consideration the available computing power on the vehicle we are proposing safety system based on android operating system along with general purpose radio packet and global positioning system for automobiles. The system comprises of geographical information system, general purpose radio packet and global positioning system services running on android platform in a remote device and in the vehicle. The user will be able to access these services on the remote device; also will be able to communicate with the service running in the vehicle. The different type of service running on the remote device will be mapping the vehicle on the geographical information systems, sending control signals to the vehicle services and getting the status of the vehicle from the vehicle unit. 1 INTRODUCTION High automobile theft rate is demanding implementation of more secure and reliable onboard services for automobiles. These services are bounded to be very secure, easy to use, easy to maintain and should have fast response time. The implementation of such a service is a great area of concern of the leading automobile manufacturers. System 166
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME proposed here has android operating system running which is secure, easy to use, maintainable and has good response time. The security issue is accomplishes by providing mixed authentication through a password and a finger print recognition. Also, the system will be easy to use as the graphical interface for the security device will be user friendly same as in most of the mobile. The system can be easily maintain as the onboard diagnoses for the safety device as well as the base unit in vehicle will be provided. Also will be having fast response as we will be using the latest microcontroller for both the safety device and the base unit in vehicle. The safety device will be empowered by android operating system and with all the latest technologies such as GPRS, GIS, and finger print recognition system. Android libraries will be used for the interfaces with the peripheral devices. GPRS module in the safety device will be used to receive the data coming from the vehicle; also will be used to send the data over cellular network to the base unit in the vehicle. GIS will be used to show the GPS data coming from the base unit on the maps. Finger print recognition system is used to give the additional security. The base unit will be empowered by the technologies such as, GPRS, GPS, Sensors, and Actuators. GPRS will be used to receive the GPRS packets coming from the safety device and also will be used to send the status data and the GPS location data to the safety device. GPS will be used to get the current location data from the GPS satellites. Sensors are will used to get the running status of the engine, brakes, fuel level, doors, and windows. Actuators are the devices that will bring the digital control data coming from the safety device into reality. Actuators which will be used to switch off the engine, apply auto brakes, close the windows and lock the doors. To use the safety device user will we asked for a password and a finger print input. If user passes this authentication process he will be given the access. Using this safety device user will be able to monitor the location of the vehicle, get the current status of the vehicle and also control the vehicle. Depending upon the signal selected by user corresponding packet will be formed and send to the base unit over GPRS channel. The base unit will accept the packet and depending upon the request will take corresponding action. If the user wants to know the current location of the vehicle, the base unit will get the location data first from the GPS satellite, pack it in GPRS packet and send it to the 167
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME safety device. For status packet the system will gather the current state of the engine, brakes, doors, windows and fuel tank from the sensors and will send the information back to the safety device. In case of control packet, the base unit will take corresponding action according to the request. If the user requests to stop the vehicle, the base unit will instruct the brake actuator to apply auto brakes to the vehicle. If the user wants to switch off the engine, the base unit will instruct the engine actuator to cut-off the fuel supply by closing throttle valve and also to disconnect the spark plug from electric supply resulting in switching off the engine. If the user wants to close the doors and lock the windows the base unit will send control signals to corresponding actuators to perform the requested task. Section 2 presents a quick overview of the proposed system. Section 3 illustrates the details of Safety device and its functions. Section 4 gives a detailed description of functionalities of the base unit in the automobile. Section 5 presents a detail algorithm of the proposed technique. Section 6 gives a snapshot of the Java code for our algorithm. Section 6.2 shows a detail code for each module. Section 7 presents the conclusions of this paper. 2 OVERVIEW OF SAFETY SYSTEM DESIGN Safety system is broadly divided into two sections: Safety device and Automobile base device. The Safety device is like a safety control which is capable of monitoring and controlling the automobile remotely. It is powered by technologies such as Android operating system, GPRS, GIS and finger print recognition system. The main functions of the safety device are authentication of the user, sending control Section 4.2, status Section 4.1and location request packets to the automobile unit. These packets will be send on the GPRS network. The location request packet will be responded by the automobile unit as a location response packet. This packet will contain location coordinates that will be directly mapped on the GIS maps using Android build in GIS support. The Automobile will be responding to the packets coming from the Safety device. 168
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME Figure 1 System Layout 3 SAFETY DEVICES The safety device will be capable of monitoring and controlling the automobile remotely with Android operating system running on it. We have chosen Android operating system because its open source and it has a wide software support for all the technologies available in the market. Each of the hardware interfaced with the device will be registered as a service on the Android system. These services will communicate with the automobile unit on behalf of the user. Due to the large supported libraries provided by Android the implementation can be made more effective and easy. For the communication with the automobile base unit we have chosen GPRS, because GPRS makes efficient use radio spectrum to combine mobile access with the internet protocol. GPRS provides high data rates. Using GPRS we will be able to send and receive the control data with high speed as, GPRS provides high bandwidth. Also, we can use GPRS used to get the location of the vehicle based on the cell triangulation technique whenever GPS is not working. The safety device will be mapping the automobile on GIS maps based on the location co-ordinates coming from the automobile base unit. As Android has a build in support for the GIS maps the mapping will not be problem. We have defined three packet formats depending upon the type of request that the safety device can make those are, control packet, status packet and location request packet. The control packet will ask the automobile unit 4 to perform control actions such as switching off the engine, applying auto brakes, closing the windows and locking the doors. The status packet will ask the automobile unit to send the current status of the 169
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME automobile parts such as, engine, fuel level, windows and doors. The location request packet will ask for the current location of the automobile. Figure 2 Safety device block diagram 4 AUTOMOBILE BASE UNIT The automobile base unit will get the control or status request packet from the safety device and the microcontroller running in the base unit will respond to these requests in corresponding form. The technologies that the base unit will be using is GPS receiver, GPRS transmitter and receiver, microcontroller, sensors and actuators. 4.1 Status packet response The status request coming from the safety device will be asking for the status of the automobile parts such as, engine, fuel level, doors and windows. On arrival of the status packet the microcontroller will communicate with the sensor present on the engine, fuel tank, doors and windows and gets the current value the sensors are holding. Once the microcontroller gets the value of the sensors it will preprocess the value and pack it into a status response packet and send it back to the safety device. 4.2 Control Packet response If the user wants to control the vehicle a control packet will be send to the vehicle asking the base unit to perform certain actions. Depending upon the actions listed in the 170
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME control packet the microcontroller will ask the following actuators to perform the corresponding action. The control packet can have actions like, switch-off the engine, apply brakes, lock the doors and close the windows or a combination of all. If the control action is switching off the engine the microcontroller will issue a close command to the actuator placed on the engine. The engine can be switched off by closing the throttle valve. If the control request is of applying brakes the microcontroller will ask the actuator placed on the brakes to apply the brake automatically. Simultaneously the doors and the windows can be locked and closed respectively using the actuators. 4.3 Location request packet In case of location request packet the microcontroller will get location parameters and send them back to the safety device. The microcontroller will get the current location from the GPS receiver or if the GPS receiver is not working the microcontroller will calculate the location using the GPRS cell triangulation method. Once the microcontroller gets the location parameters it will send the location to the safety device using the GPRS network. 5 ALGORITHM A detailed algorithm is given below: 1: Display Login Page and Get the Personal Identification Number (PIN) 2: Match the PIN submitted by the user and the stored PIN 3: if the PIN matches then 4: continue, 5: else 6: Display "Incorrect PIN" and goto end 7: end if 8: Ask the user to input the finger prints and match with stored finger prints 9: if Finger print matches then 10: continue 11: else 12: Display "Finger print Note matched" and goto end 13: end if 171
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME 14: Display menu 1: Watch vehicle on map 2: Get current status 3: Control the vehicle 4: Exit 15: if choice = 1 then 16: goto 26 17: else if choice = 2 then 18: goto 31 19: else if choice = 3 then 20: goto 35 21: else if choice = 4 then 22: goto end 23: else 24: display "Enter correct choice" and goto step 14 25: end if 26: Initialize the GPRS transmitter and ask for GPS co-ordinates. 27: Get the GPS co-ordinates from the GPRS receiver. 28: Initialize the GIS map and Map the GPS co-ordinates on the GIS MAP. 29: Display the GIS map to the user 30: If user stop the view goto step 14 31: Initialize the GPRS transmitter 32: Send a signal to In Vehicle unit to send the current status of each sensor. 33: Get the data from the GPRS receiver Display the data in graphical format to the user 34: If user stop the display goto step 6, else goto step 14 for every 0.5 seconds 35: Initialize the GPRS transmitter. Send a packet to the in- vehicle unit indicating the following packet will be a control signal packet 36: Display "What u want to do?" : 1: Switch off the engine 2: Lock the Doors 3: Close the windows 172
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME 4: Send a message 5: Exit 37: If 1 Make “Engine off = true" in control packet 38: If 2 Make “Lock Doors = true" in control packet 39: If 3 Make “Close Window = true" in control packet 40: If 4 Display “Type the message" and get message in msg and send msg as a text message to In vehicle base unit 41: If 5 goto step 43 42: Default Display "Enter correct choice“ goto step 36 43: Stop the process 6 JAVA PROGRAM A detailed implementation of the proposed technique is given below, 6.1 Main Program The function following will display the menu for the user and also get the desired action that the user wants to perform. public class Main { public static void main(String[] args) { Menu mn = new Menu(); mn.displayClientMenu(); int ch = mn.getChoice(); switch(ch) { case 1: System.out.println("Show status"); showStatus(); break; case 2: System.out.println("Control vehicle"); 173
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME sendControl(); break; case 3: System.out.print("U have choice to exit"); exit(); } } Following function is a code snapshot of sending the control packet over GPRS network. private static void sendControl() { GprsReceiver gp = new GprsReceiver(); gp.setPacket("control"); gp.setGprsID(123); gp.sendPacketControl(gp.createPacketControl()); } This code snapshot will display the status of the automobile parts. private static void showStatus() { GprsReceiver gp = new GprsReceiver(); gp.setPacket("status"); gp.setGprsID(123); gp.requestPacketStatus(); gp.sendPacket(); gp.receivePacketStatus(); gp.DisplayPacketStatus(); } private static void exit() { throw new UnsupportedOperationException("Not yet implemented"); } 174
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME } 6.2 Detail of each module The code given below is a prototype of detail functionalities of each module used in the system Following code is a prototype of the GPRS receiver module public class GprsReceiver { private int GprsID; private String Packet; public int getGprsID() { return GprsID; } public void setGprsID(int GprsID) { this.GprsID = GprsID; } public String getPacket() { return Packet; } public void setPacket(String Packet) { this.Packet = Packet; } Following code is a prototype of GPRS control packet creating module ControlPacket createPacketControl() { String side = "Road Side"; ControlPacket cp = new ControlPacket(); 175
  • 11. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME StatusPacket sp = new StatusPacket(); sp.getCarPosition(); sp.isBracksStaus(); sp.isDoorStatus(); sp.isEngineStatus(); sp.isWindowStatus(); System.out.print("Current status of vehicle is"); System.out.print("sp.getCarPosition()"+"sp.isBracksStaus()"+"sp.isDoorSt atus()"+"sp.isEngineStatus()"+ "sp.isWindowStatus()"); System.out.print("What u want to do"); int ch =0; while(ch != 5) { System.out.print(“1: Switch engine off 2: Lock Doors 3:Close windows 4:Apply Brakes 5:Exit”); set(ch); switch(ch) { case 1: cp.setWindowStatus(false); break; case 2: cp.setDoorStatus(false); break; case 3: cp.setCarPosition(side); break; case 4: cp.setBracksStaus(false); break; } 176
  • 12. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME } return cp; } void receivePacket() { Receiver Packet from GPRS receiver } void DisplayPacket() { Display the received packet } private void sendPacketControl(ControlPacket cp) Sends the GPRS control packet over the GPRS tramitter } void requestPacketStatus() { Request for a Status packet to the in Vehicle Base Unit } void receivePacketStatus() { Receives a Status packet from the In Vehicle Base Unit } void DisplayPacketStatus() { Displays a Status Packet Received from the GPRS receiver } } 7. CONCLUSION The system we have proposed is secure, reliable, easy to maintain and use. We have integrated the state of the art technologies to fulfill the current requirements of the 177
  • 13. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME vehicles. After installation of the device, theft rate will be reduced to great extent as the automobile is in continuous monitoring and control. On board diagnosis will help in finding and solving the errors. Adding/Updating functionalities to the automobile will be easy as the underlying Android Operating System has a wide software support. Installing the safety system will result in reduction of the theft rate, improving the diagnoses of the automobile by tracking the current status of the automobile parts. REFERENCES [1] Craig Simonds, “Software for the Next-Generation Automobile". IT Professional, November/December 2003, pp 7-11. January 2003. [2] Ward Vanlaar, “Legislation, Regulation and Enforcement for Dealing with Distracted Driving in Europe". International Conference on Distracted Driving, Toronto. October 2005. [3] T. Costlow, “Sensing significant growth". Society of Automotive Engineers (SAE) Automotive Engineering International, pp.74-78, May 2004. [4] D. Jiang, V. Taliwal, A. Meier, and W. Holfelder, “Design of 5.9 GHz DSRC- Based Vehicular Safety Communication". IEEE Wireless Communications Magazine, October 2006. [5] USA Today. (2004) Top car-theft areas in each state. [Online]. Available: http://www.usatoday.com/news/nation/2004/11-29-car-thief-table.htm [6] O. Tettero, D. J. Out, H. M. Franken, and J. Schot, “Information security embedded in the design of telematics systems" Computers and Security, vol. 16, no. 2, pp. 145164, 1997 [7] M. E. Zarki, S. Mehrotra, G. Tsudik, and N. Venkatasubramanian, “Security issues in a future vehicular network". in Proceedings of European Wireless, Next Generation Wireless Networks, vol. 1, Feb. 2002, pp. 270274. [8] S. Duri, M. Gruteser, X. Liu, P. Moskowitz, R. Perez, M. Singh, and J.M. Tang, “Framework for security and privacy in automotive telematics". in Proceedings of the 2nd International Workshop on Mobile Commerce. ACM Press, 2002, pp. 2532. 178
  • 14. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 – 6367(Print), ISSN 0976 – 6375(Online) Volume 1, Number 2, Sep - Oct (2010), © IAEME [9] Ming-Chiao Chen, Jiann-Liang Chen b, Teng-Wen Chang “Android based vehicular network management system" Science Direct Computer Communications 2008 [10] William Enck, Patrick McDaniel “Understanding Androids Security Framework" October 2008 [11] Chia-Chen Hung, Hope Chan, and Eric Hsiao-KuangWu “Mobility Pattern Aware Routing for Heterogeneous Vehicular Networks" IEEE Communications Society subject matter experts for publication in the WCNC 2008 proceedings 179