SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 290
A Review On PocketAmbulance : Emergency Service
Akshay Naik1, Vaibhav More2, Sagar Mache3, Saurabh Borude4
1Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India
2Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India
3Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India
4Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In the last decade, many useful applications for
mobile devices are designed to deal with health care issues
under Android platform. In this application, an emergency
service for mobile devices will be designed. In this, the position
function of Global Position System (GPS) and a user friendly
interface which will track the location of ambulance is
provided. The application is capable for sending emergency
notification or phone calls are also included. Nearesthospitals
which provides ambulance service are also enlisted with their
respective contact details. We How to connect peoplewiththis
provided service for emergency service.
Key Words: Global PositioningSystem;FireBase;On-tap;
Call System; CCR.
1.INTRODUCTION
India is developing country and the technology is growing
even faster here. We are surrounded by technology and it
plays a vital role in our lives. People travel invarietyofplaces
and many new things are discovered. But, many people don’t
have the proper knowledge of place where they are going to
travel. In this case, if there is a medical emergency, they can
use this application. The aim of our study is to build a user
friendly environment for the clients, so that the customers
can efficiently use the services provided by application. The
application uses GPS. [1]
GPS imparts coded satellite signals which are managed in a
GPS receiver, enabling the receiver to calculate all the
parameters, thatare, time, velocity and position.Tocalculate
positons in three dimensions, four GPS signals are used. The
primary objective of installing GPS invehiclesistoaccurately
locate them. This project willwill start a new applicationthat
will use GPS, a smart system to trackanddispatchambulance
to the clients. The nearest ambulance vehicle is located, the
routingsandbookingsaredonetransmittedtotheambulance
driver using GPS. Errors in the cost or any operational errors
are expected to be reduced, through the use of this satellite
based computerized tracking system. The location of every
ambulance is updated periodically. [1]
Emergency notification System is also designed for the
personal safety and security of the client. [3]
The paper organizes the following sections:
 Literature survey is explained in Section 2
 System level description in Section 3
 Android Application in Section 4
 Working in Section 5
 FireBase (BaaS) in Section 6
 Conclusion in Section 7
 Future Scope in Section 8
This document is template. We ask that authors followsome
simple guidelines. In essence,weask youtomakeyourpaper
look exactly like this document. The easiest way to do this is
simply to download the template, and replace(copy-paste)
the content with your own material. Number the reference
items consecutively in square brackets (e.g. [1]). However
the authors name can be used along with the reference
number in the running text. The order of reference in the
running text should match with the list of references at the
end of the paper.
2. LITERATURE SURVEY
To determine the exact location of of an object Sanaan Saud,
Irtsam Ghazi, Muhammad Rashid Maqbool and Ihtisham ul
Haq proposed GPS based autonomous vehicle based system.
[1] For vehicle tracking system using GPS and Android OS,
Amol Dhumal, Amol Naikoji, Yutika Patwa, Manali Shilimkar
and Prof. M. K.Nighot also contributed. [2] Sih-TingZengand
Ching-Min Lee proposed a model for personal mobile
notification application design for mobile devices. [3]
3. SYSTEM LEVEL DESCRIPTION
3.1 Android Application
The android application that will be designed is called
“PocketAmbulance”.AndroidApplication“PocketAmbulance”
is relatively easy to use and very simple.
3.2 Central Control Room
The main function of CCRistocontinuouslyreceivethestatus
of Ambulance as well as the requests from the clients.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 291
From the status of the Ambulance, the CCR computes the
minimum distance from the client to the nearest Ambulance
and then dispatches the nearest Ambulance to the client. [1]
3.3 Navigation Control Room
The navigation control system is responsible for helping the
ambulance driver to reach the client’s place as soon as
possible. Navigation Control System is also responsible to
perform the series of tasks pre-allocated to it. [7]
3.4 Graphical User Interface
For monitoring purpose,a GUI (Graphical Userinterface)has
been developed. The location of all the nearby hospitals and
clients is displayed using maps. It also maintains a database,
i.e. FireBase, a cloud database used to keep a track of logged
in users. [3], [8]
4. ANDROID APPLICATION
AndroidApplication,PocketAmbulance’sgraphicallayouthas
two buttons. First is the calling button which displays the
details such as name, contact number, location co-ordinates,
address of the nearbyhospitalswhichprovidetheambulance
service. Next is the On-tap button, which allows the client to
call the nearest ambulance with just one tap. As soon as the
application is started, it will first verify whether the GPS of
the device is on, if not then the application will provide a
toast notification indicating toturnonthelocationservicesof
that particular device.Nextitcheckstheinternetconnectivity
of the device, if not then again it provides a toast notification
indicating the same. Secondly, it waits for the GPS to lock the
location ofthedevice.Thelatitudeandlongitudeco-ordinates
are displayed on the GUI, once the location is locked. [1], [3],
[5], [6]
4.1 On-CLick Listener
The code starts to execute when a button is pressed of the
user interface using on click handlers. A class is needed to
specify which contains the instance, which are the on click
handlers. The system waits for the client to press the button,
once the button is pressed it will go on to execution, where
the GPS co-ordinates are fetched and sent to a hard coded
mobile number. A ClickListener is a listenerobjectthatreacts
to ‘click’ events triggered from an input device, such as a
mouse. An event object is passed through to the listener
when the user performs a click on any of the mouse
buttons/wheels.Theeventcontainsinformationontheevent,
such as the button that was clicked and how often it was
clicked (single-click, double-click, etc.) [1]
4.2 Fetching GPS Coordinates
We can use the Android’s Network Location Provider and
Global positioning system for developing a location-aware
application. GPS is very accurate but only works outdoors. It
consumes more power but does not return the accurate
location as soon as the clients want. Android’s network
location provider can be usedfor indoor purposes. While the
client is indoors, it provides the required coordinates by
utilizing Wi-Fi signals and cell tower. Also itadds lessbattery
consumption to it. The client location is obtained by using
both Android’s network location provider and GPS in
“PocketAmbulance”. [1], [2], [5]
In PocketAmbulance, for finding GPS coordinates, a Location
Listener is implemented. By means of callback, the client’s
location was found. requestLocationUpdates is to be called
and passed to “LocationListener”. When the client’s location
changes or status oftheservicechanges,theLocationListener
should implementseveralcallbackmethodsthatarecalledby
the Location Manager. In theAndroid manifest file,toreceive
location updates form GPS_PROVIDER or
NETWORK_PROVIDER, user permission are requested by
declaring the ACCESS_FINE_LOCATION and
ACCESS_COURSE_LOCATION permission. [1], [2], [4], [6]
4.3 SMS/Telephony Manager
SMS messages are sent to the client from the android application
itself. There are two different ways to do such type of things:
 Using Implicit Intent
 Using SmsManager class
In PocketAmbulance, SmsManager will be used to send
messages. The SMS sending is facilitated by the use of
SmsManager because it provides an opportunityto customize the
functionality. On the other hand, the use of implicit intents means
the use of SMS clients and built-in applications on that particular
android device. [1], [5]
5. WORKING
Android Application, PocketAmbulance has two sides, client
side and a server side. On the client’s application, two
systems are provided. On-tap System and other is Calling
System. On the client’s side 1st the login page will be
displayed. The client has to login with the respective user ID
and password. Further, the list of nearby hospitals is
displayed. Then the list of hospitals is shown on map. The
client requests for the service and the ambulance driver
accepts the request via CCR (Central Control Room). The
detail information of the hospital is displayed on the screen
i.e., contact number, address, location coordinates, etc.
The working of CCR is as such that it already contains the
numbers of both ambulances. As it receives a text message,it
will perform a comparison test and detect whether the
particular text message wasfromtheambulanceortheclient.
If the ambulance is not busy, then CCR will receive the latest
coordinates of the ambulance, after that the CCR will update
the status of that particular cab as not busy, and then the
ambulance will update its coordinates in every 10 seconds
automatically. The flowchart of the CCR after receiving
request from the user is shown in figure 2. [1]
5.1 Ambulance And Client
If the client requests for an ambulance and that particular
ambulance isavailable,theCCRsendstheclient’scoordinates
to the nearest ambulance and also the CCR will send a
confirmation text to the client, and after that the CCR will
update the status of the ambulance as busy. Further, the
ambulance will be guided by the GPS towards the client. [1]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 292
5.2 No Vacant Ambulance, Only Client
If there is no vacant ambulance available and the client send
request of the ambulance to the CCR using smartphone app,
then the CCR will send a busy text or another hospital of the
nearest location will be displayed to the client. The busy text
can be set to something like, “Sorry, noambulancesavailable,
please try again after sometime.” [1]
Fig – 1 : Application Module
Fig – 2 : Working Module at Back-end [1]
6. FIREBASE (BaaS)
FireBase is a backend service company and a cloud services
provider which is based in San Francisco, California. The
company produces a number of products for software
developers building web or mobile applications. Firebase’s
main product is a real-time database which provides an API
that allows developers to store and sync data acrossmultiple
clients. This service provides application developers an API
that allows application data to besynchronizedacrossclients
and stored on Firebase’scloud.TheRESTAPIusestheServer-
Sent Events protocol, which is an API for creating HTTP
connections for receiving push notifications from a server.
Secure file downloads and uploads for your Firebase is
provided by Firebase Storage, regardless of network quality.
It is backed by Google Cloud Storage, simple, a powerful, and
economical object storage service. This cloud database is
used to store images, audio, video, or other client-generated
content by the developers. [8]
The main features of FireBase include the following:
 Cloud Messaging
 Authentication
 Real-time Database
 Storage
 Notification Alert
FireBase helps the user to develop the application, grow the
client’s user base. The main advantage of FireBase is each
feature works independently. [8]
7. CONCLUSION
This proposed system will allow the central control room to
track thelocations oftheambulancedriverandtheclient.The
system allows to monitor the traveled routes viaa web client
which uses Google Maps API and indicate colors on the map
to show if the device is on appropriate route. The general
evaluation can be done by stating that this application will
proved to be reliable in showing the positioning of the
devices. It will also display the nearby hospitals with the
detailed information such as the latitude and longitude co-
ordinates, address of the hospital, contact information of the
hospital so that the client can make a call to hospital. The
general evaluation can be done by stating that this
application will be proved to be reliable by calling the
hospital programmatically. [1], [2], [3], [6], [7]
8. FUTURE SCOPE
There are several directions of future work. In future,
analysis of the various aspects and variations of emergency
services in different context is necessary. We would like to
work on other emergency services such as fire brigade and
police and expand the development of this application. We
would also like to introduce the feature of offline maps, so
that the client’s job is easier. We would also like to introduce
the featureof panic button. When the panic button ispressed
the nearest ambulance will reach to the client without any
hassle.
ACKNOWLEDGEMENT
I am thankful tomysupervisorandguideProf.Shwetambari
Chiwhane. During the long journey of this study, she
supported us in every aspect. She was the one who helped
and motivated us to propose research in this field and
inspired us with her enthusiasm on research, her experience
and her lively character.
REFERENCES
[1] Irtsam Ghazi, Muhammad Rashid Maqbool, Ihtisham ul
Haq, Sanaan Saud, “GPS Based Autonomous Vehicle
Navigation and Contol System”, Proeedings of 201613th
International Bhurban Conference on Applied Sciences
& Tehcnology (IBCAST), 12 – 16 January 2016.
[2] Amol Dhumal, Amol Naikoji, Yutika Patwa, Manali
Shilimkar, Prof. M.K. Nighot, “Vehicle Tracking System
using GPS and Android OS”, International Journal of
Advanced Research in Computer Engineering &
Technology (IJARCET), Vol. 4 Issue 4, April 2015.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 293
[3] Sih-Ting Zeng, Ching-Min Lee, “Personal Emergency
Notification Application Design for Mobile Devices”,
Institute of Electrical and Electronics Engineers (IEEE),
2014.
[4] Abraham Martin-Campillo, Jon Criwcroft, Eiko Yoneki,
Ramon Marti, “Evaluating opportunistic networks in
disaster scenarios”, Journal of Network and Computer
Applications, 27 November 2012.
[5] Zongqing Lu, Guohong Cao and Thomas La Porta,
“Networking Smartphones for Disaster Recovery”,IEEE
International Conference on Pervasive Computing and
Communications, 2016.
[6] Hiroki Nishiyama, Masaya Ito, Nei Kato, “Realy-by-
Smartphone Realizing Multihop Device-to-Device
Communications”, IEEE Communications Magazine,
April 2014.
[7] Amol Dhumane, Rajesh Prasad, Avinash Bagul, Parag
Kulkarni, “CAMRA: Context Aware Multipath Routing
Algorithm in Internet of Things”,AdvancesinInnovative
Engineering and Technologies, pp.334 – 343,May2016.
[8] FireBase, https://en.wikipedia.org/wiki/Firebase

More Related Content

What's hot

Comparative study of augmented reality
Comparative study of augmented realityComparative study of augmented reality
Comparative study of augmented realityijcsa
 
Android based application for wireless control of wheelchair
Android based application for wireless control of wheelchairAndroid based application for wireless control of wheelchair
Android based application for wireless control of wheelchaireSAT Journals
 
Activity Tracker Wrist Band for Children Monitoring using IOT
Activity Tracker Wrist Band for Children Monitoring using IOTActivity Tracker Wrist Band for Children Monitoring using IOT
Activity Tracker Wrist Band for Children Monitoring using IOTrahulmonikasharma
 
Mobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsMobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsEditor IJCATR
 
Android Sos app development report
Android Sos app development reportAndroid Sos app development report
Android Sos app development reportSudhanshu kumar Sah
 
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...ijcseit
 
I03402059063
I03402059063I03402059063
I03402059063theijes
 
Gesture control algorithm for personal computers
Gesture control algorithm for personal computersGesture control algorithm for personal computers
Gesture control algorithm for personal computerseSAT Publishing House
 
IRJET- Smart Child Safety Monitoring System
IRJET-  	  Smart Child Safety Monitoring SystemIRJET-  	  Smart Child Safety Monitoring System
IRJET- Smart Child Safety Monitoring SystemIRJET Journal
 
Sound Profile Switching
Sound Profile SwitchingSound Profile Switching
Sound Profile SwitchingIRJET Journal
 
Control Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining DomainControl Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining DomainIRJET Journal
 

What's hot (17)

Next generation engine immobiliser
Next generation engine immobiliserNext generation engine immobiliser
Next generation engine immobiliser
 
Comparative study of augmented reality
Comparative study of augmented realityComparative study of augmented reality
Comparative study of augmented reality
 
Mobile GPS Tracking
Mobile GPS TrackingMobile GPS Tracking
Mobile GPS Tracking
 
Android based application for wireless control of wheelchair
Android based application for wireless control of wheelchairAndroid based application for wireless control of wheelchair
Android based application for wireless control of wheelchair
 
Activity Tracker Wrist Band for Children Monitoring using IOT
Activity Tracker Wrist Band for Children Monitoring using IOTActivity Tracker Wrist Band for Children Monitoring using IOT
Activity Tracker Wrist Band for Children Monitoring using IOT
 
F0423134
F0423134F0423134
F0423134
 
Providing Accident Detection in Vehicular Networks through OBD-II Devices and...
Providing Accident Detection in Vehicular Networks through OBD-II Devices and...Providing Accident Detection in Vehicular Networks through OBD-II Devices and...
Providing Accident Detection in Vehicular Networks through OBD-II Devices and...
 
Mobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google MapsMobile Device Application to locate an Interest Point using Google Maps
Mobile Device Application to locate an Interest Point using Google Maps
 
Final_report
Final_reportFinal_report
Final_report
 
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST  THE PHYSICALLY CHALLENGEDNECK MOVEMENT BASED WHEELCHAIR TO ASSIST  THE PHYSICALLY CHALLENGED
NECK MOVEMENT BASED WHEELCHAIR TO ASSIST THE PHYSICALLY CHALLENGED
 
Android Sos app development report
Android Sos app development reportAndroid Sos app development report
Android Sos app development report
 
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
DEVELOPMENT OF AN EMPIRICAL MODEL TO ASSESS ATTENTION LEVEL AND CONTROL DRIVE...
 
I03402059063
I03402059063I03402059063
I03402059063
 
Gesture control algorithm for personal computers
Gesture control algorithm for personal computersGesture control algorithm for personal computers
Gesture control algorithm for personal computers
 
IRJET- Smart Child Safety Monitoring System
IRJET-  	  Smart Child Safety Monitoring SystemIRJET-  	  Smart Child Safety Monitoring System
IRJET- Smart Child Safety Monitoring System
 
Sound Profile Switching
Sound Profile SwitchingSound Profile Switching
Sound Profile Switching
 
Control Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining DomainControl Buggy using Leap Sensor Camera in Data Mining Domain
Control Buggy using Leap Sensor Camera in Data Mining Domain
 

Similar to A Review On Pocket Ambulance : Emergency Service

1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
Gps enabled android application for bus
Gps enabled android application for busGps enabled android application for bus
Gps enabled android application for buseSAT Publishing House
 
Smart Data Server for Smart Shops
Smart Data Server for Smart ShopsSmart Data Server for Smart Shops
Smart Data Server for Smart ShopsIOSR Journals
 
Taxi Ride Based on Voice Alert System
Taxi Ride Based on Voice Alert SystemTaxi Ride Based on Voice Alert System
Taxi Ride Based on Voice Alert SystemIJAEMSJORNAL
 
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...IRJET Journal
 
An Android Based Intelligent Anti-theft and Tracking System for Automobiles
An Android Based Intelligent Anti-theft and Tracking System for AutomobilesAn Android Based Intelligent Anti-theft and Tracking System for Automobiles
An Android Based Intelligent Anti-theft and Tracking System for AutomobilesBRNSSPublicationHubI
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using androidEditor Jacotech
 
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- Emergency Medical Dispatcher
IRJET- Emergency Medical DispatcherIRJET- Emergency Medical Dispatcher
IRJET- Emergency Medical DispatcherIRJET Journal
 
IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET Journal
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSrahulmonikasharma
 
Gps enabled android application for bus
Gps enabled android application for busGps enabled android application for bus
Gps enabled android application for buseSAT Journals
 
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEIRJET Journal
 
Smart government transportation with cloud security
Smart government transportation with cloud securitySmart government transportation with cloud security
Smart government transportation with cloud securityIRJET Journal
 
Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...IJECEIAES
 
Ambulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAmbulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAndrew Molina
 

Similar to A Review On Pocket Ambulance : Emergency Service (20)

[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Gps enabled android application for bus
Gps enabled android application for busGps enabled android application for bus
Gps enabled android application for bus
 
Smart Data Server for Smart Shops
Smart Data Server for Smart ShopsSmart Data Server for Smart Shops
Smart Data Server for Smart Shops
 
50120140501008
5012014050100850120140501008
50120140501008
 
Taxi Ride Based on Voice Alert System
Taxi Ride Based on Voice Alert SystemTaxi Ride Based on Voice Alert System
Taxi Ride Based on Voice Alert System
 
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...
IRJET- Reducing Transportation Cost by Managing Rides using an Android Applic...
 
An Android Based Intelligent Anti-theft and Tracking System for Automobiles
An Android Based Intelligent Anti-theft and Tracking System for AutomobilesAn Android Based Intelligent Anti-theft and Tracking System for Automobiles
An Android Based Intelligent Anti-theft and Tracking System for Automobiles
 
M1803028995
M1803028995M1803028995
M1803028995
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
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- Emergency Medical Dispatcher
IRJET- Emergency Medical DispatcherIRJET- Emergency Medical Dispatcher
IRJET- Emergency Medical Dispatcher
 
IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPS
 
Gps enabled android application for bus
Gps enabled android application for busGps enabled android application for bus
Gps enabled android application for bus
 
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
 
Smart government transportation with cloud security
Smart government transportation with cloud securitySmart government transportation with cloud security
Smart government transportation with cloud security
 
I am secure android application
I am secure android applicationI am secure android application
I am secure android application
 
Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...Nolong.in: an android based incident notification application with push notif...
Nolong.in: an android based incident notification application with push notif...
 
Ambulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAmbulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS Navigation
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 

Recently uploaded (20)

Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
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
 

A Review On Pocket Ambulance : Emergency Service

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 290 A Review On PocketAmbulance : Emergency Service Akshay Naik1, Vaibhav More2, Sagar Mache3, Saurabh Borude4 1Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India 2Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India 3Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India 4Student, Dept. of Computer Engineering, NBN Sinhgad School of Engineering, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In the last decade, many useful applications for mobile devices are designed to deal with health care issues under Android platform. In this application, an emergency service for mobile devices will be designed. In this, the position function of Global Position System (GPS) and a user friendly interface which will track the location of ambulance is provided. The application is capable for sending emergency notification or phone calls are also included. Nearesthospitals which provides ambulance service are also enlisted with their respective contact details. We How to connect peoplewiththis provided service for emergency service. Key Words: Global PositioningSystem;FireBase;On-tap; Call System; CCR. 1.INTRODUCTION India is developing country and the technology is growing even faster here. We are surrounded by technology and it plays a vital role in our lives. People travel invarietyofplaces and many new things are discovered. But, many people don’t have the proper knowledge of place where they are going to travel. In this case, if there is a medical emergency, they can use this application. The aim of our study is to build a user friendly environment for the clients, so that the customers can efficiently use the services provided by application. The application uses GPS. [1] GPS imparts coded satellite signals which are managed in a GPS receiver, enabling the receiver to calculate all the parameters, thatare, time, velocity and position.Tocalculate positons in three dimensions, four GPS signals are used. The primary objective of installing GPS invehiclesistoaccurately locate them. This project willwill start a new applicationthat will use GPS, a smart system to trackanddispatchambulance to the clients. The nearest ambulance vehicle is located, the routingsandbookingsaredonetransmittedtotheambulance driver using GPS. Errors in the cost or any operational errors are expected to be reduced, through the use of this satellite based computerized tracking system. The location of every ambulance is updated periodically. [1] Emergency notification System is also designed for the personal safety and security of the client. [3] The paper organizes the following sections:  Literature survey is explained in Section 2  System level description in Section 3  Android Application in Section 4  Working in Section 5  FireBase (BaaS) in Section 6  Conclusion in Section 7  Future Scope in Section 8 This document is template. We ask that authors followsome simple guidelines. In essence,weask youtomakeyourpaper look exactly like this document. The easiest way to do this is simply to download the template, and replace(copy-paste) the content with your own material. Number the reference items consecutively in square brackets (e.g. [1]). However the authors name can be used along with the reference number in the running text. The order of reference in the running text should match with the list of references at the end of the paper. 2. LITERATURE SURVEY To determine the exact location of of an object Sanaan Saud, Irtsam Ghazi, Muhammad Rashid Maqbool and Ihtisham ul Haq proposed GPS based autonomous vehicle based system. [1] For vehicle tracking system using GPS and Android OS, Amol Dhumal, Amol Naikoji, Yutika Patwa, Manali Shilimkar and Prof. M. K.Nighot also contributed. [2] Sih-TingZengand Ching-Min Lee proposed a model for personal mobile notification application design for mobile devices. [3] 3. SYSTEM LEVEL DESCRIPTION 3.1 Android Application The android application that will be designed is called “PocketAmbulance”.AndroidApplication“PocketAmbulance” is relatively easy to use and very simple. 3.2 Central Control Room The main function of CCRistocontinuouslyreceivethestatus of Ambulance as well as the requests from the clients.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 291 From the status of the Ambulance, the CCR computes the minimum distance from the client to the nearest Ambulance and then dispatches the nearest Ambulance to the client. [1] 3.3 Navigation Control Room The navigation control system is responsible for helping the ambulance driver to reach the client’s place as soon as possible. Navigation Control System is also responsible to perform the series of tasks pre-allocated to it. [7] 3.4 Graphical User Interface For monitoring purpose,a GUI (Graphical Userinterface)has been developed. The location of all the nearby hospitals and clients is displayed using maps. It also maintains a database, i.e. FireBase, a cloud database used to keep a track of logged in users. [3], [8] 4. ANDROID APPLICATION AndroidApplication,PocketAmbulance’sgraphicallayouthas two buttons. First is the calling button which displays the details such as name, contact number, location co-ordinates, address of the nearbyhospitalswhichprovidetheambulance service. Next is the On-tap button, which allows the client to call the nearest ambulance with just one tap. As soon as the application is started, it will first verify whether the GPS of the device is on, if not then the application will provide a toast notification indicating toturnonthelocationservicesof that particular device.Nextitcheckstheinternetconnectivity of the device, if not then again it provides a toast notification indicating the same. Secondly, it waits for the GPS to lock the location ofthedevice.Thelatitudeandlongitudeco-ordinates are displayed on the GUI, once the location is locked. [1], [3], [5], [6] 4.1 On-CLick Listener The code starts to execute when a button is pressed of the user interface using on click handlers. A class is needed to specify which contains the instance, which are the on click handlers. The system waits for the client to press the button, once the button is pressed it will go on to execution, where the GPS co-ordinates are fetched and sent to a hard coded mobile number. A ClickListener is a listenerobjectthatreacts to ‘click’ events triggered from an input device, such as a mouse. An event object is passed through to the listener when the user performs a click on any of the mouse buttons/wheels.Theeventcontainsinformationontheevent, such as the button that was clicked and how often it was clicked (single-click, double-click, etc.) [1] 4.2 Fetching GPS Coordinates We can use the Android’s Network Location Provider and Global positioning system for developing a location-aware application. GPS is very accurate but only works outdoors. It consumes more power but does not return the accurate location as soon as the clients want. Android’s network location provider can be usedfor indoor purposes. While the client is indoors, it provides the required coordinates by utilizing Wi-Fi signals and cell tower. Also itadds lessbattery consumption to it. The client location is obtained by using both Android’s network location provider and GPS in “PocketAmbulance”. [1], [2], [5] In PocketAmbulance, for finding GPS coordinates, a Location Listener is implemented. By means of callback, the client’s location was found. requestLocationUpdates is to be called and passed to “LocationListener”. When the client’s location changes or status oftheservicechanges,theLocationListener should implementseveralcallbackmethodsthatarecalledby the Location Manager. In theAndroid manifest file,toreceive location updates form GPS_PROVIDER or NETWORK_PROVIDER, user permission are requested by declaring the ACCESS_FINE_LOCATION and ACCESS_COURSE_LOCATION permission. [1], [2], [4], [6] 4.3 SMS/Telephony Manager SMS messages are sent to the client from the android application itself. There are two different ways to do such type of things:  Using Implicit Intent  Using SmsManager class In PocketAmbulance, SmsManager will be used to send messages. The SMS sending is facilitated by the use of SmsManager because it provides an opportunityto customize the functionality. On the other hand, the use of implicit intents means the use of SMS clients and built-in applications on that particular android device. [1], [5] 5. WORKING Android Application, PocketAmbulance has two sides, client side and a server side. On the client’s application, two systems are provided. On-tap System and other is Calling System. On the client’s side 1st the login page will be displayed. The client has to login with the respective user ID and password. Further, the list of nearby hospitals is displayed. Then the list of hospitals is shown on map. The client requests for the service and the ambulance driver accepts the request via CCR (Central Control Room). The detail information of the hospital is displayed on the screen i.e., contact number, address, location coordinates, etc. The working of CCR is as such that it already contains the numbers of both ambulances. As it receives a text message,it will perform a comparison test and detect whether the particular text message wasfromtheambulanceortheclient. If the ambulance is not busy, then CCR will receive the latest coordinates of the ambulance, after that the CCR will update the status of that particular cab as not busy, and then the ambulance will update its coordinates in every 10 seconds automatically. The flowchart of the CCR after receiving request from the user is shown in figure 2. [1] 5.1 Ambulance And Client If the client requests for an ambulance and that particular ambulance isavailable,theCCRsendstheclient’scoordinates to the nearest ambulance and also the CCR will send a confirmation text to the client, and after that the CCR will update the status of the ambulance as busy. Further, the ambulance will be guided by the GPS towards the client. [1]
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 292 5.2 No Vacant Ambulance, Only Client If there is no vacant ambulance available and the client send request of the ambulance to the CCR using smartphone app, then the CCR will send a busy text or another hospital of the nearest location will be displayed to the client. The busy text can be set to something like, “Sorry, noambulancesavailable, please try again after sometime.” [1] Fig – 1 : Application Module Fig – 2 : Working Module at Back-end [1] 6. FIREBASE (BaaS) FireBase is a backend service company and a cloud services provider which is based in San Francisco, California. The company produces a number of products for software developers building web or mobile applications. Firebase’s main product is a real-time database which provides an API that allows developers to store and sync data acrossmultiple clients. This service provides application developers an API that allows application data to besynchronizedacrossclients and stored on Firebase’scloud.TheRESTAPIusestheServer- Sent Events protocol, which is an API for creating HTTP connections for receiving push notifications from a server. Secure file downloads and uploads for your Firebase is provided by Firebase Storage, regardless of network quality. It is backed by Google Cloud Storage, simple, a powerful, and economical object storage service. This cloud database is used to store images, audio, video, or other client-generated content by the developers. [8] The main features of FireBase include the following:  Cloud Messaging  Authentication  Real-time Database  Storage  Notification Alert FireBase helps the user to develop the application, grow the client’s user base. The main advantage of FireBase is each feature works independently. [8] 7. CONCLUSION This proposed system will allow the central control room to track thelocations oftheambulancedriverandtheclient.The system allows to monitor the traveled routes viaa web client which uses Google Maps API and indicate colors on the map to show if the device is on appropriate route. The general evaluation can be done by stating that this application will proved to be reliable in showing the positioning of the devices. It will also display the nearby hospitals with the detailed information such as the latitude and longitude co- ordinates, address of the hospital, contact information of the hospital so that the client can make a call to hospital. The general evaluation can be done by stating that this application will be proved to be reliable by calling the hospital programmatically. [1], [2], [3], [6], [7] 8. FUTURE SCOPE There are several directions of future work. In future, analysis of the various aspects and variations of emergency services in different context is necessary. We would like to work on other emergency services such as fire brigade and police and expand the development of this application. We would also like to introduce the feature of offline maps, so that the client’s job is easier. We would also like to introduce the featureof panic button. When the panic button ispressed the nearest ambulance will reach to the client without any hassle. ACKNOWLEDGEMENT I am thankful tomysupervisorandguideProf.Shwetambari Chiwhane. During the long journey of this study, she supported us in every aspect. She was the one who helped and motivated us to propose research in this field and inspired us with her enthusiasm on research, her experience and her lively character. REFERENCES [1] Irtsam Ghazi, Muhammad Rashid Maqbool, Ihtisham ul Haq, Sanaan Saud, “GPS Based Autonomous Vehicle Navigation and Contol System”, Proeedings of 201613th International Bhurban Conference on Applied Sciences & Tehcnology (IBCAST), 12 – 16 January 2016. [2] Amol Dhumal, Amol Naikoji, Yutika Patwa, Manali Shilimkar, Prof. M.K. Nighot, “Vehicle Tracking System using GPS and Android OS”, International Journal of Advanced Research in Computer Engineering & Technology (IJARCET), Vol. 4 Issue 4, April 2015.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 293 [3] Sih-Ting Zeng, Ching-Min Lee, “Personal Emergency Notification Application Design for Mobile Devices”, Institute of Electrical and Electronics Engineers (IEEE), 2014. [4] Abraham Martin-Campillo, Jon Criwcroft, Eiko Yoneki, Ramon Marti, “Evaluating opportunistic networks in disaster scenarios”, Journal of Network and Computer Applications, 27 November 2012. [5] Zongqing Lu, Guohong Cao and Thomas La Porta, “Networking Smartphones for Disaster Recovery”,IEEE International Conference on Pervasive Computing and Communications, 2016. [6] Hiroki Nishiyama, Masaya Ito, Nei Kato, “Realy-by- Smartphone Realizing Multihop Device-to-Device Communications”, IEEE Communications Magazine, April 2014. [7] Amol Dhumane, Rajesh Prasad, Avinash Bagul, Parag Kulkarni, “CAMRA: Context Aware Multipath Routing Algorithm in Internet of Things”,AdvancesinInnovative Engineering and Technologies, pp.334 – 343,May2016. [8] FireBase, https://en.wikipedia.org/wiki/Firebase