Files
CodeRepository/Projects/App_S3313/Src/bin/x64/Communication.json
2026-02-01 22:23:06 +08:00

35 lines
591 B
JSON

{
"tcp": [
{
"name": "tcp_1",
"localaddr": "192.168.1.198",
"localport": 8560,
"remoteaddr": "192.168.1.197",
"remoteport": 8561,
"keeplive": 2,
"times": 10,
"sendprotocol": "hex",
"recvprotocol": "hex",
"routertable": {
"routertable": ["udp_1"]
}
}
],
"udp": [
{
"name": "udp_1",
"localaddr": "192.168.1.198",
"localport": 8571,
"remoteaddr": "192.168.1.197",
"remoteport": 8572,
"keeplive": 2,
"times": 10,
"sendprotocol": "hex",
"recvprotocol": "hex",
"routertable": {
"routertable": ["tcp_1"]
}
}
]
}