Vous êtes sur la page 1sur 10

Abstract

In our system, the Global Positioning System is used to identify the located area in real time. From our system a user can easily identify the route of source and destination. When we reached near the route, an alert will be raised. The main goal of our web service is to get address (Location) information from the client and return the proper latitude and longitude to track and point the GPS location. This system was designed to aid transit riders with special needs to increase their level of independence and their care-takers level of security. Recording route and used by the special needed people to travel on that path with voice alerts.

2.1 Existing System or Overview


In the existing system, only identifies the route from source station to destination. Only able to find the location of the specified location. There were no alerts raised or no any intimation given to the users before the destination point reached. In securable i.e. any unknown persons or guest are also used to trace the route.

2.2 Feasibility Study


The feasibility of the project is analyzed in this phase and business proposal is put forth with a very general plan for the project and some cost estimates. During system analysis the feasibility study of the proposed system is to be carried out. This is to ensure that the proposed system is not a burden to the company. For feasibility analysis, some understanding of the major requirements for the system is essential.

Three key considerations involved in the feasibility analysis are 1. ECONOMICAL FEASIBILITY 2. TECHNICAL FEASIBILITY 3. SOCIAL FEASIBILITY

ECONOMICAL FEASIBILITY This study is carried out to check the economic impact that the system will have on the organization. The amount of fund that the company can pour into the research and development of the system is limited. The expenditures must be justified. Thus the developed system as well within the budget and this was achieved because most of the technologies used are freely available. Only the customized products had to be purchased.

TECHNICAL FEASIBILITY

This study is carried out to check the technical feasibility, that is, the technical requirements of the system. Any system developed must not have a high demand on the available technical resources. This will lead to high demands on the available technical resources. This will lead to high demands being placed on the client. The developed system must have a modest requirement, as only minimal or null changes are required for implementing this system.

SOCIAL FEASIBILITY The aspect of study is to check the level of acceptance of the system by the user. This includes the process of Gaming the user to use the system efficiently. The user must not feel threatened by the system, instead must accept it as a necessity.

The level of acceptance by the users solely depends on the methods that are employed to educate the user about the system and to make him familiar with it. His level of confidence must be raised so that he is also able to make some constructive criticism, which is welcomed, as he is the final user of the system.

3. System Analysis 3.1 Proposed System


In our system, we can able to find the registered person or friend can be identified. Alerts will be raised before we reached to the destination point, as to confirm the path is correct. Send the notifications to the friends as to confirm the path and ask them to come or go to the destination Location. More securable as only registered candidates may trace and find all the route and friends.

3.2 Methodology
The stop detection algorithm on the mobile phone must be extremely efficient because of the limitations of computing resources on the phone that prevents advanced spatial queries and the lack of complex spatial data from the Google Transit Feed that would define the actual path the bus travels. For the TAD project, a simple geo-fencing algorithm was implemented that detected when the device comes within a certain distance of the destination bus stop while the user is travelling on the bus. It is desired that the geo-fence radius from the destination stop be maximized to give the alert to the user as soon as possible to allow him/her to prepare to exit the bus. However, to prevent the Pull the cord now! notification from being triggered too soon, the radius of the geo-fence cannot exceed the distance between the second-to last stop and the destination stop.

Several of the occasions where TAD gave the notification to the rider too close to the destination stop could potentially be improved by a more advanced stop detection algorithm based on the knowledge of the location of the second-to-last bus stop in coordination with other measurements. This advanced algorithm could also potentially give riders alerts while they are travelling on the bus much earlier while avoiding the problem of giving the alert too early.

1. Software and Hardware Requirements


SOFTWARE REQUIREMENT

Front End/GUI Tool Operating System Application

: : :

Microsoft Visual studio 2008 Windows Family Windows Application

HARDWARE REQUIREMENT

Processor RAM Hard Disk Drive Monitor Mobile

: Pentium dual core : 1 GB : 80 GB : 17 Color Monitor : Android V2.0 or latest

1. Set Route 2. Find Friends via GPS 3. Send notification 4. View Friends via PC

Modules Description:

6.1 Set Route


GPS Provider: The Global Positioning System (GPS) is a space-based satellite navigation system that provides location and time information in all weather, anywhere on or near the Earth, where there is an unobstructed line of sight to four or more GPS satellites. Communication of the GPS co-ordinates and perhaps open up a 2 way call using GSM so that a further assessment of the situation can be obtained. These co-ordinates can be used with Google to provide a free of charge tracking solution which will give a map or satellite view of the handheld tracker location. So in our project GPS is mainly used to track the position of the travelling person i.e. the latitude and longitude for the tracking purpose. The main goal for GPS is to tracking the

Latitude
When looking at a map, latitude lines run horizontally. Latitude lines are also known as parallels since they are parallel and are an equal distant from each other. Degrees latitude are numbered from 0 to 90 north and south. Zero degrees are the equator, the imaginary line which divides our planet into the northern and southern hemispheres. 90 north is the North Pole and 90 south is the South Pole.

Longitude
The vertical longitude lines are also known as meridians. Zero degrees longitude is located at Greenwich, England (0). The degrees continue 180 east and 180 west where they meet and form the International Date Line in the Pacific Ocean. MAP APIs: The Google Maps API provides the web services as an interface for requesting Maps API data from external services and using them within our Maps applications. These services are designed to be used in conjunction with a map, as per the Maps API Terms of Service License Restrictions. These web services use HTTP requests to specific URLs, passing URL parameters as arguments to the services. Generally, these services return data in the HTTP request XML for parsing and/or processing by our application. A typical Web Service request is generally of the following form: http://maps.googleapis.com/maps/api/service/output?parameters Where service indicates the particular service requested and output indicates the response format (usually xml). Use of the Google Maps API(s) now requires that you indicate whether your application is using a sensor (such as a GPS locator) to determine the user's location in any Maps API library or service requests. This is especially important for mobile devices. If your Google Maps API application uses any form of sensor to determine the location of the device accessing your application, you must declare this with a sensor parameter value of true.

Satellite

Google Server

INTERNET

GPS Device

Google API

6.2 Find Friends via GPS


To find the friends, allows mobile phone users to locate friends using Global Positioning Satellite technology on a cell phone. The service, which is being offered on Boost Mobile, provides a real-time cell-phone map that pinpoints the location of friends who have agreed to be tracked. Their location is accurate to within the coverage feet under peak conditions. See the location of any friend or family member, with their permission, through their cell phone. I Phones and Android phones are always free to locate. See your friends and family members locations on a map. Update locations on demand at any time. This project uses cell tower triangulation to improve accuracy of position, besides reading off the GPS coordinates from the phone. Anyone with a cell phone on the network can be tracked. You are able to track the designated individuals from your mobile or a PC. Best accuracies are possible when the phones work with GPS and have clear line of sight with the GPS satellites. People being tracked are given periodic alerts that they are being tracked via text messages. You can receive the location data on a PC or a mobile phone.

Google Map API

Friend-3 Google Server

Get Friend Location

SERVER

Friend-2 Friend-1

Vous aimerez peut-être aussi