--- layout: default title: Arduino Client for MQTT ---
This library provides a client for doing simple publish/subscribe messaging with a server that supports MQTT v3.
For more information about MQTT, visit mqtt.org.
The latest version of the library can be downloaded from GitHub.
The library comes with a number of example sketches. See File > Examples > PubSubClient
within the Arduino application.
Full API Documentation
This library is released under the MIT License.
The complete change history is available on GitHub.
_client->write()
publish_P
- publishes messages from PROGMEM
- jobytaffeyPubSubClient.h
PubSubClient.h
boolean
rather than int
from various functionsint
to unsigned int