Skip to content

Commit 2206ee4

Browse files
committed
update docment and added ip address lib
1 parent f1866d2 commit 2206ee4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ c c++ 存储服务 c c++ 文件存储服务
55
c c++ file storage service
66
This is an api gateway for uploading and downloading.
77
The service is for users who have business needs for upload and download services (such as developers who need to upload and download servers).
8+
This server is more inclined to store the API interface direction
89
best storage service for http,batter than nginx and more convenient to manage. On going maintenance
910

1011
## Software feature
@@ -32,7 +33,7 @@ feature list:
3233

3334
#### Requirements
3435
support system above windows 7sp1 and linux(ubuntu20.04,centos8)
35-
XEngine need V7.14 or above
36+
XEngine need V7.17 or above
3637
vcpkg need 2021.05.11 or above
3738

3839
#### Windows
@@ -91,6 +92,7 @@ The realization of downloading second transmission is to first query the local f
9192
- XEngine_APPClient client code dir
9293

9394
## now task
95+
expand management interface
9496
P2P
9597

9698
## other problems

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ c c++ 存储服务 c c++ 文件存储服务
55
c c++ file storage service
66
这是一个上传下载服务API网关,不是文件同步服务,也不是云存储.
77
这个服务的主要目的是为了给有上传下载服务业务需求的用户使用(比如需要开发上传下载服务的开发人员).
8+
此服务器更偏向于存储API接口方向.
89
目前最好的HTTP存储服务,比NGINX更优秀,更方便管理.持续维护中...
910

1011
## 软件特性
@@ -31,7 +32,7 @@ c c++ file storage service
3132

3233
#### 版本需求
3334
支持WINDOWS 7SP1和LINUX(UBUNT20.04,CENTOS8)以上系统
34-
XEngine版本需要V7.14或者以上版本
35+
XEngine版本需要V7.17或者以上版本
3536
vcpkg 需要2021.05.11以上版本
3637

3738
#### Windows
@@ -89,7 +90,8 @@ make FLAGS=CleanAll 清理编译
8990
下载秒传的实现是先通过HASH查询本地文件保存路径,如果存在就直接下载完成.
9091

9192
## 当前任务
92-
实现P2P
93+
扩展管理接口
94+
实现P2P
9395

9496
## 其他问题
9597
你可以参考docment目录下的文档.里面包含了API协议和服务说明.

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
},
6363
"XVer": {
6464
"StorageVersion": [
65+
"2.0.0.1001 Build20210723",
6566
"1.5.0.1001 Build20210716",
6667
"1.4.0.1001 Build20210702",
6768
"1.3.0.1001 Build20210625",
9.94 MB
Binary file not shown.

0 commit comments

Comments
 (0)