能源管控程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
pry c4b6029f3d 添加ESPMQTT库 2 anos atrás
..
.github/workflows 添加ESPMQTT库 2 anos atrás
examples 添加ESPMQTT库 2 anos atrás
scripts 添加ESPMQTT库 2 anos atrás
src 添加ESPMQTT库 2 anos atrás
.editorconfig 添加ESPMQTT库 2 anos atrás
.gitignore 添加ESPMQTT库 2 anos atrás
.piopm 添加ESPMQTT库 2 anos atrás
LICENSE 添加ESPMQTT库 2 anos atrás
Makefile 添加ESPMQTT库 2 anos atrás
README.md 添加ESPMQTT库 2 anos atrás
async-mqtt-client.cppcheck 添加ESPMQTT库 2 anos atrás
keywords.txt 添加ESPMQTT库 2 anos atrás
library.json 添加ESPMQTT库 2 anos atrás
library.properties 添加ESPMQTT库 2 anos atrás

README.md

Async MQTT client for ESP8266 and ESP32

Build with PlatformIO cpplint

An Arduino for ESP8266 and ESP32 asynchronous MQTT client implementation, built on me-no-dev/ESPAsyncTCP (ESP8266) | me-no-dev/AsyncTCP (ESP32) .

Features

  • Compliant with the 3.1.1 version of the protocol
  • Fully asynchronous
  • Subscribe at QoS 0, 1 and 2
  • Publish at QoS 0, 1 and 2
  • SSL/TLS support
  • Available in the PlatformIO registry

Requirements, installation and usage

The project is documented in the /docs folder.