1 Star 1 Fork 0

EdgeInsightsIndustrial/esh-iot-messaging-platform

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
server_config.json 616 Bytes
Copy Edit Raw Blame History
EdgeInsightsIndustrial authored 2023-07-31 17:27 . add files
{
"server": {
"listenerAddress": "0.0.0.0",
"listenerPort": 5020,
"tlsParams": {
"description": "path to certificate and private key to enable tls",
"privateKey": null,
"certificate": null
},
"logging": {
"format": "%(asctime)-15s %(threadName)-15s %(levelname)-8s %(module)-15s:%(lineno)-8s %(message)s",
"logLevel": "DEBUG"
}
},
"registers": {
"description": "initial values for the register types",
"zeroMode": false,
"initializeUndefinedRegisters": true,
"discreteInput": {},
"coils": {},
"holdingRegister": {
"1": "0x0100"
},
"inputRegister": {}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/EdgeInsightsIndustrial/esh-iot-messaging-platform.git
git@gitee.com:EdgeInsightsIndustrial/esh-iot-messaging-platform.git
EdgeInsightsIndustrial
esh-iot-messaging-platform
esh-iot-messaging-platform
master

Search