Skip to content

Commit 0efd89a

Browse files
committed
update:readme and docment
1 parent eb65077 commit 0efd89a

File tree

5 files changed

+39
-11
lines changed

5 files changed

+39
-11
lines changed

CHANGELOG

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
XEngine_MQService V3.8.0.1001
2+
3+
增加:websocket的二进制消息负载能力支持
4+
增加:HTTP管理接口功能
5+
增加:HTTP接口获取用户列表
6+
增加:HTTP接口获取主题列表
7+
增加:取消订阅消息支持
8+
更新:匹配支持XEngine V8.15版本
9+
更新:不在支持HTTP客户端了
10+
修改:禁止用户重复登录
11+
修改:会话模块保存用户信息的时候会保存整个用户表了
12+
修改:ProtocolModule_Parse_http 为 ProtocolModule_Parse_Websocket 函数名
13+
修改:ProtocolModule_Packet_HttpCommon 为 ProtocolModule_Packet_WSCommon 函数名
14+
修正:websocket协议解析没有byIsReply 字段解析的问题
15+
16+
added:binary message payload supported for websocket
17+
added:unsubscribe message supported
18+
added:http management interface functions
19+
added:get user list for http api
20+
added:get topic list for http api
21+
update:xengine match v8.15
22+
update:http client function is removed
23+
modify:Prevent users from logging in repeatedly
24+
modify:saved user info table for session module when client create
25+
modify:ProtocolModule_Parse_http to ProtocolModule_Parse_Websocket function name
26+
modify:ProtocolModule_Packet_HttpCommon to ProtocolModule_Packet_WSCommon function name
27+
fixed:the problem that websocket parse have not byIsReply flag
28+
======================================================================================
129
XEngine_MQService V3.7.0.1001
230

331
添加:定时发布是否跳过本身功能

README.en.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,19 @@ this software support following features
2424
8. message get time
2525
9. message subcribe
2626
10. support Permission Validation
27-
11. support multi protocol(TCP,HTTP,WEBSOCKET)
27+
11. support multi protocol(TCP,WEBSOCKET)
2828
12. Active delivery acquisition mode or passive subscription notification module
2929
13. get order and start serial pos setting
3030
14. Unlimited load message types
3131
15. timed message
3232
16. Access control(planning)
33-
17. binary message(only tcp)
33+
17. binary message
34+
18. http interface management
3435

3536
## install
3637

3738
#### XEngine Evn
38-
you must install XEngine,need V8.10 or above,install XEngine can be refer to xengine Readme docment
39+
you must install XEngine,need V8.15 or above,install XEngine can be refer to xengine Readme docment
3940
GITEE:https://gitee.com/xyry/libxengine
4041
GITHUB:https://github.com/libxengine/xengine
4142

@@ -95,7 +96,7 @@ database you need to open the database matching fields and tables are consistent
9596
You can refer to the document under the docment directory. It contains API protocol and service description.
9697

9798
## Test Server Address
98-
Address:app.xyry.org Port:TCP 5200,HTTP 5201,WEBSOCKET 5202
99+
Address:app.xyry.org Port:TCP 5200,WEBSOCKET 5201,HTTP Management Interface 5202
99100

100101
## Participate in contribution
101102

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,19 @@ c c++Message Service
2323
8. 消息次数
2424
9. 消息订阅
2525
10. 支持权限验证
26-
11. 支持多种协议(TCP,HTTP,WEBSOCKET)
26+
11. 支持多种协议(TCP,WEBSOCKET)
2727
12. 主动投递获取模式或者被动订阅通知模块
2828
13. 获取顺序与开始序列号设置
2929
14. 不限制负载的消息类型
3030
15. 定时消息
3131
16. 权限控制(planning)
32-
17. 二进制消息(only tcp)
32+
17. 二进制消息
33+
18. http接口管理
3334

3435
## 安装教程
3536

3637
#### XEngine环境
37-
必须安装XEngine,版本需要V8.10或者以上版本,安装XEngine可以参考其Readme文档
38+
必须安装XEngine,版本需要V8.15或者以上版本,安装XEngine可以参考其Readme文档
3839
GITEE:https://gitee.com/xyry/libxengine
3940
GITHUB:https://github.com/libxengine/xengine
4041

@@ -101,7 +102,7 @@ make FLAGS=CleanAll 清理编译
101102
你可以参考docment目录下的文档.里面包含了API协议和服务说明.
102103

103104
## 测试服务器
104-
地址:app.xyry.org 端口:TCP 5200,HTTP 5201,WEBSOCKET 5202
105+
地址:app.xyry.org 端口:TCP 5200,WEBSOCKET 5201,管理接口HTTP 5202
105106

106107
## 参与贡献
107108

@@ -126,10 +127,8 @@ MQTT支持
126127
支持时区设置
127128
完善消息订阅(永存)
128129
完善HTTP_CALL
129-
允许主题解除绑定
130-
允许删除主题
131130
高性能内存队列
132-
多次登录验证
131+
扩充HTTP管理接口
133132

134133
## 提交问题
135134

XEngine_Docment/Docment_en.docx

-776 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-1.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)