SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2592
IMPLEMENTATION OF PUBLIC TRANSPORT SYTEM WITH JOURNEY
PLANNER
R.Ruchitha Sree1, S.Keerthana2, D.Aarthi3, Noor Basha Sofia4, Dr.S.Padma Priya5
12345Student, Department of Computer science & engineering, Prathyusha Engineering College,
Anna University Chennai, Tamil Nadu, India- 602025
5Professor, Department of Computer science & engineering, Prathyusha Engineering College,
Anna University Chennai, Tamil Nadu, India- 602025
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Abstract: Public transport system is an electronic
system to provide real-time information for the
passengers to display the arrival and departure timings
of the buses. This will let the passengers when their bus
will arrive and plan their journey accordingly, for
planning a journey the public transport system provides
the user to find the suggested journey’s to commute
between the source and the destination. The application
should list the bus route number, fare details, distance
and also allow the user to view the same in a map-view.
Alternatively, the user can also key-in the bus route
number to find relevant details of the source and
destination. We have designed an incident capture
systems that would display the details of all the bus
services that would within a particular route by
calculating the time taken by the buses that are about to
arrive, route number, ETA in minutes, destination of the
bus route and the direction when the user keys-in the
bus stop name and also Public Transport System
provides the passenger to fine the accurate time it would
take for a bus to reach the stop, that the user would
board to reach their desired destination.
Keywords: Eclipse Neon2, GPS, HTML CSS, MySQL, Strong
authentication, Vehicle tracking algorithm.
INTRODUCTION
The process of building systems has always been
complex with system becoming larger, the costs
and complexities get multiplied. So the need for
better methods for developing systems is widely
recognized to be effective and the applied model
should meet a few basic requirements.
• The model should be structured and cover
the entire system development process from
feasibility study to programming, testing and
implementation.
• The model should utilize established
methods and techniques like database designs,
normalizations and structured programming
techniques.
• The model should consist of building blocks,
which define tasks, results and interfaces.
• The model should separate the logical
system from the physical system.
• Documentation should be a direct result of
the development work and should be concise,
precise and as non-redundant as possible.
Based on the above requirements of the system
model, system study has been made. Various
methodologies have been applied for system study,
evolving design documents, data modeling, input
screen design and report design.
1.1 EXISTING SYSTEM
In Existing System Due to non-availability of prior
information about the buses arrival schedule,
people have to wait longer on bus stops especially
in morning when they have to reach the offices in
time. The buses are overloaded for most of the
times which often results in some kind of fault
occurrence in buses and people get late further.
DISADVANTAGES OF EXISTING SYSTEM:
• The existing system only offers static data
about the vessel in anchorage points and
berths.
• It does not offer real time information.
• No module for public transportation is
provided in the existing system.
• The existing system does not offer efficient
methods for the exact timings of arrival of
buses.
• Estimation Time of Arrival module (ETA) is
not present.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2593
1.2 PROBLEM DEFINITION AND DESCRIPTION
Public Transport System (PTS) is an electronic
system to provide real-time information for the
passengers to display the arrival and departure
times of the buses. This will let the passengers
know when their bus would arrive and to plan their
journey accordingly, for planning a journey the
public transport system provides the users to find
the suggested journey’s to commute between the
source and destination .This application should list
the bus-route number, fare details, distance and
also allow the user to view the same in a map-view.
Alternatively, the user can also key-in the bus route
number to find relevant details of the source and
destination. We have designed an incident capture
systems that would display the details of all the bus
services that would reach within a particular route
by calculating the time taken by the buses that are
about to arrive, route number, ETA in minutes,
Destination of the bus route, and the direction
when the user keys-in the bus stop name ,and also
public transport system provides the passenger to
find the accurate time it would take for a bus to
reach the stop, that the user would board to reach
their desired destination.
PROPOSED SYSTEM
The proposed system, public transport system
(PTS) overcomes the drawbacks of the present
system. In PTS the journey planner module helps
the commuters by providing travel safely,
comfortably and quickly, as well as keep the whole
transportation network running efficiently. PTS
aims to provide more accurate and effective
recommendations to commuters. The PTS helps
the general Public to save more time waiting for a
bus and also, to plan their means of travel. PTS
display the all information of the buses that would
reach within next 60 minutes so that user can plan
their journey accordingly.
ADVANTAGES:
• It provides dynamic updates of the real time
information.
• PTS provides the modules for journey
planner and Estimation Time of Arrival
which helps the public to make decisions
about their journey.
• User can easily search their alternative
routes with feasible time.
2.1 ARCHITECTURE DIAGRAM
2.2 SEQUENCE DIAGRAM
2.3 ACTIVITY DIAGRAM
registrationregistration loginlogin locationlocation timetime
register()
view()
get time()
logout()
invalid passowrd()
register
login
location
time
destination
invalid user_id or
password
get location
send location
update location
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2594
2.4 SYSTEM IMPLEMENTATION
A software application in general is implemented
after navigating the complete life cycle method of a
project. Various life cycle processes such as
requirement analysis, design phase, verification,
testing and finally followed by the implementation
phase result in a successful project management.
System implementation is an important stage of
theoretical design is turned into practical system.
2.5 IMPLEMENTATION PROCEDURE
Implementation is the stage of the project when the
theoretical design is turned out into a working
system. Thus it can be considered to be the most
critical stage in achieving a successful new system
and in giving the user, confidence that the new
system will work and be effective. The
implementation stage involves careful planning,
investigation of the existing system and it’s
constraints on implementation, designing of
methods to achieve changeover and evaluation of
changeover methods.
Each program is tested individually at the time of
development using the data and has verified that
this program linked together in the way specified in
the programs specification, the computer system
and its environment is tested to the satisfaction of
the user. The system that has been developed is
accepted and proved to be satisfactory for the user
and so the system is going to be implemented very
soon. A simple operating procedure is included so
that the user can understand the different functions
clearly and quickly. The final stage is to document
the entire system which provides components and
the operating procedures of the system.
2.6 MODULAR DESCRIPTION
LIST OF MODULES:
• SECURITY APPLICATION
• JOURNEY PLANNER
• ESTIMATE TIME OF ARRIVAL
SECURITY APPLICATION
Application security-encryption and decryption.
JOURNEY PLANNER
Journey Planner for a passenger information
system to find the suggested journeys to commute
between the source and destination.
ESTIMATE TIME OF ARRIVAL
For a passenger information system to find the near
accurate time it would take a time for a bus to reach
the stop that user would board to reach their
desired destination.
RESULTS
Normally in a public transport system, the authority
communicates to vessels through radio which is
time consuming and also a little old technique to be
followed, but in our portal, communication can be
done in a digitalized manner. This project gives an
ample opportunity to design, code, test and
implement the application. This also helped in
learning more about HTML, CSS, MySQL, JavaScript,
Servlets and
Personal Web Server.
CONCLUSION
In this project, we discussed about system
architecture and its work flow, we provide details
about complete transaction by using Google map,
user friendly application and provide feasible
routes and locations with shortest path distance. In
journey planner we provide request to server and
then server response to journey planner get route
numbers and then we check alternative routes as
well as shortest path we can estimate the distance
by using ETA concept.
REFRENCES
[1] Public Bus Tracking System Sushmita
Manikandan1, Sharath N2, Sheela D3 1
Computer Science and Engineering, PESIT
Bangalore South Campus, Bangalore 2
Information Science and Engineering, PESIT
Bangalore South Campus, Bangalore
[2] “Introduction of Port Management” by Yi-Chih
Yang Associate Professor, Department of
Shipping and Transportation Management,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2595
National Kaohsiung Marine University, IEEE
Paper, 2002.
[3] Seaport Management Aspects and
Perspectives: an Overview by AmrArisha
Dublin Institute of Technology,
amr.arisha@dit.ie&Amr Mahfouz Dublin
Institute of Technology, 2009.
[4] MANAGING LOGISTIC PORT OPERATIONS
BASED ON A STANDARDIZED
FRAMEWORK, A Cross-Case Analysis by
HenrikRingsberg and Kent Lumsden, 2015.
[5] A Survey of the evidence of the port efficiency
in Europe, AEstache - student.ulb.ac.be,
2014.

More Related Content

PPTX
Predicting bus arrival time based on participatory mobile phone sensing
PPTX
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
PDF
Smart government transportation with cloud security
PDF
Intelligent Bus Tracking System Using Android
DOCX
Vehicle tracking system
PPTX
Software engineering project on gps based Bus management system (GPS BMS)
PPT
How long to wait predicting bus arrival time with mobile phone based particip...
PDF
Integrated Intelligent Transportation Systems (ITS)
Predicting bus arrival time based on participatory mobile phone sensing
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
Smart government transportation with cloud security
Intelligent Bus Tracking System Using Android
Vehicle tracking system
Software engineering project on gps based Bus management system (GPS BMS)
How long to wait predicting bus arrival time with mobile phone based particip...
Integrated Intelligent Transportation Systems (ITS)

What's hot (9)

PPT
Passport status tracking system (1)
PDF
iaetsd Vehicle monitoring and security system
PDF
Software testing automation a comparative study on productivity rate of ope...
PPT
Bus Tracking Application in Android
PDF
50120140504010
PDF
Disseminating Traffic Information in Vehicular Networks
PDF
A Survey and Comparison of SDN Based Traffic Management Techniques
PPTX
VEHICULAR 2020 Presentation by Kohei Hosono
DOCX
Passport automation system
Passport status tracking system (1)
iaetsd Vehicle monitoring and security system
Software testing automation a comparative study on productivity rate of ope...
Bus Tracking Application in Android
50120140504010
Disseminating Traffic Information in Vehicular Networks
A Survey and Comparison of SDN Based Traffic Management Techniques
VEHICULAR 2020 Presentation by Kohei Hosono
Passport automation system
Ad

Similar to Implementation of Public Transport Sytem with Journey Planner (20)

PDF
IRJET- Real Time Transport Tracking and Management System using Google API
PDF
IRJET- Smart Railway System using Trip Chaining Method
PPTX
PBL2.0.pptx
PPTX
PBL2.0.pptx
PDF
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...
PDF
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
PDF
Travel Management Application
DOCX
new ASE GROUPWORK.docx
PDF
Online Tours and travel
PDF
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAY
PDF
IRJET- Electronic Ticketing for PMPML Buses
PDF
IRJET- Automatic Courier Management System
PDF
Scalable Tracking System
PDF
IRJET- Intelligent Traffic Management System
PDF
miniprojectpresentation of engineering college
PDF
Automated Placement System
PPTX
PDF
Car Rental System
PDF
GPRS Based Bus Monitoring System
PDF
A survey on real time bus monitoring system
IRJET- Real Time Transport Tracking and Management System using Google API
IRJET- Smart Railway System using Trip Chaining Method
PBL2.0.pptx
PBL2.0.pptx
IRJET-An Experimental Study on Concrete by Partial Replacement of Cement with...
Enhanced Bee Colony Optimization Mechanism In Content Recommendation System
Travel Management Application
new ASE GROUPWORK.docx
Online Tours and travel
FORESEEING BUS ARRIVAL TIME IN VIEW OF TRAFFIC MODELING AND REAL-TIME DELAY
IRJET- Electronic Ticketing for PMPML Buses
IRJET- Automatic Courier Management System
Scalable Tracking System
IRJET- Intelligent Traffic Management System
miniprojectpresentation of engineering college
Automated Placement System
Car Rental System
GPRS Based Bus Monitoring System
A survey on real time bus monitoring system
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Digital Logic Computer Design lecture notes
PPTX
web development for engineering and engineering
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
PPT on Performance Review to get promotions
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PPTX
Geodesy 1.pptx...............................................
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
Sustainable Sites - Green Building Construction
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
composite construction of structures.pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Internet of Things (IOT) - A guide to understanding
Digital Logic Computer Design lecture notes
web development for engineering and engineering
Safety Seminar civil to be ensured for safe working.
PPT on Performance Review to get promotions
Model Code of Practice - Construction Work - 21102022 .pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
Geodesy 1.pptx...............................................
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Foundation to blockchain - A guide to Blockchain Tech
CH1 Production IntroductoryConcepts.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Sustainable Sites - Green Building Construction
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
composite construction of structures.pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
UNIT-1 - COAL BASED THERMAL POWER PLANTS

Implementation of Public Transport Sytem with Journey Planner

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2592 IMPLEMENTATION OF PUBLIC TRANSPORT SYTEM WITH JOURNEY PLANNER R.Ruchitha Sree1, S.Keerthana2, D.Aarthi3, Noor Basha Sofia4, Dr.S.Padma Priya5 12345Student, Department of Computer science & engineering, Prathyusha Engineering College, Anna University Chennai, Tamil Nadu, India- 602025 5Professor, Department of Computer science & engineering, Prathyusha Engineering College, Anna University Chennai, Tamil Nadu, India- 602025 -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Abstract: Public transport system is an electronic system to provide real-time information for the passengers to display the arrival and departure timings of the buses. This will let the passengers when their bus will arrive and plan their journey accordingly, for planning a journey the public transport system provides the user to find the suggested journey’s to commute between the source and the destination. The application should list the bus route number, fare details, distance and also allow the user to view the same in a map-view. Alternatively, the user can also key-in the bus route number to find relevant details of the source and destination. We have designed an incident capture systems that would display the details of all the bus services that would within a particular route by calculating the time taken by the buses that are about to arrive, route number, ETA in minutes, destination of the bus route and the direction when the user keys-in the bus stop name and also Public Transport System provides the passenger to fine the accurate time it would take for a bus to reach the stop, that the user would board to reach their desired destination. Keywords: Eclipse Neon2, GPS, HTML CSS, MySQL, Strong authentication, Vehicle tracking algorithm. INTRODUCTION The process of building systems has always been complex with system becoming larger, the costs and complexities get multiplied. So the need for better methods for developing systems is widely recognized to be effective and the applied model should meet a few basic requirements. • The model should be structured and cover the entire system development process from feasibility study to programming, testing and implementation. • The model should utilize established methods and techniques like database designs, normalizations and structured programming techniques. • The model should consist of building blocks, which define tasks, results and interfaces. • The model should separate the logical system from the physical system. • Documentation should be a direct result of the development work and should be concise, precise and as non-redundant as possible. Based on the above requirements of the system model, system study has been made. Various methodologies have been applied for system study, evolving design documents, data modeling, input screen design and report design. 1.1 EXISTING SYSTEM In Existing System Due to non-availability of prior information about the buses arrival schedule, people have to wait longer on bus stops especially in morning when they have to reach the offices in time. The buses are overloaded for most of the times which often results in some kind of fault occurrence in buses and people get late further. DISADVANTAGES OF EXISTING SYSTEM: • The existing system only offers static data about the vessel in anchorage points and berths. • It does not offer real time information. • No module for public transportation is provided in the existing system. • The existing system does not offer efficient methods for the exact timings of arrival of buses. • Estimation Time of Arrival module (ETA) is not present.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2593 1.2 PROBLEM DEFINITION AND DESCRIPTION Public Transport System (PTS) is an electronic system to provide real-time information for the passengers to display the arrival and departure times of the buses. This will let the passengers know when their bus would arrive and to plan their journey accordingly, for planning a journey the public transport system provides the users to find the suggested journey’s to commute between the source and destination .This application should list the bus-route number, fare details, distance and also allow the user to view the same in a map-view. Alternatively, the user can also key-in the bus route number to find relevant details of the source and destination. We have designed an incident capture systems that would display the details of all the bus services that would reach within a particular route by calculating the time taken by the buses that are about to arrive, route number, ETA in minutes, Destination of the bus route, and the direction when the user keys-in the bus stop name ,and also public transport system provides the passenger to find the accurate time it would take for a bus to reach the stop, that the user would board to reach their desired destination. PROPOSED SYSTEM The proposed system, public transport system (PTS) overcomes the drawbacks of the present system. In PTS the journey planner module helps the commuters by providing travel safely, comfortably and quickly, as well as keep the whole transportation network running efficiently. PTS aims to provide more accurate and effective recommendations to commuters. The PTS helps the general Public to save more time waiting for a bus and also, to plan their means of travel. PTS display the all information of the buses that would reach within next 60 minutes so that user can plan their journey accordingly. ADVANTAGES: • It provides dynamic updates of the real time information. • PTS provides the modules for journey planner and Estimation Time of Arrival which helps the public to make decisions about their journey. • User can easily search their alternative routes with feasible time. 2.1 ARCHITECTURE DIAGRAM 2.2 SEQUENCE DIAGRAM 2.3 ACTIVITY DIAGRAM registrationregistration loginlogin locationlocation timetime register() view() get time() logout() invalid passowrd() register login location time destination invalid user_id or password get location send location update location
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2594 2.4 SYSTEM IMPLEMENTATION A software application in general is implemented after navigating the complete life cycle method of a project. Various life cycle processes such as requirement analysis, design phase, verification, testing and finally followed by the implementation phase result in a successful project management. System implementation is an important stage of theoretical design is turned into practical system. 2.5 IMPLEMENTATION PROCEDURE Implementation is the stage of the project when the theoretical design is turned out into a working system. Thus it can be considered to be the most critical stage in achieving a successful new system and in giving the user, confidence that the new system will work and be effective. The implementation stage involves careful planning, investigation of the existing system and it’s constraints on implementation, designing of methods to achieve changeover and evaluation of changeover methods. Each program is tested individually at the time of development using the data and has verified that this program linked together in the way specified in the programs specification, the computer system and its environment is tested to the satisfaction of the user. The system that has been developed is accepted and proved to be satisfactory for the user and so the system is going to be implemented very soon. A simple operating procedure is included so that the user can understand the different functions clearly and quickly. The final stage is to document the entire system which provides components and the operating procedures of the system. 2.6 MODULAR DESCRIPTION LIST OF MODULES: • SECURITY APPLICATION • JOURNEY PLANNER • ESTIMATE TIME OF ARRIVAL SECURITY APPLICATION Application security-encryption and decryption. JOURNEY PLANNER Journey Planner for a passenger information system to find the suggested journeys to commute between the source and destination. ESTIMATE TIME OF ARRIVAL For a passenger information system to find the near accurate time it would take a time for a bus to reach the stop that user would board to reach their desired destination. RESULTS Normally in a public transport system, the authority communicates to vessels through radio which is time consuming and also a little old technique to be followed, but in our portal, communication can be done in a digitalized manner. This project gives an ample opportunity to design, code, test and implement the application. This also helped in learning more about HTML, CSS, MySQL, JavaScript, Servlets and Personal Web Server. CONCLUSION In this project, we discussed about system architecture and its work flow, we provide details about complete transaction by using Google map, user friendly application and provide feasible routes and locations with shortest path distance. In journey planner we provide request to server and then server response to journey planner get route numbers and then we check alternative routes as well as shortest path we can estimate the distance by using ETA concept. REFRENCES [1] Public Bus Tracking System Sushmita Manikandan1, Sharath N2, Sheela D3 1 Computer Science and Engineering, PESIT Bangalore South Campus, Bangalore 2 Information Science and Engineering, PESIT Bangalore South Campus, Bangalore [2] “Introduction of Port Management” by Yi-Chih Yang Associate Professor, Department of Shipping and Transportation Management,
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2595 National Kaohsiung Marine University, IEEE Paper, 2002. [3] Seaport Management Aspects and Perspectives: an Overview by AmrArisha Dublin Institute of Technology, amr.arisha@dit.ie&Amr Mahfouz Dublin Institute of Technology, 2009. [4] MANAGING LOGISTIC PORT OPERATIONS BASED ON A STANDARDIZED FRAMEWORK, A Cross-Case Analysis by HenrikRingsberg and Kent Lumsden, 2015. [5] A Survey of the evidence of the port efficiency in Europe, AEstache - student.ulb.ac.be, 2014.