sweeper_whu/config.json

13 lines
400 B
JSON
Raw Normal View History

2025-08-29 16:37:57 +08:00
{
"mqtt": {
1970-01-02 12:46:42 +08:00
"vid": "V060003",
2025-08-29 16:37:57 +08:00
"inter_net_address": "tcp://192.168.4.196",
"inter_net_port": 11883,
"external_net_address": "tcp://36.153.162.171",
"external_net_port": 19683,
"mqtt_user": "zxwl",
"mqtt_password": "zxwl1234@",
1970-01-02 12:46:42 +08:00
"pub_gps_topic": "/zxwl/vehicle/V060003/gps",
"remote_topic": "/zxwl/vehicle/V060003/ctrl"
2025-08-29 16:37:57 +08:00
}
}