Prerequisites to using the mqtt() destination
Using the current implementation of the mqtt()
destination has the following prerequisites:
-
Installing the
eclipse-paho-mqtt-c
library.Note The default package manager for some Linux operating systems contains theeclipse-paho-mqtt-c
library, but depending on your OS, you may have to install the library manually. For more information about how you can download and install theeclipse-paho-mqtt-c
library, see Eclipse Paho on the Eclipse Foundation website. -
Having a
broker
entity in a functional MQTT system.Note In your configuration, you will specify thebroker
entity of your MQTT system in theaddress()
option of yourmqtt()
source.
Last modified December 18, 2024: Merge pull request #90 from axoflow/minor-fixes-241218 (68cd7df)