SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 1
MOBILE DISTRIBUTED PERSONAL
SECURITY APPLICATION
Sayli Nikumbh1
, Suchal Gujarathi2
, Shubham Pawar3
,Prof.S.P.Pingat4
Department of Computer Engineering,
Smt.kashibai Navle College of Engineering,Pune
I. INTRODUCTION
We are developing an application in
which user will can call emergency contacts
by just a single click of button given in the
application. The additional thing is after the
click tracking is enabled and the contacts
alerted can see the users live location in their
mobile smartphones on Google Maps using
Google Map API v3.
The idea is, whenever a user feels that
they are in trouble, they just need to pull out
the hand free cord attached to the mobile or
push a single button. By doing so, the system
will immediately notify the predefined
contacts of the user by sending their current
location plotted on a map and some predefined
messages.
GCM for Android is a free service that helps
developers send data from servers to their
Android applications on Android devices, and
upstream messages from the user's device back
to the cloud.
An Android application on an Android
device doesn't need to be running to receive
messages. The system will wake up
the Android application via Intent broadcast
when the message arrives, as long as the
application is set up with the proper broadcast
receiver and permissions.
II.SYSTEM ARCHITECTURE
Fig. 1 System architecture.
GCM for Android is a free service that helps
developers send data from servers to their
Android applications on Android devices, and
upstream messages from the user's device back
to the cloud.
An Android application on an Android device
doesn't need to be running to receive
messages. The system will wake up the
Android application via Intent broadcast when
the message arrives, as long as the application
is set up with the proper broadcast receiver and
permissions.
Abstract:
The goal of this project is to provide a location-based alarm system through which users can broadcast their last known
position in emergency situations. The system will be able to send an SMS or an e-mail containing the user’s location co-
ordinates to the already registered mobile numbers using GCM service. The location information is obtained using GPS
technology and real-time location is shown on the receiver’s application using Google Maps API. In situations where GPS is
not available, the system tracks location using LBS technology
.Keywords: GPS,GCM,LBS Android.
RESEARCH ARTICLE OPEN ACCESS
International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 2
Fig 2.GCM architecture overview
III. TECHNOLOGIES USED
A) GPS
In the past few years, smart mobile devices
have grown cheaper. The GPS sensor present
in these devices provides a huge scope for
location based services. A GPS receiver uses
signals transmitted by GPS satellites to
calculate the exact location in terms of the
latitude, longitude and altitude. GPS devices
retrieve GPS signals from three or more
satellites in the user’s vicinity. With the help
of these signals, the GPS unit calculates data
which includes three-dimensional position,
velocity and time information. Due to the
incorporation of GPS devices in Android and
other smart phones, it is easier to provide such
location based services. Android SDK
provides API for such location based services
since one of the first versions Android 1.5. The
Social Complain Mobile App uses this
technology to find the location of the
complaint.
B) GOOGLE MAPS API
Google Maps is a web mapping
service application provided by Google Inc[8].
It provides street maps and satellite imagery of
all locations across the globe. The Google
maps Application Programming Interface
(API) allows developers to embed the maps
into their applications. This API is used in
GPSCRS for detecting the administrative area
of the complaint and plotting all the registered
complaints on the map.
C) LOCATION BASED SERVICES
Location-based services (LBS) are a general
class of computer program-level services that
use location data to control features. As such
LBS is an information service and has a
number of uses in social networking today as
an entertainment service, which is accessible
with mobile devices through the mobile
network and which uses information on the
geographical position of the mobile device.
This has become more and more important
with the expansion of the smart phone and
tablet markets as well.
LBS are used in a variety of contexts,
such as health, indoor object
search, entertainment, work, personal life,
etc.LBS include services to identify a
location of a person or object, such as
discovering the nearest banking cash machine
(a.k.a. ATM) or the whereabouts of a friend or
employee. LBS include parcel tracking
and vehicle tracking services. LBS can
include mobile commerce when taking the
form of coupons or advertising directed at
customers based on their current location.
They include personalized weather services
and even location-based games
Fig 3.Location Based Service Overview.
International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 3
1) MATHEMATICAL CALCULATION
Fig.3 Coordinates Calculation
• Our goal is to calculate the coordinates of
the approximate location O ( o, o).
• Let O1(x1, y1), O2(x2, y2), O3(x3, y3) be
the coordinates of the three towers or
access points, and set r1, r2, r3 as a radius
of each circle.
• A(xa, ya), B(xa, yb), C(xc, yc), D(xd, yd)
are points of intersection between O1∧
O2, O1∧O3.
• Using the second order equation group
with two unknowns, we will get
coordinate values of A(xa, ya), B(xb, yb),
C(xc, yc), D(xd, yd). Now we know
coordinate of A, B, C, D, so there are two
straight lines between A, B and C, D.
• The point of intersection between these
two lines is what we need calculate.
Therefore using the slope intercept
equation, the slopes K1, K2 and intercepts
B1, B2 can be calculated for lines between
A, B and C, D by the equation group:
ya=K1.xa+B1
yb=K1.xb+B1
• Since the cell phone must be located at the
overlapping area of all three cell towers,
two straight lines must intersect at a point
in the overlapping area. The coordinates of
that point is our goal.
• We apply the slope intercept equation
group for both straight lines A, B and C,
D.
yo=K1.xo+B1
yo=K1.xo+B2
• The O(xo, yo) are the approximate
coordinates which we used to get the
location without GPS.
IV.PROPOSED SYSTEM
Proposal of an integrated android application
based on location information.The discussion
in the previous section motivates us to adopt
the design principle that the following
functions are realized “on the spot”:
(1) Creating and editing event in case of
emergency
(2) System to upload location information
(3)System to track the real time location based
on GPS and LBS.
(4) Customizable contact list based on User’s
choice
(5)Alert messages can be sent via SMS and e-
mail.
(6) Displaying search results on the screen.
Fig 5.User-System interaction
On the other hand, the user access the
web server with the mobile phone equipped
with location information acquiring function, a
java virtual machine and a WAP browser. Data
exchange between the user module on the
server side and the Java client on the user side
is conducted in XML format. The user module
International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015
ISSN: 2395-1303 http://www.ijetjournal.org Page 4
translates the XML format to the WML
(Wireless Markup Language) / CSS
(Cascading Style Sheet) format for the mobile
phone to browse, and store both formats in the
database. The search module provides a
function to use the location of the user and a
geographical range as a search condition in
addition to keywords in text format.
The response module obtains the
requested web content from the database, and
transfers it to the mobile phone in the WML
format. The structure of the functional
modules in the proposed system is shown in
Fig. 5. We propose
to use “apache” for the web server, MySQL
for the DBMS and PHP for coordinating both
entities. Also, we use J2ME for java
application runtime environment on the mobile
phone, MIDP, which is a profile for a mobile
phone and KDDI-P, which is a profile
provided by KDDI for GPS functions. For the
communications between the Java client or the
WAP browser on the client side and the web
applications on the web server side, HTTP is
supported and used.
V.CONCLUSION
Our system proposes the idea to create
a mobile application which can help us
emergency. Just one click and you can send
alert message to your trustworthy contacts.
This application makes complaints
easier to co-ordinate, monitor and resolve. The
aim behind this project is to make cities a
better place to live. In this project we have
proposed a technique for evaluating the safety
of users,that combines the predicted safety of
the user’s location with the aggregated safety
of the people co-located with the user.
This project aims to enable the vision
of smart and safe cities, by using mobile
technologies to securely and privately extract,
model and embed real time public safety into
day-to-day user experiences. The ability of
existing forecasting techniques is used to
deduce future safety values.
ACKNOWLEDGMENT
We would like to thank Professor
S.P.Pingat,Asst Professor, Computer
Department,SKNCOE for his
valuable guidance in writing this paper
REFERENCES
[1] Kanagaraj S. A., Arjun G., “Cheeka: A
Mobile Application for Personal Security”,
IEEE Journal 2013.
[2] Yang Guo, “A Mobile Distributed System
for Personal Security”, IEEE 2012.
[3] Design and development of gps-
gsmbasedtracking system with googlemap
basedmonitoringIEEE June 2013
[4] Nagaraja, B. G.; Rayappa, R.; Mahesh,
M.; Patil, C.M.; Manjunath, T. C., "Design &
Development of a GSM Based Vehicle Theft
Control System," Advanced Computer
Control, 2009. ICACC '09.International
Conference on , vol., no., pp.148,152, 22-24
Jan. 2009
[5] Fleischer, P.B.; Nelson, A.Y.; Sowah,
R.A.; Bremang, A., "Design and development
of GPS/GSM based vehicle tracking and alert
system for commercial inter-city buses,"
Adaptive Science &Technology (ICAST),
2012 IEEE 4th International Conference on ,
vol., no., pp.1,6, 25-27 Oct. 2012
[6] Abed khan M.E.(Student), , Ravi Mishra,
“GPS – GSM Based Tracking System”
SSCET, CSVTU, Bhilai, India International
Journal of Engineering Trends and
Technology- vol.3,no.,pp,161-164,2012
[7] Xiaotao Wu and Henning Schulzrinne,
Location-based Services in Internet
Telephony ieee in 2004

More Related Content

What's hot

Augmented Reality Technology
Augmented Reality TechnologyAugmented Reality Technology
Augmented Reality TechnologyIbrahim MH
 
ReminThereALocation-BasedRemindersApplication
ReminThereALocation-BasedRemindersApplicationReminThereALocation-BasedRemindersApplication
ReminThereALocation-BasedRemindersApplicationRichard Connon
 
Iaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd Iaetsd
 
Lecture Slides for Location based Services [Android]
Lecture Slides for Location based Services [Android]Lecture Slides for Location based Services [Android]
Lecture Slides for Location based Services [Android]Nehil Jain
 
IRJET - Optimized Travel Planner
IRJET -  	  Optimized Travel PlannerIRJET -  	  Optimized Travel Planner
IRJET - Optimized Travel PlannerIRJET Journal
 
Location-based Services - Introduction
Location-based Services - IntroductionLocation-based Services - Introduction
Location-based Services - Introductionaxelkuepper
 
IRJET-A Survey on Augmented Reality Technologies and Applications
IRJET-A Survey on Augmented Reality Technologies and ApplicationsIRJET-A Survey on Augmented Reality Technologies and Applications
IRJET-A Survey on Augmented Reality Technologies and ApplicationsIRJET Journal
 
Augmented Reality for Architects
Augmented Reality for ArchitectsAugmented Reality for Architects
Augmented Reality for ArchitectsGaurav Kudalkar
 
Location Based Services: Business Model
Location Based Services: Business ModelLocation Based Services: Business Model
Location Based Services: Business ModelEvangelos Tselentis
 
Introduction to Location-Based Service (LBS)
Introduction to Location-Based Service (LBS)Introduction to Location-Based Service (LBS)
Introduction to Location-Based Service (LBS)Yi-Hsueh Tsai
 
Location Based services
Location Based servicesLocation Based services
Location Based servicesFraj Alshahibi
 
Augmented reality(my ppt)
Augmented reality(my ppt)Augmented reality(my ppt)
Augmented reality(my ppt)Srilakshmi Alla
 
Location Based Services - An Overview
Location Based Services - An Overview Location Based Services - An Overview
Location Based Services - An Overview amsanjeev
 
Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.iCreateWorld
 

What's hot (20)

Augmented Reality Technology
Augmented Reality TechnologyAugmented Reality Technology
Augmented Reality Technology
 
Location based services
Location based servicesLocation based services
Location based services
 
ReminThereALocation-BasedRemindersApplication
ReminThereALocation-BasedRemindersApplicationReminThereALocation-BasedRemindersApplication
ReminThereALocation-BasedRemindersApplication
 
Clean India Android APP
Clean India Android APPClean India Android APP
Clean India Android APP
 
Iaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gps
 
Augmented Reality
Augmented RealityAugmented Reality
Augmented Reality
 
Lecture Slides for Location based Services [Android]
Lecture Slides for Location based Services [Android]Lecture Slides for Location based Services [Android]
Lecture Slides for Location based Services [Android]
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
IRJET - Optimized Travel Planner
IRJET -  	  Optimized Travel PlannerIRJET -  	  Optimized Travel Planner
IRJET - Optimized Travel Planner
 
Location-based Services - Introduction
Location-based Services - IntroductionLocation-based Services - Introduction
Location-based Services - Introduction
 
IRJET-A Survey on Augmented Reality Technologies and Applications
IRJET-A Survey on Augmented Reality Technologies and ApplicationsIRJET-A Survey on Augmented Reality Technologies and Applications
IRJET-A Survey on Augmented Reality Technologies and Applications
 
Augmented Reality for Architects
Augmented Reality for ArchitectsAugmented Reality for Architects
Augmented Reality for Architects
 
Location Based Services: Business Model
Location Based Services: Business ModelLocation Based Services: Business Model
Location Based Services: Business Model
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
Introduction to Location-Based Service (LBS)
Introduction to Location-Based Service (LBS)Introduction to Location-Based Service (LBS)
Introduction to Location-Based Service (LBS)
 
Location Based services
Location Based servicesLocation Based services
Location Based services
 
Augmented reality(my ppt)
Augmented reality(my ppt)Augmented reality(my ppt)
Augmented reality(my ppt)
 
Challenges In Augmented Reality
Challenges In Augmented RealityChallenges In Augmented Reality
Challenges In Augmented Reality
 
Location Based Services - An Overview
Location Based Services - An Overview Location Based Services - An Overview
Location Based Services - An Overview
 
Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.
 

Viewers also liked

Church media director performance appraisal
Church media director performance appraisalChurch media director performance appraisal
Church media director performance appraisalsophiakara32
 
แข่งขัน Spelling bee
แข่งขัน Spelling beeแข่งขัน Spelling bee
แข่งขัน Spelling beeABELE Snvip
 
Murodelamistica 140316133312-phpapp01
Murodelamistica 140316133312-phpapp01Murodelamistica 140316133312-phpapp01
Murodelamistica 140316133312-phpapp01gus1294
 
Customer Experience VS User Experience
Customer Experience VS User ExperienceCustomer Experience VS User Experience
Customer Experience VS User ExperienceParis
 
Autonomous vehicles: becoming economically feasible through improvements in l...
Autonomous vehicles: becoming economically feasible through improvements in l...Autonomous vehicles: becoming economically feasible through improvements in l...
Autonomous vehicles: becoming economically feasible through improvements in l...Jeffrey Funk
 

Viewers also liked (11)

Church media director performance appraisal
Church media director performance appraisalChurch media director performance appraisal
Church media director performance appraisal
 
แข่งขัน Spelling bee
แข่งขัน Spelling beeแข่งขัน Spelling bee
แข่งขัน Spelling bee
 
iVimConf
iVimConfiVimConf
iVimConf
 
Murodelamistica 140316133312-phpapp01
Murodelamistica 140316133312-phpapp01Murodelamistica 140316133312-phpapp01
Murodelamistica 140316133312-phpapp01
 
Fútbol
FútbolFútbol
Fútbol
 
บทสรุปเหตุการณ์ต่อสู้ของ
บทสรุปเหตุการณ์ต่อสู้ของบทสรุปเหตุการณ์ต่อสู้ของ
บทสรุปเหตุการณ์ต่อสู้ของ
 
Liptak
LiptakLiptak
Liptak
 
Forex 101 điều cần biết
Forex 101 điều cần biếtForex 101 điều cần biết
Forex 101 điều cần biết
 
Customer Experience VS User Experience
Customer Experience VS User ExperienceCustomer Experience VS User Experience
Customer Experience VS User Experience
 
Autonomous vehicles: becoming economically feasible through improvements in l...
Autonomous vehicles: becoming economically feasible through improvements in l...Autonomous vehicles: becoming economically feasible through improvements in l...
Autonomous vehicles: becoming economically feasible through improvements in l...
 
ALIMENTACIÓN PRINCIPAL
ALIMENTACIÓN PRINCIPAL ALIMENTACIÓN PRINCIPAL
ALIMENTACIÓN PRINCIPAL
 

Similar to [IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat

THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...Ibrahim Özgön
 
Ijsartv6 i336124
Ijsartv6 i336124Ijsartv6 i336124
Ijsartv6 i336124aissmsblogs
 
Open source spatial database for mobile devices
Open source spatial database for mobile devicesOpen source spatial database for mobile devices
Open source spatial database for mobile devicesAlexander Decker
 
IRJET- University Campus Event Navigation System
IRJET-  	  University Campus Event Navigation System   IRJET-  	  University Campus Event Navigation System
IRJET- University Campus Event Navigation System IRJET Journal
 
A Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency ServiceA Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency ServiceIRJET Journal
 
Smart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemSmart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemIOSR Journals
 
13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)IAESIJEECS
 
Androidbasedtaskschedulerandindicator (2).pdf
Androidbasedtaskschedulerandindicator (2).pdfAndroidbasedtaskschedulerandindicator (2).pdf
Androidbasedtaskschedulerandindicator (2).pdfShubhamDiggikar
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformAlexander Decker
 
ANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONcsandit
 
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...TELKOMNIKA JOURNAL
 
A change of profile based on location
A change of profile based on locationA change of profile based on location
A change of profile based on locationeSAT Journals
 
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
 
IRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management SystemIRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management SystemIRJET Journal
 
Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification IRJET Journal
 
Indoor gps via QR codes
Indoor gps via QR codesIndoor gps via QR codes
Indoor gps via QR codesVaibhav Sharma
 
Hazard object reporting to respective authorities
Hazard object reporting to respective authoritiesHazard object reporting to respective authorities
Hazard object reporting to respective authoritieseSAT Journals
 
Hazard object reporting to respective authorities
Hazard object reporting to respective authoritiesHazard object reporting to respective authorities
Hazard object reporting to respective authoritieseSAT Publishing House
 

Similar to [IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat (20)

THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
 
Ijsartv6 i336124
Ijsartv6 i336124Ijsartv6 i336124
Ijsartv6 i336124
 
Open source spatial database for mobile devices
Open source spatial database for mobile devicesOpen source spatial database for mobile devices
Open source spatial database for mobile devices
 
IRJET- University Campus Event Navigation System
IRJET-  	  University Campus Event Navigation System   IRJET-  	  University Campus Event Navigation System
IRJET- University Campus Event Navigation System
 
A Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency ServiceA Review On Pocket Ambulance : Emergency Service
A Review On Pocket Ambulance : Emergency Service
 
Smart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating SystemSmart Way to Track the Location in Android Operating System
Smart Way to Track the Location in Android Operating System
 
50120140501008
5012014050100850120140501008
50120140501008
 
13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)
 
Androidbasedtaskschedulerandindicator (2).pdf
Androidbasedtaskschedulerandindicator (2).pdfAndroidbasedtaskschedulerandindicator (2).pdf
Androidbasedtaskschedulerandindicator (2).pdf
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platform
 
ANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATION
 
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
PRO-VAS: utilizing AR and VSLAM for mobile apps development in visualizing ob...
 
A change of profile based on location
A change of profile based on locationA change of profile based on location
A change of profile based on location
 
Gps enabled android application for bus
Gps enabled android application for busGps enabled android application for bus
Gps enabled android application for bus
 
IRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management SystemIRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management System
 
IJET-V3I1P6
IJET-V3I1P6IJET-V3I1P6
IJET-V3I1P6
 
Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification Location Based Services, Change in Profile and Notification
Location Based Services, Change in Profile and Notification
 
Indoor gps via QR codes
Indoor gps via QR codesIndoor gps via QR codes
Indoor gps via QR codes
 
Hazard object reporting to respective authorities
Hazard object reporting to respective authoritiesHazard object reporting to respective authorities
Hazard object reporting to respective authorities
 
Hazard object reporting to respective authorities
Hazard object reporting to respective authoritiesHazard object reporting to respective authorities
Hazard object reporting to respective authorities
 

More from IJET - International Journal of Engineering and Techniques

More from IJET - International Journal of Engineering and Techniques (20)

healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
 
verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...
 
Ijet v5 i6p18
Ijet v5 i6p18Ijet v5 i6p18
Ijet v5 i6p18
 
Ijet v5 i6p17
Ijet v5 i6p17Ijet v5 i6p17
Ijet v5 i6p17
 
Ijet v5 i6p16
Ijet v5 i6p16Ijet v5 i6p16
Ijet v5 i6p16
 
Ijet v5 i6p15
Ijet v5 i6p15Ijet v5 i6p15
Ijet v5 i6p15
 
Ijet v5 i6p14
Ijet v5 i6p14Ijet v5 i6p14
Ijet v5 i6p14
 
Ijet v5 i6p13
Ijet v5 i6p13Ijet v5 i6p13
Ijet v5 i6p13
 
Ijet v5 i6p12
Ijet v5 i6p12Ijet v5 i6p12
Ijet v5 i6p12
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
Ijet v5 i6p10
Ijet v5 i6p10Ijet v5 i6p10
Ijet v5 i6p10
 
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
Ijet v5 i6p2
 
IJET-V3I2P24
IJET-V3I2P24IJET-V3I2P24
IJET-V3I2P24
 
IJET-V3I2P23
IJET-V3I2P23IJET-V3I2P23
IJET-V3I2P23
 
IJET-V3I2P22
IJET-V3I2P22IJET-V3I2P22
IJET-V3I2P22
 
IJET-V3I2P21
IJET-V3I2P21IJET-V3I2P21
IJET-V3I2P21
 
IJET-V3I2P20
IJET-V3I2P20IJET-V3I2P20
IJET-V3I2P20
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
IJET-V3I2P18
IJET-V3I2P18IJET-V3I2P18
IJET-V3I2P18
 
IJET-V3I2P17
IJET-V3I2P17IJET-V3I2P17
IJET-V3I2P17
 

Recently uploaded

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 

[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat

  • 1. International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 1 MOBILE DISTRIBUTED PERSONAL SECURITY APPLICATION Sayli Nikumbh1 , Suchal Gujarathi2 , Shubham Pawar3 ,Prof.S.P.Pingat4 Department of Computer Engineering, Smt.kashibai Navle College of Engineering,Pune I. INTRODUCTION We are developing an application in which user will can call emergency contacts by just a single click of button given in the application. The additional thing is after the click tracking is enabled and the contacts alerted can see the users live location in their mobile smartphones on Google Maps using Google Map API v3. The idea is, whenever a user feels that they are in trouble, they just need to pull out the hand free cord attached to the mobile or push a single button. By doing so, the system will immediately notify the predefined contacts of the user by sending their current location plotted on a map and some predefined messages. GCM for Android is a free service that helps developers send data from servers to their Android applications on Android devices, and upstream messages from the user's device back to the cloud. An Android application on an Android device doesn't need to be running to receive messages. The system will wake up the Android application via Intent broadcast when the message arrives, as long as the application is set up with the proper broadcast receiver and permissions. II.SYSTEM ARCHITECTURE Fig. 1 System architecture. GCM for Android is a free service that helps developers send data from servers to their Android applications on Android devices, and upstream messages from the user's device back to the cloud. An Android application on an Android device doesn't need to be running to receive messages. The system will wake up the Android application via Intent broadcast when the message arrives, as long as the application is set up with the proper broadcast receiver and permissions. Abstract: The goal of this project is to provide a location-based alarm system through which users can broadcast their last known position in emergency situations. The system will be able to send an SMS or an e-mail containing the user’s location co- ordinates to the already registered mobile numbers using GCM service. The location information is obtained using GPS technology and real-time location is shown on the receiver’s application using Google Maps API. In situations where GPS is not available, the system tracks location using LBS technology .Keywords: GPS,GCM,LBS Android. RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 2 Fig 2.GCM architecture overview III. TECHNOLOGIES USED A) GPS In the past few years, smart mobile devices have grown cheaper. The GPS sensor present in these devices provides a huge scope for location based services. A GPS receiver uses signals transmitted by GPS satellites to calculate the exact location in terms of the latitude, longitude and altitude. GPS devices retrieve GPS signals from three or more satellites in the user’s vicinity. With the help of these signals, the GPS unit calculates data which includes three-dimensional position, velocity and time information. Due to the incorporation of GPS devices in Android and other smart phones, it is easier to provide such location based services. Android SDK provides API for such location based services since one of the first versions Android 1.5. The Social Complain Mobile App uses this technology to find the location of the complaint. B) GOOGLE MAPS API Google Maps is a web mapping service application provided by Google Inc[8]. It provides street maps and satellite imagery of all locations across the globe. The Google maps Application Programming Interface (API) allows developers to embed the maps into their applications. This API is used in GPSCRS for detecting the administrative area of the complaint and plotting all the registered complaints on the map. C) LOCATION BASED SERVICES Location-based services (LBS) are a general class of computer program-level services that use location data to control features. As such LBS is an information service and has a number of uses in social networking today as an entertainment service, which is accessible with mobile devices through the mobile network and which uses information on the geographical position of the mobile device. This has become more and more important with the expansion of the smart phone and tablet markets as well. LBS are used in a variety of contexts, such as health, indoor object search, entertainment, work, personal life, etc.LBS include services to identify a location of a person or object, such as discovering the nearest banking cash machine (a.k.a. ATM) or the whereabouts of a friend or employee. LBS include parcel tracking and vehicle tracking services. LBS can include mobile commerce when taking the form of coupons or advertising directed at customers based on their current location. They include personalized weather services and even location-based games Fig 3.Location Based Service Overview.
  • 3. International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 3 1) MATHEMATICAL CALCULATION Fig.3 Coordinates Calculation • Our goal is to calculate the coordinates of the approximate location O ( o, o). • Let O1(x1, y1), O2(x2, y2), O3(x3, y3) be the coordinates of the three towers or access points, and set r1, r2, r3 as a radius of each circle. • A(xa, ya), B(xa, yb), C(xc, yc), D(xd, yd) are points of intersection between O1∧ O2, O1∧O3. • Using the second order equation group with two unknowns, we will get coordinate values of A(xa, ya), B(xb, yb), C(xc, yc), D(xd, yd). Now we know coordinate of A, B, C, D, so there are two straight lines between A, B and C, D. • The point of intersection between these two lines is what we need calculate. Therefore using the slope intercept equation, the slopes K1, K2 and intercepts B1, B2 can be calculated for lines between A, B and C, D by the equation group: ya=K1.xa+B1 yb=K1.xb+B1 • Since the cell phone must be located at the overlapping area of all three cell towers, two straight lines must intersect at a point in the overlapping area. The coordinates of that point is our goal. • We apply the slope intercept equation group for both straight lines A, B and C, D. yo=K1.xo+B1 yo=K1.xo+B2 • The O(xo, yo) are the approximate coordinates which we used to get the location without GPS. IV.PROPOSED SYSTEM Proposal of an integrated android application based on location information.The discussion in the previous section motivates us to adopt the design principle that the following functions are realized “on the spot”: (1) Creating and editing event in case of emergency (2) System to upload location information (3)System to track the real time location based on GPS and LBS. (4) Customizable contact list based on User’s choice (5)Alert messages can be sent via SMS and e- mail. (6) Displaying search results on the screen. Fig 5.User-System interaction On the other hand, the user access the web server with the mobile phone equipped with location information acquiring function, a java virtual machine and a WAP browser. Data exchange between the user module on the server side and the Java client on the user side is conducted in XML format. The user module
  • 4. International Journal of Engineering and Techniques - Volume 1 Issue3, May – June 2015 ISSN: 2395-1303 http://www.ijetjournal.org Page 4 translates the XML format to the WML (Wireless Markup Language) / CSS (Cascading Style Sheet) format for the mobile phone to browse, and store both formats in the database. The search module provides a function to use the location of the user and a geographical range as a search condition in addition to keywords in text format. The response module obtains the requested web content from the database, and transfers it to the mobile phone in the WML format. The structure of the functional modules in the proposed system is shown in Fig. 5. We propose to use “apache” for the web server, MySQL for the DBMS and PHP for coordinating both entities. Also, we use J2ME for java application runtime environment on the mobile phone, MIDP, which is a profile for a mobile phone and KDDI-P, which is a profile provided by KDDI for GPS functions. For the communications between the Java client or the WAP browser on the client side and the web applications on the web server side, HTTP is supported and used. V.CONCLUSION Our system proposes the idea to create a mobile application which can help us emergency. Just one click and you can send alert message to your trustworthy contacts. This application makes complaints easier to co-ordinate, monitor and resolve. The aim behind this project is to make cities a better place to live. In this project we have proposed a technique for evaluating the safety of users,that combines the predicted safety of the user’s location with the aggregated safety of the people co-located with the user. This project aims to enable the vision of smart and safe cities, by using mobile technologies to securely and privately extract, model and embed real time public safety into day-to-day user experiences. The ability of existing forecasting techniques is used to deduce future safety values. ACKNOWLEDGMENT We would like to thank Professor S.P.Pingat,Asst Professor, Computer Department,SKNCOE for his valuable guidance in writing this paper REFERENCES [1] Kanagaraj S. A., Arjun G., “Cheeka: A Mobile Application for Personal Security”, IEEE Journal 2013. [2] Yang Guo, “A Mobile Distributed System for Personal Security”, IEEE 2012. [3] Design and development of gps- gsmbasedtracking system with googlemap basedmonitoringIEEE June 2013 [4] Nagaraja, B. G.; Rayappa, R.; Mahesh, M.; Patil, C.M.; Manjunath, T. C., "Design & Development of a GSM Based Vehicle Theft Control System," Advanced Computer Control, 2009. ICACC '09.International Conference on , vol., no., pp.148,152, 22-24 Jan. 2009 [5] Fleischer, P.B.; Nelson, A.Y.; Sowah, R.A.; Bremang, A., "Design and development of GPS/GSM based vehicle tracking and alert system for commercial inter-city buses," Adaptive Science &Technology (ICAST), 2012 IEEE 4th International Conference on , vol., no., pp.1,6, 25-27 Oct. 2012 [6] Abed khan M.E.(Student), , Ravi Mishra, “GPS – GSM Based Tracking System” SSCET, CSVTU, Bhilai, India International Journal of Engineering Trends and Technology- vol.3,no.,pp,161-164,2012 [7] Xiaotao Wu and Henning Schulzrinne, Location-based Services in Internet Telephony ieee in 2004