rokae xcore protocol scriptly re-made

This commit is contained in:
2025-07-24 14:32:47 +08:00
commit 03c59c4f4f
82 changed files with 5215 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"ip_addr": "192.168.40.130",
"ssh_port": "22",
"socket_port": 5050,
"xService_port": 6666,
"external_port": 8080,
"modbus_port": 502,
"upgrade_port": 4567,
"interval": 1,
"max_frame_size": 1024,
"MAX_RECEIVED_SIZE": 1024,
"suffix": "\r",
"username": "luoshi",
"password": "luoshi2019",
"retry_time": 5
}