munet:ESP8266和ESP32的网络WiFi访问,OTA,NTP时间和MQTT(通过PubSubClient)

时间:2021-05-24 18:20:35
【文件属性】:
文件名称:munet:ESP8266和ESP32的网络WiFi访问,OTA,NTP时间和MQTT(通过PubSubClient)
文件大小:118KB
文件格式:ZIP
更新时间:2021-05-24 18:20:35
mqtt arduino ota esp ntp 穆奈特 munet库使用提供一套全面的网络功能:ESP8266和ESP32芯片的WiFi连接,接入点模式,NTP时间同步,OTA软件更新和MQTT通信,所需代码最少: # define __ESP__ // Platform define, add #define __ESP32__ for ESP32 (see dependencies) # include " scheduler.h " # include " net.h " # include " mqtt.h " # include " ota.h " ustd::Scheduler sched; ustd::Net net (LED_BUILTIN); ustd::Mqtt mqtt; ustd::Ota ota; void appLoop (); void setup () { net. begin (&sch
【文件预览】:
munet-master
----net.h(33KB)
----muserial.h(19KB)
----Examples()
--------all_min()
--------Arduino-IDE()
----mqtt.h(24KB)
----web.h(5KB)
----.github()
--------workflows()
----.clang-format(3KB)
----munet.h(1KB)
----.travis.yml(656B)
----LICENSE(1KB)
----README.md(26KB)
----ota.h(5KB)
----library.properties(670B)
----.gitignore(18B)
----library.json(1KB)
----extras()
--------arduino-ide.jpg(94KB)

网友评论