MQTT
This capability is provided by LiveRig Collector 3.25.0 or higher
The MQTT protocol is a message-oriented architecture that does not work polling information, it instead works by passively receiving messages from subscribed Topics sent by the MQTT Broker. The MQTT Broker requires that the client must be subscribed to Topics that it wants to receive data from.
Example:
The same example could be configured through the source page, at the collector's tab:
In the example above we can see that an MQTT Source must have at least a single Request and the following information must be provided:
object
Topic to subscribe
yes
enabled
Request collection enabled
no
False
The LiveRig Collector also requires additional information for each Topic to subscribe properly. These values should be configured at the MQTT Topics page or directly at the mqtt.json file.
Last updated