This repository has a development and master branch. If you want to use it, please use the master branch
As long as the repository is not in suspended state, we will maintain and develop it all the time, please use it with confidence
c c++ 接口服务器
c c++ interface api service
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.
Not only is it a query service, but it can also provide functions such as machine management and process deamon.
This service mainly uses HTTP/V1.1 to implement various interface services
This is a general information query service that does not contain any language attributes
You can use this code to implement your own information query service, which supports querying any information
The purpose of development and implementation based on libXEngine is a cross-platform network storage service
and support plugin system,dll(so,dylib)module or lua script
Support privatization deployment, free, safe, open source, controllable
Dozens of information queries are completely free and open source, while similar products are all charged for API counting.
Supports third-party interface data caching. It can save you the cost of other query information.
It allows you to save 90% of information service costs in a year.
- permission verication
- support ip address location information query
- support ID verification and information query
- support phone number information query
- Weather forecast
- Lunar calendar conversion (planning)
- News headlines (planned)
- Standard height and weight
- Zodiac Constellation
- Password generator
- World Time Zones
- Oil price inquiry
- Administrative zip code
- Bank card verification
- Exchange rate calculation (planned)
- QR code generation and parse
- Twenty-four solar terms (planned)
- Translation
- Metering Conversion
- network test
- Distributed lock
- short url creator and forward
- local system time
- math Calculation
- log service
- Plugin hot reload
- Sensitive word detection
- remote control(back management)
- Image Process
- process deamon
- Region ID Convert
- Machine Information Collect
- heartbeat
- STUN NAT Protocol
- NTP Time Sync Protocol
- mac address vendor query
- ORC Get TEXT With image
you must install XEngine,need V9.x or above,install XEngine can be refer to xengine Readme docment
GITEE:https://gitee.com/libxengine/libxengine
GITHUB:https://github.com/libxengine/libxengine
git clone https://gitee.com/libxengine/libxengine.git or git clone https://github.com/libxengine/libxengine.git
window Exection XEngine_WINEnv.bat
Linux Exection:sudo ./XEngine_LINEnv.sh -i 3
Macos Exection:./XEngine_LINEnv.sh -i 3
MYSQL database version 8.0 or above is required. Create a table through CreateDatabase.sql, and then import other sql table Modify the database configuration in XSQL in the configuration file to your
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua:x86-windows opencv[contrib]:x86-windows libqrencode:x86-windows lua:x64-windows opencv[contrib]:x64-windows libqrencode:x64-windows
use vs open and compile,suport windows 7sp1 and above
Just Run it
Due to the dependent sub-modules, after you checkout the warehouse, execute the following command in the warehouse directory to pull the sub-modules
git submodule init
git submodule update
ubuntu:sudo apt install sudo apt install liblua5.4-dev libopencv-dev libopencv-contrib-dev libqrencode-dev libleptonica-dev libtesseract-dev
centos:compile by self
use makefile compile,UBUNTU24.04 x64 or RockyLinux 9 x64
Run it on the terminal
install environment:brew install lua opencv qrencode leptonica tesseract
use makefile compile,mac 13 and above
Run it on the terminal
execute command in XEngine_Source path
make complie
make FLAGS=InstallAll install
make FLAGS=CleanAll clear
delete file
delete dir
upload a file to ftp
Request a list of files in the folder
execute program
terminal process
remote shutdown computre
execute command
information report
- Switch to the MASTER branch
- download code
- complie
- install
- run
- XEngine_Docment docment directory
- XEngine_Release install directory
- XEngine_Source code directory
- XEngine_APPClient client code dir
You can refer to the project under XEngine_PluginModule to write the plugin
The written plugin needs to be configured via JSON to be enabled
You can refer to the document under the docment directory. It contains API protocol and service description.
Address:app.libxengine.com,Port:5501
For more information please refer to the documentation
id information query
api:http://app.libxengine.com:5501/api?function=id¶ms1=511025198800000000
{
"code":0,
"data":{
"nBirthDay":00,
"nBirthMonth":00,
"nBirthYear":1988,
"nCheck":2,
"nPoliceID":87,
"nSex":1,
"tszCity":"内江市",
"tszCounty":"资中县",
"tszIDNumber":"511025198800000000",
"tszProvincer":"四川省"
},
"msg":"success"
}
bank card ver
api:http://app.libxengine.com:5501/api?function=bank¶ms1=6214832830000000
{
"code":0,
"data":{
"enBankType":2,
"tszBankAbridge":"CMB",
"tszBankName":"招商银行",
"tszBankNumber":"6214832830000000"
},
"msg":"success"
}
translation
api:http://127.0.0.1:5501/api?function=translation&msg=中文翻译成英文&src=1&dst=2
{
"code":0,
"data":{
"tszDestStr":"Translate from Chinese to English",
"tszFromStr":"zh",
"tszSourceStr":"中文翻译成英文",
"tszToStr":"en"
},
"msg":"success"
}
Distributed Lock
Api:http://app.libxengine.com:5501/api?function=lock¶ms1=1000154321¶ms2=1
{
"code":0,
"data":{
"xhToken":1000154321
},
"msg":"success"
}
ZIPCode
Api:http://app.libxengine.com:5501/api?function=zipcode¶ms1=0
{
"nZipCode":100010
}
Log
Api:http://app.libxengine.com:5501/api?function=log¶ms1=1
{
"tszTableName":"xengine",
"tszLogBuffer":"d12d",
"nLogSize":4,
"tszFileName":"file.cpp",
"tszFuncName":"xengine_file_insert",
"tszLogTimer":"2023-01-13 22:10:01",
"nLogLine":102,
"nLogLevel":4
}
Oil Query
API:http://app.libxengine.com:5501/api?function=oil&addr=四川
{
"code": 0,
"data": {
"dlValue0": 7.9100000000000001,
"dlValue10": 8.3800000000000008,
"dlValue20": 8.6899999999999995,
"dlValue35": 0,
"dlValue92": 8.2799999999999994,
"dlValue95": 8.8499999999999996,
"dlValue98": 9.6199999999999992,
"tszCityStr": "四川",
"tszUPTime": "2024-05-08 14:39:53"
},
"msg": "success"
}
I hope you will submit more code to participate in the contribution
- Fork this code
- Create new Feat_xxx branch
- Submit the code
- New Pull Request
If you think this software is helpful to you, please give us a START
if you have eny quest.post issues...