SlideShare uma empresa Scribd logo
1 de 25
TOPIC-CHAT
A project report
On
Topic-Chat
Computer science &
engineering
Submitted
By
N. Sri Devi (13A91A05A4) SK.
Salman (13A91A05B6)
S. Rajesh (14A95A0525) B.
Jayanth (13A91A0574)
TOPIC-CHAT
Aditya engineering
college
(Approved by AICTE, affiliated to
JNTUK & NBA accredited)
Department of computer
science & engineering
ABSTRACT
TOPIC-CHAT
This project is aimed at developing an application based system, which
manages the activity of “Students chatting on different topics of
subjects”. This system will manage the database and maintain a list of
Students groups that have registered on this site.
INDEX
Table of Contents
1. INTRODUCTION
1.1 INTRODUCTIONTO PROJECT
TOPIC-CHAT
1.2 PURPOSEOF PROJECT
2. SYSTEM ANALYSIS
2.1 INTRODUCTION
2.2 ANALYSIS MODEL
2.3 SYSTEM REQUIREMENTS SPECIFICATIONS
2.4 INPUTAND OUTPUT
3. SOFTWARE REQUIREMENTS SPECIFICATION
3.1 FUNCTIONAL REQUIREMENTS
3.2 PERFORMANCE REQUIREMENTS
4. SELECTED SOFTWARE
4.1 GCM
4.2 PHP
4.3 MYSQL SERVER
4.4 ANDROID
5. SYSTEM DESIGN
5.1 E-R DIAGRAMS
5.2 DATA DICTIONARY
5.3 UML DIAGRAMS
6. OUTPUT SCREENS
TOPIC-CHAT
7. TESTING AND IMPLEMENTATION
7.1 UNITTESTING
8. CONCLUSION
1. INTRODUCTION
1.1 INTRODUCTION TO PROJECT:
The aim of this project is to develop a chat application using client server
architecture which relies on GCM programming provided by the android.
1.2 PURPOSE OF PROJECT :
TOPIC-CHAT
The purpose of this project is to manage the activity of “Students chatting on
different topics of subjects”. This systemwill manage the database and maintain a
list of Students groups that have registered on this site.
2. SYSTEM ANALYSIS
2.1 INTRODUCTION:
After analyzing the requirements of the task to be performed, the next step is to
analyze the problem and understand its context. The first activity in the phase is
studying existing systemand other is to understand the requirements and domain
of the new system. Both the activities are equally important, but the first activity
serves as a basis of giving the functional specifications and then successfuldesign
of proposed system.
2.2 ANALYSIS MODEL:
This documentplaya vitalrolein thedevelopmentof life cycle(SDLC)asit describes
the complete requirement of the system.
SPIRAL MODEL was defined by Barry Boehm in his 1988 article, a spiral model of
softwaredevelopmentandenhancement. Thismodel wasnotfirstmodelto discuss
iterative development, but it was first model to discuss why the iteration models.
As originally envisioned, the iterations were typically 6 months to 2 years
long. Each phase starts with design goal and ends with a client reviewing the
progress thus far. Analysis and engineering efforts are applied at each phase of
project, with an eye towards the end goal of project.
The following diagram show how a spiral model acts like:
TOPIC-CHAT
2.3 SYSTEM REQUIREMENTS SPECIFICATIONS:
HARDWARE REQUIREMENTS:
 PIV 2.8 GHZ processor and above
 RAM 512 MB and above
 HDD 40 GB and above
TOPIC-CHAT
SOFTWARE REQUIREMENTS:
 WINDOWS OS(XP/200/7/8/10)
 Android Studio 1.2 and higher
 PHP server(WAMP/XAMP)
 MYSQL Server
2.4 INPUT AND OUTPUT:
The following are the someinputs and outputs of project.
INPUTS:
 Admin enter the credentials.
 Admin adds the topics.
 Admin adds the messages for each topic.
 Student has registered firsthe/she will enter registration details.
 Student enters credentials.
 Student access the topics and sends messages to related topics.
OUTPUTS:
 Admin will get his home page.
 Admin can see the student chats.
 Admin can send the push notifications to students.
 Student can send messages to topics.
3. SOFTWARE REQUIREMENTS SPECIFICATION:
TOPIC-CHAT
3.1 INTRODUCTION:
Purpose: The main purposeof preparing of this document is to give a general
Insightinto the analysis and requirements of the existing systemor situation and
determining the operating characteristics of the system.
3.2 FUNCTIONAL REQUIREMENTS:
Output Design:
Outputs fromthe computer systems arerequired primarily to communicate
the results of processing to users. They also used to providea permanentcopy of
the results for later consultation.
Input Design:
Inputdesign is the partof overall systemdesign. The main objectiveduring
the input design is given below:
 To producea cost-effectivemethod of input.
 To achieve the highest possiblelevel of accuracy.
 To ensurethat the input is acceptable and understood by user.
Error avoidance:
At this stage care is to be taken to ensurethat input data remains accurate
fromthe stage at which it is recorded up to the stage in which the data accepted
by the system. This can be achieved only by means of carefulcontrol each time
the data is handled.
Error detection:
TOPIC-CHAT
Even though every effortis make to avoid the occurrenceof errors,
still a small proportion of errors is always likely to occur, these types of errors can
be discovered by using validations to check the input data
3.3 PERFORMANCE REQUIREMENTS:
Performanceis measured in terms of the output provided by the application
Requirement specification plays an important part in the analysis of a system.
Only when the requirements specifications are properly given, it is possible to
design a system, which will fit into required environment.
The requirements specifications for every systemcan be broadly stated as given
below:
 The systemshould able to interface with the existing system.
 The systemshould be accurate.
 The systemshould be better than the existing system.
4. SELECTED SOFTWARE:
4.1 GCM(Google Cloud Messaging ):
Google Cloud Messaging allows you send lightweight messages fromthe backend
server to all the devices whenever there is new data available. This saves lot of
user’s battery by avoiding poll request to server for new data. Using GCM you can
TOPIC-CHAT
build powerfulmulti-platform(iOS,Android& Web) appsliketopic chat, newsfeed,
cloud storageand lot more. On top of everything,GCMis completely freeand there
are no limitations.
Below is the pictorial representation of the overall architecture:
1. First the app connects to GCM server and register itself.
2. Upon successfulregistration, GCMissues gcm registration token to device. This
registration token uniquely identifies each device.
3. The device sends the registration token to our server to store it in MySQL.
4. Whenever app server wants to send push notification, it sends a request to
GCM server sending the push message along with the registration token.
5. GCM server identifies the device using the registration token and initiates the
push message.
6. The device receives the push messages and further action takes place.
TOPIC-CHAT
4.2 PHP (Hyper Text Preprocessor):
The PHP Hypertext Preprocessor (PHP) is a programming languagethat allows
web developers to create dynamic content that interacts with databases. PHP is
basically used for developing web based softwareapplications. This tutorial helps
you to build your basewith PHP.
PHP started out as a small open source project that evolved as more and
more people found out how useful it was. Rasmus Lerdorf unleashed the first
version of PHP way back in 1994.
 Itis integrated with a number of popular databases, including MySQL,
PostgreSQL, Oracle, Sybase, Informix, and MicrosoftSQL Server.
 All PHP code mustbe included inside one of the three special markup tags
are recognized by the PHP Parser. A most common tag is the <?php...?>
 Five important characteristics make PHP's practical nature possible
Simplicity, Efficiency, Security, Flexibility, Familiarity
 Php supports object oriented concepts like class, objects, polymorphism,
inheritance, dynamic binding etc….
4.3 MYSQL SERVER:
MySQL is the most popular Open Source Relational SQL database management
system. MySQL is one of the best RDBMS being used for developing web-based
softwareapplications.
MySQL is a fast, easy-to-useRDBMS being used for many small and big
businesses. MySQL is developed, marketed, and supported by MySQL AB, which is
a Swedishcompany.MySQLis becoming sopopular becauseof many goodreasons:
TOPIC-CHAT
 MySQL works on many operating systems and with many languages
including PHP, PERL, C, C++, JAVA, etc
 MySQL works very quickly and works welleven with large data sets.
 MySQL is very friendly to PHP, the most appreciated language for web
development.
 MySQL is released under an open-sourcelicense. So you have nothing to
pay to useit.
4.4 ANDROID:
Android is a softwarestack for mobile devices that includes an operating system,
middleware and key applications .Android is a software platform and operating
system for mobile devices based on the Linux operating system and developed by
Googleand the Open HandsetAlliance. Itallowsdevelopers to writemanaged code
in a Java-like language that utilizes Google-developed Java libraries, but does not
support programs developed in native code.
FEATURES:
1. Application Framework:
It is used to write applications for Android. Unlike other embedded mobile
environments, Android applications are all equal, for instance, an applications
which come with the phoneare no differentthan those that any developer writes.
2. Dalvik Virtual Machine:
It is extremely low-memory based virtual machine, which was designed especially
for Android to run on embedded systems and work wellin low power situations. It
TOPIC-CHAT
is also tuned to theCPU attributes. TheDalvik VMcreates a specialfile format(.DEX)
that is created through build time post processing. Conversion between Java
classes and .DEX format is done by included “dx” tool.
3. Integrated Browser:
Google made a right choice on choosing WebKit as open source web browser.
They added a two pass layout and frame flattening. Two pass layout loads a page
without waiting for blocking elements, such as external CSS or external JavaScript
and after a while renders again with all resources downloaded to the device.
4 .Optimized Graphics:
As Android has 2D graphics library and 3D graphics based on OpenGLES 1.0,
possibly wewillsee greatapplications like GoogleEarth and spectacular games like
Second Life, which come on Linux version. At this moment, the shooting legendary
3D game Doom was presented using Android on the mobile phone.
5. SQLite:
Extremely small (< 500kb) relationaldatabasemanagement system, is integrated
in Android. Itis based on function calls and single file, where all definitions, tables
and data are stored. This simple design is more than suitable for a platform such
as Android.
7. Data Storage:
SQLite is used for structured data storage .SQLiteis a powerfuland light weight
relational databaseengine available to all applications.
TOPIC-CHAT
8. Connectivity:
Android supports a wide variety of connectivity technologies including GSM,
CDMA, Bluetooth, EDGE, EVDO, 3G and Wi-Fi.
9. Messaging:
SMS, MMS, and XMPP are available forms of messaging including threaded text
messaging.
10. Java Virtual Machine:
Software written in Java can be compiled into Dalvik byte codes and executed in
the Dalvik virtual machine, which is a specialized VM implementation designed for
mobile device use, although not technically a standard Java Virtual Machine.
5. SYSTEM DESIGN:
5.1 ER-DIAGRAMS:
An entity relationship diagram (ERD) shows the relationships of entity sets stored
in a database. An entity in this context is a component of data. In other words, ER
diagrams illustrate the logical structureof databases.
At first glance an entity relationship diagramlooks very much like a flowchart. Itis
the specialized symbols, and the meanings of thosesymbols, that make it unique.
ER-Diagram for topic-chat:
TOPIC-CHAT
5.2 DATA DICTIONARY:
After carefully understandingtherequirementsof the client the entire data storage
requirements aredivided into tables. The below tables are Normalized to avoid any
anomalies during the course of data entry.
Table: chat_rooms
TOPIC-CHAT
SYSTEM NAME
Use case 1
:
:
Use case 2
Table: messages
Table: users
6.3 UML DIAGRAMS:
TOPIC-CHAT
USE CASE FOR LOGIN PROCESS
Admin Database
Over viewuse case diagram:
Student
Admin
Adminuse case diagram:
Login
System
Registration
Login
Add Topics
Send notification
Send message
System
Login
Add Topics
Send Notifications
Send messages
Logout
TOPIC-CHAT
Student use case diagram:
Student
7. OUTPUT SCREENS:
7.1 SERVER OUTPUT SCREENS:
ADMIN LOGIN PAGE:
System
Registration
Login
View Messages
Send Messages
Logout
TOPIC-CHAT
ADMIN START PAGE:
ADMIN VIEW AND SEND MESSAGES:
TOPIC-CHAT
ADMIN SEND NOTIFICATIONS TO STUDENT:
7.2 CLIENT OUTPUT SCREENS:
TOPIC-CHAT
CLIENT TOPICS VIEW:
CLIENT MESSAGES VIEW:
TOPIC-CHAT
TOPIC-CHAT
7. TESTING AND IMPLEMENTATION:
7.1 INTRODUCTION:
Software testing is a critical element of software quality assurance and
represents the ultimate review of specification, design and coding. In fact, testing
is the one step in the software engineering process that could be viewed as
destructive rather the constructive.
Component testing
Integration testing
User testing
UNIT TESTING:
Unit testing focuses verification efforton the smallest unit of softwaredesign,the
module. the unit testing we have is white box oriented and somemodules the
steps are conducted in parallel.
UNIT TESTING
MODULE TESTING
SUB-SYSTEMTESTING
SYSTEM TESTING
ACCEPTANCE TESTING
TOPIC-CHAT
CONCLUSION
It has been great pleasure for me to work on this exciting and challenging project.
This project proved good for me as it provided practical knowledge of not only
programming in php and android and gcm, but also about all handling procedure
related with “projecttitle”. Italso provides knowledgeaboutthe latest technology
that will be great demand in future. This will provide better opportunities and
guidance in future in developing projects independently.

Mais conteúdo relacionado

Mais procurados

Srs for virtual eucation
Srs for virtual eucationSrs for virtual eucation
Srs for virtual eucation
Susheel Thakur
 
project report of social networking web sites
project report of social networking web sitesproject report of social networking web sites
project report of social networking web sites
Gyanendra Pratap Singh
 

Mais procurados (20)

SDD-FinalYearProject
SDD-FinalYearProjectSDD-FinalYearProject
SDD-FinalYearProject
 
Social messenger introduction
Social messenger introductionSocial messenger introduction
Social messenger introduction
 
SRS document
SRS documentSRS document
SRS document
 
Srs for virtual eucation
Srs for virtual eucationSrs for virtual eucation
Srs for virtual eucation
 
Github-Source code management system SRS
Github-Source code management system SRSGithub-Source code management system SRS
Github-Source code management system SRS
 
Chat server nitish nagar
Chat server nitish nagarChat server nitish nagar
Chat server nitish nagar
 
Quiz app (android) Documentation
Quiz app (android) DocumentationQuiz app (android) Documentation
Quiz app (android) Documentation
 
Low level design template (1)
Low level design template (1)Low level design template (1)
Low level design template (1)
 
project report of social networking web sites
project report of social networking web sitesproject report of social networking web sites
project report of social networking web sites
 
Software Project Management: Software Requirement Specification
Software Project Management: Software Requirement SpecificationSoftware Project Management: Software Requirement Specification
Software Project Management: Software Requirement Specification
 
SRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATIONSRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATION
 
Chat Application
Chat ApplicationChat Application
Chat Application
 
Final project report of a game
Final project report of a gameFinal project report of a game
Final project report of a game
 
Software Requirements Specification (SRS) for Online Tower Plotting System (O...
Software Requirements Specification (SRS) for Online Tower Plotting System (O...Software Requirements Specification (SRS) for Online Tower Plotting System (O...
Software Requirements Specification (SRS) for Online Tower Plotting System (O...
 
Srs for project
Srs for projectSrs for project
Srs for project
 
Testing Plan Test Case
Testing Plan Test CaseTesting Plan Test Case
Testing Plan Test Case
 
University Database Management Project
University Database Management Project University Database Management Project
University Database Management Project
 
Multicast chat with file and desktop sharing
Multicast chat with file and desktop sharingMulticast chat with file and desktop sharing
Multicast chat with file and desktop sharing
 
Srs document
Srs documentSrs document
Srs document
 
Student Management System report
Student Management System reportStudent Management System report
Student Management System report
 

Destaque

Project Report on Retail Coverage of ITC
Project Report on Retail Coverage of ITCProject Report on Retail Coverage of ITC
Project Report on Retail Coverage of ITC
Jiten Sharma
 
A project report on chat application
A project report on chat applicationA project report on chat application
A project report on chat application
Kumar Gaurav
 
The effect-of-social-networking-sites
The effect-of-social-networking-sitesThe effect-of-social-networking-sites
The effect-of-social-networking-sites
Ram Patil
 
Summary, Conclusions and Recommendations
Summary, Conclusions and RecommendationsSummary, Conclusions and Recommendations
Summary, Conclusions and Recommendations
Roqui Malijan
 

Destaque (12)

project
projectproject
project
 
Client server chat
Client server chatClient server chat
Client server chat
 
Text search with Elasticsearch on AWS
Text search with Elasticsearch on AWSText search with Elasticsearch on AWS
Text search with Elasticsearch on AWS
 
Report on Facility layout
 Report on Facility layout Report on Facility layout
Report on Facility layout
 
Project Report on Retail Coverage of ITC
Project Report on Retail Coverage of ITCProject Report on Retail Coverage of ITC
Project Report on Retail Coverage of ITC
 
Field Study 1 Episodes 1-6
Field Study 1 Episodes 1-6Field Study 1 Episodes 1-6
Field Study 1 Episodes 1-6
 
Android College Application Project Report
Android College Application Project ReportAndroid College Application Project Report
Android College Application Project Report
 
A project report on chat application
A project report on chat applicationA project report on chat application
A project report on chat application
 
The effect-of-social-networking-sites
The effect-of-social-networking-sitesThe effect-of-social-networking-sites
The effect-of-social-networking-sites
 
Summary, Conclusions and Recommendations
Summary, Conclusions and RecommendationsSummary, Conclusions and Recommendations
Summary, Conclusions and Recommendations
 
Report Writing - Conclusions & Recommendations sections
Report Writing - Conclusions & Recommendations sectionsReport Writing - Conclusions & Recommendations sections
Report Writing - Conclusions & Recommendations sections
 
Atomic design
Atomic designAtomic design
Atomic design
 

Semelhante a Documentation

ops300 Project(3)
ops300 Project(3)ops300 Project(3)
ops300 Project(3)
trayyoo
 
ops300 Project(4)
ops300 Project(4)ops300 Project(4)
ops300 Project(4)
trayyoo
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation
Nitesh Kumar
 
List and describe various features of electronic systems.List and .pdf
List and describe various features of electronic systems.List and .pdfList and describe various features of electronic systems.List and .pdf
List and describe various features of electronic systems.List and .pdf
info824691
 
SathishKumar Natarajan
SathishKumar NatarajanSathishKumar Natarajan
SathishKumar Natarajan
Sathish Kumar
 

Semelhante a Documentation (20)

Crime security.
Crime security.Crime security.
Crime security.
 
ops300 Project(3)
ops300 Project(3)ops300 Project(3)
ops300 Project(3)
 
ops300 Project(4)
ops300 Project(4)ops300 Project(4)
ops300 Project(4)
 
127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation127801976 mobile-shop-management-system-documentation
127801976 mobile-shop-management-system-documentation
 
Cyber bidding gateway report on ASP .net
Cyber bidding gateway report on ASP .netCyber bidding gateway report on ASP .net
Cyber bidding gateway report on ASP .net
 
Spm file33
Spm file33Spm file33
Spm file33
 
Web-Based Lighting Automation System
Web-Based Lighting Automation SystemWeb-Based Lighting Automation System
Web-Based Lighting Automation System
 
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC CL...
 
Public voice
Public voicePublic voice
Public voice
 
Synopsis on online shopping by sudeep singh
Synopsis on online shopping by  sudeep singhSynopsis on online shopping by  sudeep singh
Synopsis on online shopping by sudeep singh
 
List and describe various features of electronic systems.List and .pdf
List and describe various features of electronic systems.List and .pdfList and describe various features of electronic systems.List and .pdf
List and describe various features of electronic systems.List and .pdf
 
SathishKumar Natarajan
SathishKumar NatarajanSathishKumar Natarajan
SathishKumar Natarajan
 
Learn .NET Core - Introduction
Learn .NET Core - IntroductionLearn .NET Core - Introduction
Learn .NET Core - Introduction
 
Crime Reporting System.pptx
Crime Reporting System.pptxCrime Reporting System.pptx
Crime Reporting System.pptx
 
Cookbook for Building An App
Cookbook for Building An AppCookbook for Building An App
Cookbook for Building An App
 
Foundry Management System Desktop Application
Foundry Management System Desktop Application Foundry Management System Desktop Application
Foundry Management System Desktop Application
 
Microservices Architecture - Cloud Native Apps
Microservices Architecture - Cloud Native AppsMicroservices Architecture - Cloud Native Apps
Microservices Architecture - Cloud Native Apps
 
Internship msc cs
Internship msc csInternship msc cs
Internship msc cs
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop Computer
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop Computer
 

Último

%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 

Último (20)

WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
WSO2Con2024 - GitOps in Action: Navigating Application Deployment in the Plat...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
Abortion Pill Prices Boksburg [(+27832195400*)] 🏥 Women's Abortion Clinic in ...
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 

Documentation

  • 1. TOPIC-CHAT A project report On Topic-Chat Computer science & engineering Submitted By N. Sri Devi (13A91A05A4) SK. Salman (13A91A05B6) S. Rajesh (14A95A0525) B. Jayanth (13A91A0574)
  • 2. TOPIC-CHAT Aditya engineering college (Approved by AICTE, affiliated to JNTUK & NBA accredited) Department of computer science & engineering ABSTRACT
  • 3. TOPIC-CHAT This project is aimed at developing an application based system, which manages the activity of “Students chatting on different topics of subjects”. This system will manage the database and maintain a list of Students groups that have registered on this site. INDEX Table of Contents 1. INTRODUCTION 1.1 INTRODUCTIONTO PROJECT
  • 4. TOPIC-CHAT 1.2 PURPOSEOF PROJECT 2. SYSTEM ANALYSIS 2.1 INTRODUCTION 2.2 ANALYSIS MODEL 2.3 SYSTEM REQUIREMENTS SPECIFICATIONS 2.4 INPUTAND OUTPUT 3. SOFTWARE REQUIREMENTS SPECIFICATION 3.1 FUNCTIONAL REQUIREMENTS 3.2 PERFORMANCE REQUIREMENTS 4. SELECTED SOFTWARE 4.1 GCM 4.2 PHP 4.3 MYSQL SERVER 4.4 ANDROID 5. SYSTEM DESIGN 5.1 E-R DIAGRAMS 5.2 DATA DICTIONARY 5.3 UML DIAGRAMS 6. OUTPUT SCREENS
  • 5. TOPIC-CHAT 7. TESTING AND IMPLEMENTATION 7.1 UNITTESTING 8. CONCLUSION 1. INTRODUCTION 1.1 INTRODUCTION TO PROJECT: The aim of this project is to develop a chat application using client server architecture which relies on GCM programming provided by the android. 1.2 PURPOSE OF PROJECT :
  • 6. TOPIC-CHAT The purpose of this project is to manage the activity of “Students chatting on different topics of subjects”. This systemwill manage the database and maintain a list of Students groups that have registered on this site. 2. SYSTEM ANALYSIS 2.1 INTRODUCTION: After analyzing the requirements of the task to be performed, the next step is to analyze the problem and understand its context. The first activity in the phase is studying existing systemand other is to understand the requirements and domain of the new system. Both the activities are equally important, but the first activity serves as a basis of giving the functional specifications and then successfuldesign of proposed system. 2.2 ANALYSIS MODEL: This documentplaya vitalrolein thedevelopmentof life cycle(SDLC)asit describes the complete requirement of the system. SPIRAL MODEL was defined by Barry Boehm in his 1988 article, a spiral model of softwaredevelopmentandenhancement. Thismodel wasnotfirstmodelto discuss iterative development, but it was first model to discuss why the iteration models. As originally envisioned, the iterations were typically 6 months to 2 years long. Each phase starts with design goal and ends with a client reviewing the progress thus far. Analysis and engineering efforts are applied at each phase of project, with an eye towards the end goal of project. The following diagram show how a spiral model acts like:
  • 7. TOPIC-CHAT 2.3 SYSTEM REQUIREMENTS SPECIFICATIONS: HARDWARE REQUIREMENTS:  PIV 2.8 GHZ processor and above  RAM 512 MB and above  HDD 40 GB and above
  • 8. TOPIC-CHAT SOFTWARE REQUIREMENTS:  WINDOWS OS(XP/200/7/8/10)  Android Studio 1.2 and higher  PHP server(WAMP/XAMP)  MYSQL Server 2.4 INPUT AND OUTPUT: The following are the someinputs and outputs of project. INPUTS:  Admin enter the credentials.  Admin adds the topics.  Admin adds the messages for each topic.  Student has registered firsthe/she will enter registration details.  Student enters credentials.  Student access the topics and sends messages to related topics. OUTPUTS:  Admin will get his home page.  Admin can see the student chats.  Admin can send the push notifications to students.  Student can send messages to topics. 3. SOFTWARE REQUIREMENTS SPECIFICATION:
  • 9. TOPIC-CHAT 3.1 INTRODUCTION: Purpose: The main purposeof preparing of this document is to give a general Insightinto the analysis and requirements of the existing systemor situation and determining the operating characteristics of the system. 3.2 FUNCTIONAL REQUIREMENTS: Output Design: Outputs fromthe computer systems arerequired primarily to communicate the results of processing to users. They also used to providea permanentcopy of the results for later consultation. Input Design: Inputdesign is the partof overall systemdesign. The main objectiveduring the input design is given below:  To producea cost-effectivemethod of input.  To achieve the highest possiblelevel of accuracy.  To ensurethat the input is acceptable and understood by user. Error avoidance: At this stage care is to be taken to ensurethat input data remains accurate fromthe stage at which it is recorded up to the stage in which the data accepted by the system. This can be achieved only by means of carefulcontrol each time the data is handled. Error detection:
  • 10. TOPIC-CHAT Even though every effortis make to avoid the occurrenceof errors, still a small proportion of errors is always likely to occur, these types of errors can be discovered by using validations to check the input data 3.3 PERFORMANCE REQUIREMENTS: Performanceis measured in terms of the output provided by the application Requirement specification plays an important part in the analysis of a system. Only when the requirements specifications are properly given, it is possible to design a system, which will fit into required environment. The requirements specifications for every systemcan be broadly stated as given below:  The systemshould able to interface with the existing system.  The systemshould be accurate.  The systemshould be better than the existing system. 4. SELECTED SOFTWARE: 4.1 GCM(Google Cloud Messaging ): Google Cloud Messaging allows you send lightweight messages fromthe backend server to all the devices whenever there is new data available. This saves lot of user’s battery by avoiding poll request to server for new data. Using GCM you can
  • 11. TOPIC-CHAT build powerfulmulti-platform(iOS,Android& Web) appsliketopic chat, newsfeed, cloud storageand lot more. On top of everything,GCMis completely freeand there are no limitations. Below is the pictorial representation of the overall architecture: 1. First the app connects to GCM server and register itself. 2. Upon successfulregistration, GCMissues gcm registration token to device. This registration token uniquely identifies each device. 3. The device sends the registration token to our server to store it in MySQL. 4. Whenever app server wants to send push notification, it sends a request to GCM server sending the push message along with the registration token. 5. GCM server identifies the device using the registration token and initiates the push message. 6. The device receives the push messages and further action takes place.
  • 12. TOPIC-CHAT 4.2 PHP (Hyper Text Preprocessor): The PHP Hypertext Preprocessor (PHP) is a programming languagethat allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based softwareapplications. This tutorial helps you to build your basewith PHP. PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.  Itis integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and MicrosoftSQL Server.  All PHP code mustbe included inside one of the three special markup tags are recognized by the PHP Parser. A most common tag is the <?php...?>  Five important characteristics make PHP's practical nature possible Simplicity, Efficiency, Security, Flexibility, Familiarity  Php supports object oriented concepts like class, objects, polymorphism, inheritance, dynamic binding etc…. 4.3 MYSQL SERVER: MySQL is the most popular Open Source Relational SQL database management system. MySQL is one of the best RDBMS being used for developing web-based softwareapplications. MySQL is a fast, easy-to-useRDBMS being used for many small and big businesses. MySQL is developed, marketed, and supported by MySQL AB, which is a Swedishcompany.MySQLis becoming sopopular becauseof many goodreasons:
  • 13. TOPIC-CHAT  MySQL works on many operating systems and with many languages including PHP, PERL, C, C++, JAVA, etc  MySQL works very quickly and works welleven with large data sets.  MySQL is very friendly to PHP, the most appreciated language for web development.  MySQL is released under an open-sourcelicense. So you have nothing to pay to useit. 4.4 ANDROID: Android is a softwarestack for mobile devices that includes an operating system, middleware and key applications .Android is a software platform and operating system for mobile devices based on the Linux operating system and developed by Googleand the Open HandsetAlliance. Itallowsdevelopers to writemanaged code in a Java-like language that utilizes Google-developed Java libraries, but does not support programs developed in native code. FEATURES: 1. Application Framework: It is used to write applications for Android. Unlike other embedded mobile environments, Android applications are all equal, for instance, an applications which come with the phoneare no differentthan those that any developer writes. 2. Dalvik Virtual Machine: It is extremely low-memory based virtual machine, which was designed especially for Android to run on embedded systems and work wellin low power situations. It
  • 14. TOPIC-CHAT is also tuned to theCPU attributes. TheDalvik VMcreates a specialfile format(.DEX) that is created through build time post processing. Conversion between Java classes and .DEX format is done by included “dx” tool. 3. Integrated Browser: Google made a right choice on choosing WebKit as open source web browser. They added a two pass layout and frame flattening. Two pass layout loads a page without waiting for blocking elements, such as external CSS or external JavaScript and after a while renders again with all resources downloaded to the device. 4 .Optimized Graphics: As Android has 2D graphics library and 3D graphics based on OpenGLES 1.0, possibly wewillsee greatapplications like GoogleEarth and spectacular games like Second Life, which come on Linux version. At this moment, the shooting legendary 3D game Doom was presented using Android on the mobile phone. 5. SQLite: Extremely small (< 500kb) relationaldatabasemanagement system, is integrated in Android. Itis based on function calls and single file, where all definitions, tables and data are stored. This simple design is more than suitable for a platform such as Android. 7. Data Storage: SQLite is used for structured data storage .SQLiteis a powerfuland light weight relational databaseengine available to all applications.
  • 15. TOPIC-CHAT 8. Connectivity: Android supports a wide variety of connectivity technologies including GSM, CDMA, Bluetooth, EDGE, EVDO, 3G and Wi-Fi. 9. Messaging: SMS, MMS, and XMPP are available forms of messaging including threaded text messaging. 10. Java Virtual Machine: Software written in Java can be compiled into Dalvik byte codes and executed in the Dalvik virtual machine, which is a specialized VM implementation designed for mobile device use, although not technically a standard Java Virtual Machine. 5. SYSTEM DESIGN: 5.1 ER-DIAGRAMS: An entity relationship diagram (ERD) shows the relationships of entity sets stored in a database. An entity in this context is a component of data. In other words, ER diagrams illustrate the logical structureof databases. At first glance an entity relationship diagramlooks very much like a flowchart. Itis the specialized symbols, and the meanings of thosesymbols, that make it unique. ER-Diagram for topic-chat:
  • 16. TOPIC-CHAT 5.2 DATA DICTIONARY: After carefully understandingtherequirementsof the client the entire data storage requirements aredivided into tables. The below tables are Normalized to avoid any anomalies during the course of data entry. Table: chat_rooms
  • 17. TOPIC-CHAT SYSTEM NAME Use case 1 : : Use case 2 Table: messages Table: users 6.3 UML DIAGRAMS:
  • 18. TOPIC-CHAT USE CASE FOR LOGIN PROCESS Admin Database Over viewuse case diagram: Student Admin Adminuse case diagram: Login System Registration Login Add Topics Send notification Send message System Login Add Topics Send Notifications Send messages Logout
  • 19. TOPIC-CHAT Student use case diagram: Student 7. OUTPUT SCREENS: 7.1 SERVER OUTPUT SCREENS: ADMIN LOGIN PAGE: System Registration Login View Messages Send Messages Logout
  • 20. TOPIC-CHAT ADMIN START PAGE: ADMIN VIEW AND SEND MESSAGES:
  • 21. TOPIC-CHAT ADMIN SEND NOTIFICATIONS TO STUDENT: 7.2 CLIENT OUTPUT SCREENS:
  • 24. TOPIC-CHAT 7. TESTING AND IMPLEMENTATION: 7.1 INTRODUCTION: Software testing is a critical element of software quality assurance and represents the ultimate review of specification, design and coding. In fact, testing is the one step in the software engineering process that could be viewed as destructive rather the constructive. Component testing Integration testing User testing UNIT TESTING: Unit testing focuses verification efforton the smallest unit of softwaredesign,the module. the unit testing we have is white box oriented and somemodules the steps are conducted in parallel. UNIT TESTING MODULE TESTING SUB-SYSTEMTESTING SYSTEM TESTING ACCEPTANCE TESTING
  • 25. TOPIC-CHAT CONCLUSION It has been great pleasure for me to work on this exciting and challenging project. This project proved good for me as it provided practical knowledge of not only programming in php and android and gcm, but also about all handling procedure related with “projecttitle”. Italso provides knowledgeaboutthe latest technology that will be great demand in future. This will provide better opportunities and guidance in future in developing projects independently.