能源管控程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
pry c4b6029f3d 添加ESPMQTT库 2 anni fa
..
.github/workflows 添加ESPMQTT库 2 anni fa
examples 添加ESPMQTT库 2 anni fa
scripts 添加ESPMQTT库 2 anni fa
src 添加ESPMQTT库 2 anni fa
.editorconfig 添加ESPMQTT库 2 anni fa
.gitignore 添加ESPMQTT库 2 anni fa
.piopm 添加ESPMQTT库 2 anni fa
LICENSE 添加ESPMQTT库 2 anni fa
Makefile 添加ESPMQTT库 2 anni fa
README.md 添加ESPMQTT库 2 anni fa
async-mqtt-client.cppcheck 添加ESPMQTT库 2 anni fa
keywords.txt 添加ESPMQTT库 2 anni fa
library.json 添加ESPMQTT库 2 anni fa
library.properties 添加ESPMQTT库 2 anni fa

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.