文件名称:esp_mqtt_temperature:适用于ESP8266的MQTT温度计
文件大小:92KB
文件格式:ZIP
更新时间:2024-06-02 10:01:20
C
esp_mqtt 这是ESP8266的MQTT客户端库,来自以下端口: (谢谢) 特征: 支持订阅,发布,身份验证,将消息,保持ping和所有3个QoS级别(它应该是功能齐全的客户端)。 支持多个连接(到多个主机)。 支持SSL连接(最大1024位密钥大小) 易于安装和使用 编译: 如果使用Eclipse,请确保添加PYTHON PATH并将PATH编译到Eclipse环境变量 对于Windows: git clone https://github.com/tuanpmt/esp_mqtt cd esp_mqtt # clean mingw32-make clean # make mingw32-make SDK_BASE= " c:/Espressif/ESP8266_SDK " FLAVOR= " release " all # flash mingw32-make ES
【文件预览】:
esp_mqtt_temperature-master
----.project(821B)
----modules()
--------config.c(4KB)
--------wifi.c(2KB)
--------Makefile(1KB)
--------include()
----Makefile.linux(5KB)
----.travis.yml(867B)
----tools()
--------.gitattributes(218B)
--------makefile.sh(318B)
--------esptool.py(18KB)
--------xxd.exe(69KB)
----user()
--------Makefile(1KB)
--------user_main.c(4KB)
----README.md(8KB)
----Makefile(5KB)
----.cproject(8KB)
----mqtt()
--------mqtt_msg.c(13KB)
--------utils.c(4KB)
--------proto.c(3KB)
--------ringbuf.c(2KB)
--------Makefile(1KB)
--------queue.c(2KB)
--------mqtt.c(22KB)
--------include()
----.gitignore(37B)
----driver()
--------uart.c(10KB)
--------dht22.c(4KB)
--------Makefile(1KB)
----include()
--------user_config.h(1010B)
--------driver()