Smart Traffic Management System: Software Requirement Specification
Smart Traffic Management System: Software Requirement Specification
Smart Traffic Management System: Software Requirement Specification
Version 1.1
Submitted to the
BACHELOR OF TECHNOLOGY
IN
INFORMATION TECHNOLOGY
By
The following Software Requirements Specification has been accepted and approved by the
following:
Signature of the
Date Name of the Guide Project Title
Guide
2.5 Constraints…………………………………………………………………………………………………………………………………………………………02
3.1.Non-functionalrequirements…………………………………………………………………….. …..03
3.2Login to STM……………………………………………………………………………………………………………………………………………………………03
1.1 Purpose
Smart Traffic Management is mainly improvised for looking after the Set off data of a region
to manage the Traffic along that area and implement various useful technologies which are
been required by various persons like vehicle owners, pedestrians, police officers etc….
Mainly the purpose of Smart traffic management system is to give the details which can be
used and they can be implemented in their daily life. The problems which have been occurred
at their presence can be solved by this Smart Traffic.
1.2 scope
Smart Traffic is a Video Analytics Module and provides Traffic Incident Detection, and
real time Traffic Flow Metrics & statistical analysis. Smart Traffic Monitoring can
integrate with third party traffic management and smart roadway systems and hosts a
feature rich product scope itself. The system can be used for incident detection or for
statistical metrics of a roadway.
1.3 Glossary
Term Definition
1.5. Overview:
The remainder of this document is two chapters, the first providing a full description of the
project for the Smart Management of the Traffic. It lists all the functions performed by the
system. The final chapter concerns detail of each of the system functions and actions in full for
the software developers’ assistance.
HTML (Hyper Text Markup Language): It is used to create static web pages.
JSP (Java Server Pages): It is used to create dynamic web content.
J2EE (Java 2 Enterprise Edition): It is a programming platform, belonging to
the Java platform, which is used for developing and running distributed java
Applications.
DB2 (IBM Database 2): It is a database management system that provides a
Flexible and efficient database platform to raise a strong "on demand" business
HTTP (Hyper Text Transfer Protocol): It is a transaction oriented client/ server
Protocol between a web browser and a web server.
Database: Collection of information in a structured form.
Login ID: A user identification number to enter the system.
Password: A word that enables one to gain admission into the system.
XML (Extensible Markup Language): It is a markup language that was
designed to transport and store data.
Ajax (Asynchronous Java Script and XML): It is a technique used in java script to
create dynamic web pages.
DB2: Database.
Smart Traffic
Managem...
database
vehicle owner
Pedestrains
The Smart Traffic Management System has three active actors one cooperating system. Mainly
pedestrians who uses the dataset provide by the admin and give the complaints important
suggestions which are under taken by the traffic police and admins. Whereas the vehicle
owners to generate the same idea of the pedestrians. Traffic police maintains the information
which are provided by the users (pedestrians, vehicle owners) and make into implementation.
These are all settled by the admin of STM.
Every user should be comfortable of working with computer and net browsing.
Every user has to register with the STM.
Every user should have their own login and password.
Every user can issue the complaints.
Every user must have basic knowledge of English too.
2.5 Constraints:
The View uses the resultant JavaBeans from Step 4 to display data. Note that there is no
presentation logic in the JSP. The sole function of the JSP in Model
Architecture is to display the data from the JavaBeans set in the request, session or
application scopes.
A use case diagram in the Unified Modeling Language (UML) is a type of behavioral diagram
defined by and created from a Use-case analysis. Its purpose is to present a graphical overview
of the functionality provided by a system in terms of actors, their goals (represented as use
cases), and any dependencies between those use cases.
The main purpose of a use case diagram is to show what system functions are performed for
which actor. Roles of the actors in the system can be depicted.
Use Case diagrams are formally included in two modeling languages defined by the OMG:
The Unified Modeling Language (UML) and the Systems Modeling Language (Sys.ML).
USECASE DIAGRAM:
Registration
vehicle owner admin
Research
compliants
lisence receivd
pedestrains
city traffic
manager control entire traffic
Class diagrams are widely used to describe the types of objects in a system and their
relationships. Class diagrams model class structure and contents using design elements such as
classes, packages and objects. Class diagrams describe three different perspectives when
designing a system, conceptual, specification, and implementation. These perspectives become
evident as the diagram is created and help solidify the design. This example is only meant as
an introduction to the UML and class diagrams. Classes are composed of three things: a name,
attributes, and operations. Mainly in the class diagram the names include about the traffic
management generation ideas which explain about the way how user’s admin and different
systems connect through this. Now the attributes include explanation which should be
implemented in the names. this could be shown in the form of operations. this can easily
explain how the general project is going to implement the various operations. the below
diagram represents the class diagram which gives the following road traffic management
system information.
Sequence diagrams are sometimes called event diagrams, event scenarios, and timing
diagrams.
Sequence Diagram
Registration
Registration Form
Compliant
Compliant issued
Login
Login form
Traffic Information
Sends signals
Updating
Information updated
In activity diagram the object may be real or abstract in either case create a swim lane for each
attribute imported object, firstly identify the precondition of initial state and post condition of
final state.
Render the transaction that connect these actions and active states and state with sequential
flows consider branching, forking and joining.
Activity diagram:
request sys
user(vehicle conformation
owners,pedestrains)sen...
reqest is normal
no
conditional check
Yes
tremination
points
diapatch the
information
There are requirements that are not functional in nature. Specifically, these are the
constraints the system must work within.
Other N/A
Other N/A
Other N/A
Reference SRS 2.8
Other N/A
Reference SRS 2.9
1. Introduction
2. Actors
Users:
Documentation: User plays a main role in the project. In users we have different types of
users Traffic data which can he able to use and required login form for different users
who can register for maintaining the data.
Admin:
Documentation: Admin can manage all users and maintain their data securely1He can
update the details and day to day updating can be done by admin.
System:
Documentation: System can give the suggestions to the users during their discussion in
discussion forum. He /She will give the traffic details. For participating in discussion
forum he/she has to be registered.
Server:
Documentation: User can ask any questions with the system and server during their chat
3 Contact systems:
Documentation: With the information provided by administrator user can directly contact
with system or he can contact during their chat.
Help user:
Login:
Logout:
Documentation: User can exit from his account.
Participate in chat:
Respond Queries:
View Queries:
Documentation: System can view the queries which are asked by user.
4. Supplementary Requirements:
5. Performance Requirements:
System can withstand even though many no. of customers request the desired service. Access is
given to any users
6. Safety Requirements:
By incorporating a robust and proven DB2 UDB into the system, reliable performance and
integrity of data is ensured. There must be a power backup for server system. Since the product
is of 24x7 availability there should be power backup for server which provides the information.
Every day the data should be backup even when the operation of a user is not successful i.e.,
while performing the operation power failure occurs then data should be backup.
7. Security Requirements:
Sensitive data is protected from unwanted access by user’s appropriate technology and
implementing strict user-access criteria. Facility of unique user number and Password in such a
Logical Database
Tables:
1. Pedestrians (users)
Address1 varchar 50
Address2# varchar 50
City varchar 30
State varchar 2
Zip Int 6
Year Int 4
Password String 10
2. Vehicle owners:
Address String 50
City String 30
State String 2
Year Int 4
Password String 10
3. Traffic Police
City varchar 30
Email id varchar 20
password varchar 20
4. Admin
username varchar 30
User id varchar 30
Email Id varchar 30
password varchar 10
References:
IEEE SRS format
Project specification requirement