能源管控程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
pry c4b6029f3d 添加ESPMQTT库 2 년 전
..
.github/workflows 添加ESPMQTT库 2 년 전
examples 添加ESPMQTT库 2 년 전
scripts 添加ESPMQTT库 2 년 전
src 添加ESPMQTT库 2 년 전
.editorconfig 添加ESPMQTT库 2 년 전
.gitignore 添加ESPMQTT库 2 년 전
.piopm 添加ESPMQTT库 2 년 전
LICENSE 添加ESPMQTT库 2 년 전
Makefile 添加ESPMQTT库 2 년 전
README.md 添加ESPMQTT库 2 년 전
async-mqtt-client.cppcheck 添加ESPMQTT库 2 년 전
keywords.txt 添加ESPMQTT库 2 년 전
library.json 添加ESPMQTT库 2 년 전
library.properties 添加ESPMQTT库 2 년 전

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.