first commit

This commit is contained in:
flower_linux
2026-05-19 16:38:09 +08:00
parent 90ad86b4d0
commit 5e5e608dad
27 changed files with 1643 additions and 192 deletions

View File

@@ -5,10 +5,13 @@
"edgeId": "edge-dev-1",
"authToken": "",
"opsListenPort": 9080,
"localTreePath": "/tmp/edge_local_tree.json",
"fakeIntervalMs": 5000,
"fakeDeviceId": 1,
"endpoint": "edge:fake",
"protocol": 0,
"edgeDiscoveryEnabled": true
"opsListenAllInterfaces": false,
"localTreePath": "$HOME/softbus/edge/local_tree.json",
"edgeHeartbeatIntervalMs": 5000,
"edgeDiscoveryEnabled": true,
"plugins": {
"protocols": [
{ "path": "../../softbus_daemon/bin/plugins/libmodbus_rtu.so" }
]
}
}