To use MQTT-C you first instantiate a struct mqtt_client and initialize it by calling @ref mqtt_init.
This repository contains the source code for the Eclipse Paho MQTT C client library. This code builds libraries which enable applications to connect to an MQTT broker to publish messages, and to ...