项目作者: marvinroger

项目描述 :
📶 An Arduino for ESP8266 asynchronous MQTT client implementation
高级语言: C++
项目地址: git://github.com/marvinroger/async-mqtt-client.git
创建时间: 2016-05-11T10:06:12Z
项目社区:https://github.com/marvinroger/async-mqtt-client

开源协议:MIT License

下载


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.