更新 README.md
This commit is contained in:
parent
ccc891f51a
commit
5340031b90
@ -1,8 +1,6 @@
|
|||||||
# DCN_Chat_Program
|
# DCN_Chat_Program
|
||||||
[UIC Data Communication Workshop 24S Group Assignment2]
|
[UIC Data Communication Workshop 24S Group Assignment2]
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Project Description
|
## 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.
|
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.
|
And if users do not know how to operate, we will also have a prompt to guide them through.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
- **Server-Side:**
|
- **Server-Side:**
|
||||||
1. **Accept** client connections & **Receive** messages.
|
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**
|
2. **Announce available Username**
|
||||||
3. **Client-Side Hints:** #help & #quit.
|
3. **Client-Side Hints:** #help & #quit.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
1. **Public/private chatting:** Direct Message, Chatroom Message
|
1. **Public/private chatting:** Direct Message, Chatroom Message
|
||||||
2. **Group Chatting:** create, add by passcode, delete by admin, delete user by admin
|
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
|
5. **Retry Mechanism:** client username declaration, client connection
|
||||||
6. **Only display messages posted by clients**
|
6. **Only display messages posted by clients**
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
> Public / Private Chatting
|
> Public / Private Chatting
|
||||||
1. Public: `<msg>`
|
1. Public: `<msg>`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user