[go: up one dir, main page]

0% found this document useful (0 votes)
43 views2 pages

Green University of Bangladesh Department of Computer Science and Engineering (CSE)

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 2

Green University of Bangladesh

Department of Computer Science and Engineering (CSE)


Faculty of Sciences and Engineering
Semester: (Fall, Year:2022), B.Sc. in CSE (Day/Eve)

Complex Engineering Problem

Course Title: Computer Networking Lab


Course Code: CSE 312 Section: D8

Student Details

Name ID

1. Mafuj Ahmed Bishal 201002158

2. Tasdid Alom 201002157

Lab Date : 28 November,2022


Submission Date : 10 December,2022
Course Teacher’s Name : Mr. Montaser Abdul Quade

[For Teachers use only: Don’t Write Anything inside this box]

Project Proposal Status


Marks: ………………………………… Signature: .....................
Comments: .............................................. Date: ..............................
1. PROBLEM STATEMENT:

Our project is group chat application. Chatting is a way to bring people and idea’s together
despite of global barriers. Using java socket programming we can build such a chatting
application where multiple user or client can chat at a same time under a server.

2. PERFORMANCE CRITERIA:

• When the run button is clicked then the chat form is initialized with a connection
between the host and the client machine.
• Server must be started at first before a client start.
• Contains a rich textbox which send messages from one user to another.
• Contains a textbox for messages to be written that is sent across the network.
• Contains a Send button.
• When the sent button is clicked, in the background, the text in the textbox is encoded
and sent as a packet over the network to the client machine. Here this message is
decoded and is shown in the rich textbox.
• Message send and receive time is shown.
• The name of message sender is showing.
.

You might also like