# mqtt_stm32_wifi **Repository Path**: lwc1123/mqtt_stm32_wifi ## Basic Information - **Project Name**: mqtt_stm32_wifi - **Description**: 在stm32F103上实现mqtt,wifi模块为利尔达LSD4WF-2MD05104;设备端发布信息,通过android app进行订阅设备端的消息,app可以查看设备端的交互 - **Primary Language**: C - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 8 - **Created**: 2016-01-16 - **Last Updated**: 2025-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #mqtt_stm32_wifi 发布:mosquitto_pub.exe -h 10.0.24.3 -t 18124615747/strongbox/in/test -m success8 订阅:mosquitto_sub.exe -h 10.0.24.3 -t 18124615747/strongbox/out/+ 可接收离线消息设置,QoS不能等于0 mosquitto_pub.exe -h 10.0.24.2 -i wcliu2 -t 18124615747/strongbox/out/test -r -q 1 -m 51 mosquitto_sub.exe -h 10.0.24.2 -c -i wcliu1 -q 1 -t 18124615747/strongbox/out/+