MQTT connection success message reporting

When the MQTT connection is successful, the terminal will send the following connection information to the MQTT server

{
    "dvsno":"xxx",
    "kind":"CON",
    "netip":"10.135.45.62",
    "iip":"0.0.0.0",
    "network":"NET",
    "iccid":"",
    "imei":"",
    "rssi":"",
    "realip":""
}
Field Type Description
dvsno string Terminal ID
kind string Command ID, default is CON
iip string The external network IP of the terminal, meaningless in this project
netip string The IP of the terminal in the LAN
network string How to connect the terminal
作者:admin  创建时间:2023-03-31 08:44
最后编辑:admin  更新时间:2023-12-18 22:31