该文被密码保护。 阅读全文
posted @ 2025-08-13 17:46 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)
摘要: 链接mqtt AT指令: "AT+MQTTCONN=0,"172.11.1.1",1883,0 及时连接失败是也会返回OK,但是也会返回+MQTTDISCONNECTED:关键信息,所以要区分连接失败还是中途失败可以在urc回调中处理,如果当前是发送指令是连接服务器,就不上报给应用,避免应用一直重连 阅读全文
posted @ 2025-08-13 16:46 我不是萧海哇~~~ 阅读(29) 评论(0) 推荐(0)
摘要: /******************************************************************************* * Size: 14 px * Bpp: 1 * Opts: --bpp 1 --size 14 --no-compress --font 阅读全文
posted @ 2025-08-13 14:33 我不是萧海哇~~~ 阅读(11) 评论(0) 推荐(0)
摘要: import requests headers = { "accept": "*/*", "accept-language": "zh-CN,zh;q=0.9", "cache-control": "no-cache", "pragma": "no-cache", "priority": "u=1, 阅读全文
posted @ 2025-08-13 10:52 我不是萧海哇~~~ 阅读(6) 评论(0) 推荐(0)
摘要: import org.eclipse.paho.client.mqttv3.IMqttDeliveryToken; import org.eclipse.paho.client.mqttv3.MqttCallback; import org.eclipse.paho.client.mqttv3.Mq 阅读全文
posted @ 2025-08-13 09:32 我不是萧海哇~~~ 阅读(12) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-08-13 09:27 我不是萧海哇~~~ 阅读(0) 评论(0) 推荐(0)