SlideShare a Scribd company logo
1 of 26
Download to read offline
1 K.I.T. College Of Engg. Kolhapur.
KIT's College of Engineering,
GokulShirgaon, Kolhapur-416234
RADIO CAB NAVIGATION SYSTEM
PROJECT REPORT
OF MAJOR PROJECT
Phase-II
Under the Guidance of
Mr. Patil T.B.
SUBMITTED BY
Sujit Shelar
ShivrajTelangi
Sanmeet Bamane
BACHELOR OF ENGINEERING
Information Technology
2014-15
2 K.I.T. College Of Engg. Kolhapur.
Certificate
This is to certify that the midterm work of project (Design Report) titled as
“Radio Cab Navigation system” has been completed successfully by the following
students under the guidance of Prof.T.B.Patil as a partial fulfillment prescribed by the
Shivaji University, Kolhapur for the examination of Final Year (Eight semester) in
Information Technology during the year 2014-2015.
Mr.Sujit Shelar
Ms.ShivrajTelangi
Mr.Sanmeet Bamane
Place: KIT Kolhapur
Date: 10/4/2015
Mr.T.B.Patil
Dr.V.V.Karjinni
HOD IT (Guide) Principal
External
3 K.I.T. College Of Engg. Kolhapur.
Abstract
It’s an upcoming idea of Location based Services & can be used in day to day life
application is the most challenging part.
Defining this application we can study & implement the current technologies used in
development & useful for our career.
We are going to use GPS for locating the position of vehicle. We will also find the
speed of the vehicle in real time to find whether a driver is adhering to the speed limits.
 We can track cab through android application using GPS to find out where
a cab is using a web application which requires user login
 We can also find out speed and if driver breaks speed then we can find them
accordingly.
 Parents can also see the current location of their kids through real time update.
 When a stop comes we can intimate the administrator.
4 K.I.T. College Of Engg. Kolhapur.
Table of Contents
1. Introduction...…………………………………………………….1
1.1 Objective of the project…………………………….………….1
1.2 Scope of the project………………...…………………………1
1.3 Problem definition…..…………………….…………………..2
2. Literature Review…………………………...…………………....2
2.1 Existing System…………….………………………………...2
2.2 Proposed System………………………..……………….…....2
2.3 Methodology……………………………..…………………...3
2.4 Bibliography………………………………..………………….3
3. Requirement Specifications……………………………………...4
3.1 User Interfaces……….……………………..………………….4
3.2 Hardware Interfaces...………………………..…….................8
3.3 Software Interfaces……………………………..……………...8
3.4 Functional Requirements………………………...…………….9
3.5 Non-Functional Requirements……………………..………….11
4. SystemDesign…………………………………..………...……...12
4.1 Overall System Design diagram……………………….……...12
4.2 ER Diagram……………………………………………………15
4.3 DFD…………………………………………………….……...16
4.4 Class Diagram………………………………………………….17
4.5 Sequence Diagram……………………………………………..18
4.6 Use Case Diagram……………………………………...……...19
4.6 State Chart Diagram…………………………………………...20
5 K.I.T. College Of Engg. Kolhapur.
1 Introduction
This project is about the tourist management system in which we are creating the
android application for tourist agency to find the exact location where clients are waiting
for cab with some requirements. In this system, the client will provide location from
where he wants the vehicle at what time and to which station client wants to go. This
information can be saved into the server’s database. The server will check different things
with respect to the client’s need. In which the server will first check the timing i.e. when
the client need the vehicle and check their nearby vehicle around the client entered
address. The server will pick the empty cab nearby the entered address and notify the
driver that client wants the cab. If the request is accepted by the driver, details of driver
will sent to server and server will sent driver information to client. If the request is
rejected by driver, server will check another driver and do the same process. If no one is
available then server will inform the client that they don’t have the vehicle for this
location.
1.1 Objectives of the project:
In our project we are providing android application for clients and cab driver and
clients are those who want the cab and cab driver who provide the service to client.
1.2 Scope of the Project:
This project is very useful for the tourist agencies will provide the services to their
client through the application. In this application all the vehicles of agency will show
their exact location i.e. the agency can track any vehicle at any time.
Now a day this agency can contact the clients by phone calling through the broker
agents. By using this application not only the client but the tourist agency can contact
directly to each other.
Client will book the cab at any time using this application by entering address and
time from which client wants to go. The server will show all the nearby cab with respect
to the specified location.
Cab driver will get the details from the server and he checks the details as per the
schedule then he will accept or reject the order. The application will be handled by
considering time and location.
6 K.I.T. College Of Engg. Kolhapur.
1.3 Problem Definition:
In this application the client will book the cab by using android application. The
server will process the operation and send the details to the driver i.e. the server are
handling both the client and driver simultaneously. After getting the details from the
server the driver will accept the order and reach to client’s location otherwise reject the
order. If the request is rejected by the driver, the server will send the order to next nearby
cab driver.
2 Literature Review
2.1 Existing System
The tourist agency now a days use the phone calling system to connect the client.
The client will call the agency for booking the cab. The tourist agency will take their
location i.e. pick up and drop up point and call the cab driver to reach to the clients
location. This all communication is done through verbally via phone calling. Each one
has to connect with each other for the details. The tourist agency will take the location
and send the location to driver.
2.2 Proposed system
The phone calling system has various limitations such as to maintain a record, in
this the tourist agency as well as driver has to keep the data of the client. From a new
client who is outside from the city, this application is very useful to find the exact
location at which client wants to go.
The client will book the cab by using android application. The server will process
the operation and send the details to the driver. After getting the details from the server
the driver will accept the order and reach to client’s location otherwise reject the order. If
the request is rejected by the driver, the server will send the order to next nearby cab
driver.
7 K.I.T. College Of Engg. Kolhapur.
2.3 Methodology/ Planning of work:
First we studied the details of radio cab system. We did check the drawback of the
current application in which they are using the phone call system. We gathered the
information about cab system and generated the requirement specification for our
application.
2.4 Bibliography: (References)
Books:
Software Engineering
By Roger. S. Pressman.
Web Sites:
www.google.com
www.wikipedia.com
8 K.I.T. College Of Engg. Kolhapur.
3 Requirement Specifications
3.1 User interfaces
Client Application
Client Registration:
Booking
9 K.I.T. College Of Engg. Kolhapur.
10 K.I.T. College Of Engg. Kolhapur.
My Profile Feedback
11 K.I.T. College Of Engg. Kolhapur.
Orders
Driver Application
Login Main Menu
12 K.I.T. College Of Engg. Kolhapur.
Bookings Inbox
13 K.I.T. College Of Engg. Kolhapur.
Dispatch System Cab Location
14 K.I.T. College Of Engg. Kolhapur.
Pervious Orders
3.2Software For development Machine:
- OS: Windows XP or above
- Front End: HTML5, PHP
15 K.I.T. College Of Engg. Kolhapur.
- Back End: MySQL,
- Browser : Chrome / IE
- Other Tools: Eclipse for Android Programming.
Hardware For development Machine:
- Processor: C2D 2.0 GHz or above
- Memory: 4 GB or more
- N/W Card: 10/100/1000 MBps
- Other Requirements: Android Handsets with version 2.3 for
Testing
- Internet Connection
3.3Software For client:
- OS: Windows XP or above, Android version 2.3 or above
- Browser : chrome / IE 10 or Above
Hardware For client:
- Processor: C2D 2.0 GHz or above
- Memory: 1 GB or more
- N/W Card: 10/100/1000 MBps
- Other Requirements: Internet Connection
- Android Device with ver. 2.3 OS
Internet Connection
3.4 Functional requirements
This section describes the high level functionality of the Navigation system.
Process Car Owner Registration
 This process contains owner name, address, mobile no,
username and password and confirms password fields.
16 K.I.T. College Of Engg. Kolhapur.
Functional
Specifications
 The field name should contain only alphabets.
 The field address should contain multiline.
 The field mobile no. should contain only 10 digits.
 The password field should contain min. 8 characters.
 The field owner id will automatically generated at the time
of submit.
 When click on submit all data will stored on server.
 All fields are mandatory.
Process Vehicle Registration
Functional
Specifications
 This process contain owner id, name, vehicle no, MAC
address, driver mobile no. fields.
 The field owner id and name should available for selection.
 The field vehicle no should take no. in standard format.
 The filed MAC address should take address in standard
format.
 The field driver mobile no should contain only 10 digits.
 When click on register all data will stored on server.
 All fields are mandatory.
Process CAB Tracking Process
17 K.I.T. College Of Engg. Kolhapur.
Functional
Specifications
 This process will display cabs near to current location of
customer
 When click on view, information related to selected vehicle
shows on digital map.
Process Customer Registration
Functional
Specifications
 Customer will download, install & register him/her self to
server
 This process contain name, address, mobile no, username,
password fields.
 The field name should contain only alphabets.
 The field address should contain multiline.
 The field mobile no. should contain only 10 digits.
 The password field should contain min. 8 characters.
 When click on submit all data will stored on server.
 All fields are mandatory.
3.5 Non-Functional Requirements
3.5.1 Usability
Radio Cab Navigation System shall provide location drag and drop
navigation. System shall be easy to navigate by using clear words, menus and
drop-down lists.
3.5.2 Reliability
Radio Cab Navigation System shall be available 24 hours a day for
application users.
18 K.I.T. College Of Engg. Kolhapur.
3.5.3 Performance
Radio Cab Navigation System shall not take longer than 15 seconds to
respond to a page request client; when using an internet connection that is 56k
or higher
3.5.4 Supportability
Radio Cab Navigation system application should be supportable in current
equipment such as computers, monitors, printers, smartphones etc.
3.5.5 Implementation
The system implementation will be performed all day rather than in phases.
3.5.6 Interface
Radio Cab Navigation System shall be accessible through a web browser such
as Internet Explorer 5 or higher and android application. System shall provide
printer friendly outputs of reports so that users can have easy to read print outs
of the reports.
3.5.7 Packaging
The driver application is internal department use only and provides separate
user application.
4.0 System Design
4.1 Overall System Design diagram
We are proposing three modules for the vehicle tracking system which shows the
how system works with detailed structure.
19 K.I.T. College Of Engg. Kolhapur.
The proposed approaches are as follows –
A. Tracking System
B. Monitoring and Control System
C. Android App
A. Tracking System
In this approach the GPS device or GPS installed Mobile receives signals
from satellite and calculates its position on earth and this data sends to server
using mobile network for storing purpose.
Fig. Tracking System
B. Monitoring and Control System
In this approach data access from server on web application using internet.
20 K.I.T. College Of Engg. Kolhapur.
Fig. Monitoring and control System
C. Android App
In this approach data access from server on mobile android application
using internet.
Fig. Android Application
21 K.I.T. College Of Engg. Kolhapur.
4.2 ER Eiagram
22 K.I.T. College Of Engg. Kolhapur.
4.3 DFD
23 K.I.T. College Of Engg. Kolhapur.
4.4 Class Diagram
24 K.I.T. College Of Engg. Kolhapur.
4.5 Sequence diagram
25 K.I.T. College Of Engg. Kolhapur.
4.6 Use case diagram
26 K.I.T. College Of Engg. Kolhapur.
4.7 State Chart Diagram

More Related Content

What's hot

Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Reportstalin george
 
Vehicle tracking system using GSM and GPS
Vehicle tracking system using GSM and GPSVehicle tracking system using GSM and GPS
Vehicle tracking system using GSM and GPSBharath Chapala
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control systemAnkush Jamthikar
 
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...Sandeep Kunsoth
 
VEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMNishil Patel
 
Vehical tracking system
Vehical tracking systemVehical tracking system
Vehical tracking systemmangal das
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognitionSairam Taduvai
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Ashutosh Upadhayay
 
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...Kuntal Bhowmick
 
Vehicle tracking system using gps and google map
Vehicle tracking system using gps and google mapVehicle tracking system using gps and google map
Vehicle tracking system using gps and google mapsanchit bhargava
 
Airline Reservation Software Requirement Specification
Airline Reservation Software Requirement SpecificationAirline Reservation Software Requirement Specification
Airline Reservation Software Requirement SpecificationDeborah Kronk
 
gps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminargps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminarhiharshal277
 
Emergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system pptEmergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system pptRejetiPrathyusha
 
Womensecurityapp12
Womensecurityapp12Womensecurityapp12
Womensecurityapp12Aman Raj
 
Automated Number Plate Recognition
Automated Number Plate RecognitionAutomated Number Plate Recognition
Automated Number Plate RecognitionShwetank Sharma
 

What's hot (20)

Smart parking
Smart parkingSmart parking
Smart parking
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Report
 
Vehicle tracking system using GSM and GPS
Vehicle tracking system using GSM and GPSVehicle tracking system using GSM and GPS
Vehicle tracking system using GSM and GPS
 
Smart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle TheftSmart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle Theft
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control system
 
GPS Vehicle Tracking Technology
GPS Vehicle Tracking Technology GPS Vehicle Tracking Technology
GPS Vehicle Tracking Technology
 
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
 
VEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEM
 
Vehical tracking system
Vehical tracking systemVehical tracking system
Vehical tracking system
 
automatic number plate recognition
automatic number plate recognitionautomatic number plate recognition
automatic number plate recognition
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7
 
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
AUTOMATIC LICENSE PLATE RECOGNITION SYSTEM FOR INDIAN VEHICLE IDENTIFICATION ...
 
Vehicle tracking system using gps and google map
Vehicle tracking system using gps and google mapVehicle tracking system using gps and google map
Vehicle tracking system using gps and google map
 
women safety
women safetywomen safety
women safety
 
Airline Reservation Software Requirement Specification
Airline Reservation Software Requirement SpecificationAirline Reservation Software Requirement Specification
Airline Reservation Software Requirement Specification
 
gps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminargps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminar
 
Face detection
Face detectionFace detection
Face detection
 
Emergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system pptEmergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system ppt
 
Womensecurityapp12
Womensecurityapp12Womensecurityapp12
Womensecurityapp12
 
Automated Number Plate Recognition
Automated Number Plate RecognitionAutomated Number Plate Recognition
Automated Number Plate Recognition
 

Similar to Vehicle tracking system,be computer android report,android project report,gps nevigation system, project report on vehicle tracking system, be final year project report

Vehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportVehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportSujit9561
 
Vehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportVehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportSujit9561
 
Railway Concession Automation
Railway Concession AutomationRailway Concession Automation
Railway Concession AutomationIRJET Journal
 
SMART MECHANIC SYSTEM
SMART MECHANIC SYSTEMSMART MECHANIC SYSTEM
SMART MECHANIC SYSTEMIRJET Journal
 
Hybrid distributed application in banking transaction using remote method inv...
Hybrid distributed application in banking transaction using remote method inv...Hybrid distributed application in banking transaction using remote method inv...
Hybrid distributed application in banking transaction using remote method inv...TELKOMNIKA JOURNAL
 
System Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using SmartphoneSystem Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using Smartphonethededar
 
Density Based Traffic signal system using microcontroller
Density Based Traffic signal system using microcontrollerDensity Based Traffic signal system using microcontroller
Density Based Traffic signal system using microcontrollerkrity kumari
 
Online car parking reservation system 9160262550 dinesh
Online car parking reservation system   9160262550 dineshOnline car parking reservation system   9160262550 dinesh
Online car parking reservation system 9160262550 dineshDinesh Nalluri
 
Railway reservation system
Railway reservation systemRailway reservation system
Railway reservation systemKOYELMAJUMDAR1
 
Android application for s park system
Android application for s park systemAndroid application for s park system
Android application for s park systemeSAT Journals
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET Journal
 
Amravati Municipal Corporation AutoDCR presentation
Amravati Municipal Corporation AutoDCR presentationAmravati Municipal Corporation AutoDCR presentation
Amravati Municipal Corporation AutoDCR presentationSoftTech Engineers
 
Speed checker for highways
Speed checker for highwaysSpeed checker for highways
Speed checker for highwaysjishnujasin
 

Similar to Vehicle tracking system,be computer android report,android project report,gps nevigation system, project report on vehicle tracking system, be final year project report (20)

Vehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportVehicle Tracking System Android Project Report
Vehicle Tracking System Android Project Report
 
Vehicle Tracking System Android Project Report
Vehicle Tracking System Android Project ReportVehicle Tracking System Android Project Report
Vehicle Tracking System Android Project Report
 
Railway Concession Automation
Railway Concession AutomationRailway Concession Automation
Railway Concession Automation
 
MyATM
MyATMMyATM
MyATM
 
SMART MECHANIC SYSTEM
SMART MECHANIC SYSTEMSMART MECHANIC SYSTEM
SMART MECHANIC SYSTEM
 
Hybrid distributed application in banking transaction using remote method inv...
Hybrid distributed application in banking transaction using remote method inv...Hybrid distributed application in banking transaction using remote method inv...
Hybrid distributed application in banking transaction using remote method inv...
 
System Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using SmartphoneSystem Analysis & Design Report on Taxi Dispatching System using Smartphone
System Analysis & Design Report on Taxi Dispatching System using Smartphone
 
Density Based Traffic signal system using microcontroller
Density Based Traffic signal system using microcontrollerDensity Based Traffic signal system using microcontroller
Density Based Traffic signal system using microcontroller
 
Online car parking reservation system 9160262550 dinesh
Online car parking reservation system   9160262550 dineshOnline car parking reservation system   9160262550 dinesh
Online car parking reservation system 9160262550 dinesh
 
WHY TO WAIT
WHY TO WAITWHY TO WAIT
WHY TO WAIT
 
Railway reservation system
Railway reservation systemRailway reservation system
Railway reservation system
 
Report 09
Report 09Report 09
Report 09
 
Final_report
Final_reportFinal_report
Final_report
 
Sireesha_Pappala
Sireesha_PappalaSireesha_Pappala
Sireesha_Pappala
 
Android application for s park system
Android application for s park systemAndroid application for s park system
Android application for s park system
 
Sp final ppt
Sp final pptSp final ppt
Sp final ppt
 
IRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR CodeIRJET - Android based M-Application for Car Parking using QR Code
IRJET - Android based M-Application for Car Parking using QR Code
 
THESIS
THESISTHESIS
THESIS
 
Amravati Municipal Corporation AutoDCR presentation
Amravati Municipal Corporation AutoDCR presentationAmravati Municipal Corporation AutoDCR presentation
Amravati Municipal Corporation AutoDCR presentation
 
Speed checker for highways
Speed checker for highwaysSpeed checker for highways
Speed checker for highways
 

Recently uploaded

Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecturerahul_net
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?Alexandre Beguel
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...Bert Jan Schrijver
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolsosttopstonverter
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfmaor17
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxAS Design & AST.
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsJean Silva
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxRTS corp
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdfPros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdfkalichargn70th171
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldRoberto Pérez Alcolea
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 

Recently uploaded (20)

Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecture
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration tools
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdf
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptx
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero results
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdfPros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
Pros and Cons of Selenium In Automation Testing_ A Comprehensive Assessment.pdf
 
Keeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository worldKeeping your build tool updated in a multi repository world
Keeping your build tool updated in a multi repository world
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 

Vehicle tracking system,be computer android report,android project report,gps nevigation system, project report on vehicle tracking system, be final year project report

  • 1. 1 K.I.T. College Of Engg. Kolhapur. KIT's College of Engineering, GokulShirgaon, Kolhapur-416234 RADIO CAB NAVIGATION SYSTEM PROJECT REPORT OF MAJOR PROJECT Phase-II Under the Guidance of Mr. Patil T.B. SUBMITTED BY Sujit Shelar ShivrajTelangi Sanmeet Bamane BACHELOR OF ENGINEERING Information Technology 2014-15
  • 2. 2 K.I.T. College Of Engg. Kolhapur. Certificate This is to certify that the midterm work of project (Design Report) titled as “Radio Cab Navigation system” has been completed successfully by the following students under the guidance of Prof.T.B.Patil as a partial fulfillment prescribed by the Shivaji University, Kolhapur for the examination of Final Year (Eight semester) in Information Technology during the year 2014-2015. Mr.Sujit Shelar Ms.ShivrajTelangi Mr.Sanmeet Bamane Place: KIT Kolhapur Date: 10/4/2015 Mr.T.B.Patil Dr.V.V.Karjinni HOD IT (Guide) Principal External
  • 3. 3 K.I.T. College Of Engg. Kolhapur. Abstract It’s an upcoming idea of Location based Services & can be used in day to day life application is the most challenging part. Defining this application we can study & implement the current technologies used in development & useful for our career. We are going to use GPS for locating the position of vehicle. We will also find the speed of the vehicle in real time to find whether a driver is adhering to the speed limits.  We can track cab through android application using GPS to find out where a cab is using a web application which requires user login  We can also find out speed and if driver breaks speed then we can find them accordingly.  Parents can also see the current location of their kids through real time update.  When a stop comes we can intimate the administrator.
  • 4. 4 K.I.T. College Of Engg. Kolhapur. Table of Contents 1. Introduction...…………………………………………………….1 1.1 Objective of the project…………………………….………….1 1.2 Scope of the project………………...…………………………1 1.3 Problem definition…..…………………….…………………..2 2. Literature Review…………………………...…………………....2 2.1 Existing System…………….………………………………...2 2.2 Proposed System………………………..……………….…....2 2.3 Methodology……………………………..…………………...3 2.4 Bibliography………………………………..………………….3 3. Requirement Specifications……………………………………...4 3.1 User Interfaces……….……………………..………………….4 3.2 Hardware Interfaces...………………………..…….................8 3.3 Software Interfaces……………………………..……………...8 3.4 Functional Requirements………………………...…………….9 3.5 Non-Functional Requirements……………………..………….11 4. SystemDesign…………………………………..………...……...12 4.1 Overall System Design diagram……………………….……...12 4.2 ER Diagram……………………………………………………15 4.3 DFD…………………………………………………….……...16 4.4 Class Diagram………………………………………………….17 4.5 Sequence Diagram……………………………………………..18 4.6 Use Case Diagram……………………………………...……...19 4.6 State Chart Diagram…………………………………………...20
  • 5. 5 K.I.T. College Of Engg. Kolhapur. 1 Introduction This project is about the tourist management system in which we are creating the android application for tourist agency to find the exact location where clients are waiting for cab with some requirements. In this system, the client will provide location from where he wants the vehicle at what time and to which station client wants to go. This information can be saved into the server’s database. The server will check different things with respect to the client’s need. In which the server will first check the timing i.e. when the client need the vehicle and check their nearby vehicle around the client entered address. The server will pick the empty cab nearby the entered address and notify the driver that client wants the cab. If the request is accepted by the driver, details of driver will sent to server and server will sent driver information to client. If the request is rejected by driver, server will check another driver and do the same process. If no one is available then server will inform the client that they don’t have the vehicle for this location. 1.1 Objectives of the project: In our project we are providing android application for clients and cab driver and clients are those who want the cab and cab driver who provide the service to client. 1.2 Scope of the Project: This project is very useful for the tourist agencies will provide the services to their client through the application. In this application all the vehicles of agency will show their exact location i.e. the agency can track any vehicle at any time. Now a day this agency can contact the clients by phone calling through the broker agents. By using this application not only the client but the tourist agency can contact directly to each other. Client will book the cab at any time using this application by entering address and time from which client wants to go. The server will show all the nearby cab with respect to the specified location. Cab driver will get the details from the server and he checks the details as per the schedule then he will accept or reject the order. The application will be handled by considering time and location.
  • 6. 6 K.I.T. College Of Engg. Kolhapur. 1.3 Problem Definition: In this application the client will book the cab by using android application. The server will process the operation and send the details to the driver i.e. the server are handling both the client and driver simultaneously. After getting the details from the server the driver will accept the order and reach to client’s location otherwise reject the order. If the request is rejected by the driver, the server will send the order to next nearby cab driver. 2 Literature Review 2.1 Existing System The tourist agency now a days use the phone calling system to connect the client. The client will call the agency for booking the cab. The tourist agency will take their location i.e. pick up and drop up point and call the cab driver to reach to the clients location. This all communication is done through verbally via phone calling. Each one has to connect with each other for the details. The tourist agency will take the location and send the location to driver. 2.2 Proposed system The phone calling system has various limitations such as to maintain a record, in this the tourist agency as well as driver has to keep the data of the client. From a new client who is outside from the city, this application is very useful to find the exact location at which client wants to go. The client will book the cab by using android application. The server will process the operation and send the details to the driver. After getting the details from the server the driver will accept the order and reach to client’s location otherwise reject the order. If the request is rejected by the driver, the server will send the order to next nearby cab driver.
  • 7. 7 K.I.T. College Of Engg. Kolhapur. 2.3 Methodology/ Planning of work: First we studied the details of radio cab system. We did check the drawback of the current application in which they are using the phone call system. We gathered the information about cab system and generated the requirement specification for our application. 2.4 Bibliography: (References) Books: Software Engineering By Roger. S. Pressman. Web Sites: www.google.com www.wikipedia.com
  • 8. 8 K.I.T. College Of Engg. Kolhapur. 3 Requirement Specifications 3.1 User interfaces Client Application Client Registration: Booking
  • 9. 9 K.I.T. College Of Engg. Kolhapur.
  • 10. 10 K.I.T. College Of Engg. Kolhapur. My Profile Feedback
  • 11. 11 K.I.T. College Of Engg. Kolhapur. Orders Driver Application Login Main Menu
  • 12. 12 K.I.T. College Of Engg. Kolhapur. Bookings Inbox
  • 13. 13 K.I.T. College Of Engg. Kolhapur. Dispatch System Cab Location
  • 14. 14 K.I.T. College Of Engg. Kolhapur. Pervious Orders 3.2Software For development Machine: - OS: Windows XP or above - Front End: HTML5, PHP
  • 15. 15 K.I.T. College Of Engg. Kolhapur. - Back End: MySQL, - Browser : Chrome / IE - Other Tools: Eclipse for Android Programming. Hardware For development Machine: - Processor: C2D 2.0 GHz or above - Memory: 4 GB or more - N/W Card: 10/100/1000 MBps - Other Requirements: Android Handsets with version 2.3 for Testing - Internet Connection 3.3Software For client: - OS: Windows XP or above, Android version 2.3 or above - Browser : chrome / IE 10 or Above Hardware For client: - Processor: C2D 2.0 GHz or above - Memory: 1 GB or more - N/W Card: 10/100/1000 MBps - Other Requirements: Internet Connection - Android Device with ver. 2.3 OS Internet Connection 3.4 Functional requirements This section describes the high level functionality of the Navigation system. Process Car Owner Registration  This process contains owner name, address, mobile no, username and password and confirms password fields.
  • 16. 16 K.I.T. College Of Engg. Kolhapur. Functional Specifications  The field name should contain only alphabets.  The field address should contain multiline.  The field mobile no. should contain only 10 digits.  The password field should contain min. 8 characters.  The field owner id will automatically generated at the time of submit.  When click on submit all data will stored on server.  All fields are mandatory. Process Vehicle Registration Functional Specifications  This process contain owner id, name, vehicle no, MAC address, driver mobile no. fields.  The field owner id and name should available for selection.  The field vehicle no should take no. in standard format.  The filed MAC address should take address in standard format.  The field driver mobile no should contain only 10 digits.  When click on register all data will stored on server.  All fields are mandatory. Process CAB Tracking Process
  • 17. 17 K.I.T. College Of Engg. Kolhapur. Functional Specifications  This process will display cabs near to current location of customer  When click on view, information related to selected vehicle shows on digital map. Process Customer Registration Functional Specifications  Customer will download, install & register him/her self to server  This process contain name, address, mobile no, username, password fields.  The field name should contain only alphabets.  The field address should contain multiline.  The field mobile no. should contain only 10 digits.  The password field should contain min. 8 characters.  When click on submit all data will stored on server.  All fields are mandatory. 3.5 Non-Functional Requirements 3.5.1 Usability Radio Cab Navigation System shall provide location drag and drop navigation. System shall be easy to navigate by using clear words, menus and drop-down lists. 3.5.2 Reliability Radio Cab Navigation System shall be available 24 hours a day for application users.
  • 18. 18 K.I.T. College Of Engg. Kolhapur. 3.5.3 Performance Radio Cab Navigation System shall not take longer than 15 seconds to respond to a page request client; when using an internet connection that is 56k or higher 3.5.4 Supportability Radio Cab Navigation system application should be supportable in current equipment such as computers, monitors, printers, smartphones etc. 3.5.5 Implementation The system implementation will be performed all day rather than in phases. 3.5.6 Interface Radio Cab Navigation System shall be accessible through a web browser such as Internet Explorer 5 or higher and android application. System shall provide printer friendly outputs of reports so that users can have easy to read print outs of the reports. 3.5.7 Packaging The driver application is internal department use only and provides separate user application. 4.0 System Design 4.1 Overall System Design diagram We are proposing three modules for the vehicle tracking system which shows the how system works with detailed structure.
  • 19. 19 K.I.T. College Of Engg. Kolhapur. The proposed approaches are as follows – A. Tracking System B. Monitoring and Control System C. Android App A. Tracking System In this approach the GPS device or GPS installed Mobile receives signals from satellite and calculates its position on earth and this data sends to server using mobile network for storing purpose. Fig. Tracking System B. Monitoring and Control System In this approach data access from server on web application using internet.
  • 20. 20 K.I.T. College Of Engg. Kolhapur. Fig. Monitoring and control System C. Android App In this approach data access from server on mobile android application using internet. Fig. Android Application
  • 21. 21 K.I.T. College Of Engg. Kolhapur. 4.2 ER Eiagram
  • 22. 22 K.I.T. College Of Engg. Kolhapur. 4.3 DFD
  • 23. 23 K.I.T. College Of Engg. Kolhapur. 4.4 Class Diagram
  • 24. 24 K.I.T. College Of Engg. Kolhapur. 4.5 Sequence diagram
  • 25. 25 K.I.T. College Of Engg. Kolhapur. 4.6 Use case diagram
  • 26. 26 K.I.T. College Of Engg. Kolhapur. 4.7 State Chart Diagram