Skip to content

An Arduino for ESP8266 asynchronous MQTT client implementation

License

Notifications You must be signed in to change notification settings

Squirco/async-mqtt-client

 
 

Repository files navigation

Async MQTT client for ESP8266

Build Status

An Arduino for ESP8266 asynchronous MQTT client implementation, built on me-no-dev/ESPAsyncTCP.

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
  • Available in the PlatformIO registry

Requirements, installation and usage

The project is documented in the /docs folder.

About

An Arduino for ESP8266 asynchronous MQTT client implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%