Commit b742c58f authored by 马伊齐's avatar 马伊齐

各个Demo的编译方式及使用方法

parent 8e28453b
......@@ -5,4 +5,50 @@
## 文件介绍
1. socket:
1. 除注册注销Socket和Msg的Demo
\ No newline at end of file
1. 执行
2. ```makefile
make socket
```
3. 然后运行./bin/SocketClient
2. Socket 注册注销测试
1. 执行
2. ```makefile
make socketRe
```
3. 然后运行./bin/SocketReUnreClient
3. 本地消息发送接收
1. 执行
2. ```makefile
make MsgLocalSendRecv
```
3. 然后运行./bin/MsgLocalClient
4. 发送信号接收信号
1. 执行
2. ```makefile
make MsgPluse
```
3. 然后运行./bin/MsgSendPluseB
5. 非本地发送接收
1. 执行
2. ```makefile
make Msg
```
3. 然后运行./bin/MsgClient
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment