更新 README.md
This commit is contained in:
parent
ccc891f51a
commit
5340031b90
@ -1,8 +1,6 @@
|
||||
# DCN_Chat_Program
|
||||
[UIC Data Communication Workshop 24S Group Assignment2]
|
||||
|
||||
---
|
||||
|
||||
## Project Description
|
||||
Our purpose is to create a chat room that allows local area users to freely communicate with each other one-on-one as well as group chat while ensuring individual privacy.
|
||||
|
||||
@ -10,8 +8,6 @@ We also give administrators the ability to manage users and all chatting groups
|
||||
|
||||
And if users do not know how to operate, we will also have a prompt to guide them through.
|
||||
|
||||
---
|
||||
|
||||
## Project Structure
|
||||
- **Server-Side:**
|
||||
1. **Accept** client connections & **Receive** messages.
|
||||
@ -21,8 +17,6 @@ And if users do not know how to operate, we will also have a prompt to guide the
|
||||
2. **Announce available Username**
|
||||
3. **Client-Side Hints:** #help & #quit.
|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
1. **Public/private chatting:** Direct Message, Chatroom Message
|
||||
2. **Group Chatting:** create, add by passcode, delete by admin, delete user by admin
|
||||
@ -31,8 +25,6 @@ And if users do not know how to operate, we will also have a prompt to guide the
|
||||
5. **Retry Mechanism:** client username declaration, client connection
|
||||
6. **Only display messages posted by clients**
|
||||
|
||||
---
|
||||
|
||||
## Usage
|
||||
> Public / Private Chatting
|
||||
1. Public: `<msg>`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user