Skip to content

Commit 2ff6e3d

Browse files
committed
update:readme and docment
1 parent c53e7a8 commit 2ff6e3d

File tree

6 files changed

+31
-2
lines changed

6 files changed

+31
-2
lines changed

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
XEngine_APIService V3.0.0.1001
2+
3+
增加:系统API函数模块
4+
增加:进程守护功能和接口支持
5+
增加:启动隐藏窗口和自动启动的功能选项
6+
增加:对本地屏幕和声音录像推流的支持
7+
增加:停止推流协议
8+
增加:权限提示
9+
修改:初始化配置不在需要配置结构参数
10+
修改:启动失败不在直接退出
11+
修正:后台服务协议没有HTTP返回请求的问题
12+
13+
added:system api module
14+
added:deamon process and http api interface for process deamon
15+
added:hide windows when start and auto start option
16+
added:screen and sound push stream
17+
added:stop stream record protocol
18+
added:permission handle
19+
modify:init configure does not need configure parament
20+
modify:does not directly exit when configure init failed.
21+
fixed:does not http response for backservice
22+
======================================================================================
123
XEngine_APIService V2.11.0.1001
224

325
增加:用户验证功能

COPYRIGHT

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
XEngine:https://gitee.com/xyry/libxengine or https://github.com/libxengine/xengine
33
jsoncpp:https://github.com/open-source-parsers/jsoncpp
44
opencc:https://github.com/BYVoid/OpenCC
5+
opencv:https://github.com/opencv/opencv
6+
libqrencode:https://github.com/fukuchi/libqrencode
7+
lua:https://github.com/lua/lua
58

69
data sources:
710
IP:https://github.com/lionsoul2014/ip2region

README.en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ As long as the repository is not in suspended state, we will maintain and develo
77
c c++ 接口服务器
88
c c++ interface api service
99
This is an api interface for information query service,At present, the information search service on the market need to charge, and our information search service is free and open source.
10+
Not only is it a query service, but it can also provide functions such as machine management and process deamon.
1011
This service mainly uses HTTP/V1.1 to implement various interface services
1112
This is a general information query service that does not contain any language attributes
1213
You can use this code to implement your own information query service, which supports querying any information
@@ -48,6 +49,7 @@ Support privatization deployment, free, safe, open source, controllable
4849
28. Sensitive word detection
4950
29. remote control(back management)
5051
30. Image Process
52+
31. process deamon
5153

5254
## install
5355

@@ -67,7 +69,7 @@ MYSQL database version 8.0 or above is required. Create a table through CreateDa
6769
Modify the database configuration in XSQL in the configuration file to your
6870

6971
#### Windows
70-
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows opencv[contrib] libqrencode opencv[contrib]:x64-windows libqrencode:x64-windows
72+
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x84-windows lua:x64-windows opencc:x84-windows opencc:x64-windows opencv[contrib]:x84-windows libqrencode:x84-windows opencv[contrib]:x64-windows libqrencode:x64-windows
7173
use vs open and compile,suport windows 7sp1 and above
7274
Just Run it
7375

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
c c++ 接口服务器
88
c c++ interface api service
99
这是一个信息查询的API接口服务,目前市面上的信息查询服务都需要收费,而我们这个信息查询服务属于免费开源的.
10+
或者说他不光是一个查询服务,他还可以提供机器管理进程守护等功能
1011
这个服务主要使用HTTP/V1.1实现各种接口服务.
1112
这是一个不包含任何语言属性的通用信息查询服务.
1213
你可以使用此代码实现自己的信息查询服务,支持查询任何信息
@@ -47,6 +48,7 @@ c c++ interface api service
4748
28. 敏感词检测
4849
29. 远程控制(后台管理)
4950
30. 图像处理
51+
31. 进程守护
5052

5153
## 安装教程
5254

@@ -66,7 +68,7 @@ macos执行:./XEngine_LINEnv.sh -i 3
6668
修改配置文件里面XSQL里面的数据库配置为你的
6769

6870
#### Windows
69-
需要vcpkg配置第三方环境,具体参考vcpkg安装方式,安装好后执行:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows opencv[contrib] libqrencode opencv[contrib]:x64-windows libqrencode:x64-windows
71+
需要vcpkg配置第三方环境,具体参考vcpkg安装方式,安装好后执行:vcpkg.exe install lua:x84-windows lua:x64-windows opencc:x84-windows opencc:x64-windows opencv[contrib]:x84-windows libqrencode:x84-windows opencv[contrib]:x64-windows libqrencode:x64-windows
7072
使用VS打开并且编译,支持WINDOWS 7SP1以上系统
7173
直接运行即可
7274

XEngine_Docment/Docment_en.docx

1.43 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

1.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)