This is an implementation of a MQTT client. It is based on this open source project: https://github.com/ckrey/MQTT-Client-Framework
The API is the same as jMQTT library (B4J / B4A): https://www.b4x.com/android/forum/threads/iot-mqtt-protocol.59471/#content
The only difference is that MqttClient.Publish default QOS is 0 instead of 1 (QOS 1 is slower).
You can download the library from this link: www.b4x.com/b4i/files/iMQTT.zip
The API is the same as jMQTT library (B4J / B4A): https://www.b4x.com/android/forum/threads/iot-mqtt-protocol.59471/#content
The only difference is that MqttClient.Publish default QOS is 0 instead of 1 (QOS 1 is slower).
You can download the library from this link: www.b4x.com/b4i/files/iMQTT.zip
Attachments
Last edited: