Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HR_Socket_Msg_Demo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马伊齐
HR_Socket_Msg_Demo
Commits
b742c58f
Commit
b742c58f
authored
Dec 19, 2023
by
马伊齐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
各个Demo的编译方式及使用方法
parent
8e28453b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
1 deletion
+47
-1
README.md
README.md
+47
-1
No files found.
README.md
100644 → 100755
View file @
b742c58f
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment