@@ -15,8 +15,10 @@ The purpose of development and implementation based on libXEngine is a cross-pla
1515and support plugin system,dll(so,dylib)module or lua script
1616
1717#### Why choose us
18-
19- Support privatization deployment, free, safe, open source, controllable
18+ Support privatization deployment, free, safe, open source, controllable
19+ Dozens of information queries are completely free and open source, while similar products are all charged for API counting.
20+ Supports third-party interface data caching. It can save you the cost of other query information.
21+ It allows you to save 90% of information service costs in a year.
2022
2123## Software feature
22241 . permission verication
@@ -55,11 +57,12 @@ Support privatization deployment, free, safe, open source, controllable
555734 . STUN NAT Protocol
565835 . NTP Time Sync Protocol
575936 . mac address vendor query
60+ 37 . ORC Get TEXT With image
5861
5962## install
6063
6164#### XEngine Evn
62- you must install XEngine,need V8 .x or above,install XEngine can be refer to xengine Readme docment
65+ you must install XEngine,need V9 .x or above,install XEngine can be refer to xengine Readme docment
6366GITEE:https://gitee.com/libxengine/libxengine
6467GITHUB:https://github.com/libxengine/libxengine
6568
@@ -86,7 +89,7 @@ git submodule update
8689#### Linux
8790ubuntu: sudo apt install sudo apt install liblua5.4-dev libopencv-dev libopencv-contrib-dev libqrencode-dev
8891centos: compile by self
89- use makefile compile,UBUNTU22 .04 x64 or RockyLinux 9 x64
92+ use makefile compile,UBUNTU24 .04 x64 or RockyLinux 9 x64
9093Run it on the terminal
9194
9295#### Macos
@@ -129,20 +132,17 @@ information report
129132You can refer to the project under XEngine_PluginModule to write the plugin
130133The written plugin needs to be configured via JSON to be enabled
131134
132- ## Test Server
133- Address: app .xyry.org,Port:5501
134-
135135## now task
136136
137137## other problems
138138You can refer to the document under the docment directory. It contains API protocol and service description.
139139
140140## Test Service
141- Address: app .xyry.org ,Port:5501
141+ Address: app .libxengine.com ,Port:5501
142142#### example
143143For more information please refer to the documentation
144144id information query
145- api:http://app.xyry.org :5501/api?function=id¶ms1=511025198800000000
145+ api:http://app.libxengine.com :5501/api?function=id¶ms1=511025198800000000
146146``` json
147147{
148148 "code" :0 ,
@@ -162,7 +162,7 @@ api:http://app.xyry.org:5501/api?function=id¶ms1=511025198800000000
162162}
163163```
164164bank card ver
165- api:http://app.xyry.org :5501/api?function=bank¶ms1=6214832830000000
165+ api:http://app.libxengine.com :5501/api?function=bank¶ms1=6214832830000000
166166``` json
167167{
168168 "code" :0 ,
@@ -190,7 +190,7 @@ api:http://127.0.0.1:5501/api?function=translation&msg=中文翻译成英文&src
190190}
191191```
192192Distributed Lock
193- Api:http://app.xyry.org :5501/api?function=lock¶ms1=1000154321¶ms2=1
193+ Api:http://app.libxengine.com :5501/api?function=lock¶ms1=1000154321¶ms2=1
194194``` json
195195{
196196 "code" :0 ,
@@ -201,14 +201,14 @@ Api:http://app.xyry.org:5501/api?function=lock¶ms1=1000154321¶ms2=1
201201}
202202```
203203ZIPCode
204- Api:http://app.xyry.org :5501/api?function=zipcode¶ms1=0
204+ Api:http://app.libxengine.com :5501/api?function=zipcode¶ms1=0
205205``` json
206206{
207207 "nZipCode" :100010
208208}
209209```
210210Log
211- Api:http://app.xyry.org :5501/api?function=log¶ms1=1
211+ Api:http://app.libxengine.com :5501/api?function=log¶ms1=1
212212``` json
213213{
214214 "tszTableName" :" xengine" ,
@@ -222,7 +222,7 @@ Api:http://app.xyry.org:5501/api?function=log¶ms1=1
222222}
223223```
224224Oil Query
225- API:http://app.xyry.org :5501/api?function=oil&addr=四川
225+ API:http://app.libxengine.com :5501/api?function=oil&addr=四川
226226``` json
227227{
228228 "code" : 0 ,
0 commit comments