This module provides a TCP client for publish/subscribe messaging through an MQTT broker. It is provided as a SIMPL+ module (utilizing a SIMPL# library) for use in SIMPL Windows programs.
SimplMQTT was forked from sahajquinci's simplewmqttclient, which - as far as I can tell - is the first open source MQTT client for SIMPL Windows. If you find SimplMQTT useful and want to show your appreciation through a donation, please head to the simplewmqttclient repository and click the donate button at the bottom of the page there.
(More information will be added here eventually...)
-
This module has been tested exclusively against the Eclipse Mosquitto broker (Version 1.6.3).
-
SSL functionality from the original fork has been carried over, but remains untested.
-
Messages can only be published at
QoS0
. Subscriptions can be atQoS0
orQoS1
.QoS2
is not supported.