B4J Library [B4X] jMQTT - Official MQTT client - Erel    Apr 15, 2025   (24 reactions) Implementation of MQTT client based on the Paho open source project: http://www.eclipse.org/paho/
See this tutorial for more information: https://www.b4x.com/android/forum/threads/iot-mqtt-protocol... B4J Library MqttBroker - Erel    Jul 17, 2019   (23 reactions)   tags: Mqtt, Broker jMqttBroker library is based on the moquette open source project: https://github.com/andsel/moquette
It implements a MQTT broker. If you are not familiar with MQTT then start with this tutorial... B4A Library jMQTT - Official Android MQTT client - Erel    Feb 17, 2020   (14 reactions)   tags: Erel The B4J jMQTT library is fully compatible with B4A: https://www.b4x.com/android/forum/threads/59472/#content
A tutorial about MQTT: MQTT Protocol
Implementation of the same example is attached... B4i Library iMQTT - Official iOS MQTT client - Erel    Apr 27, 2017   (6 reactions) 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... B4R Library RDC based on MQTT - Erel    Oct 27, 2016   (13 reactions)   tags: Esp8266..B4R This is an extension to jRDC2. It adds support for MQTT and allows accessing the remote database... the messages to bytes.
The RDC server listens to both MQTT messages and the standard http requests..., "select_animal", "tag", 539))
End Sub
Sub SendInsert (Message() As Object)
mqtt.Publish("insert", ser.ConvertArrayToBytes(Message))
End Sub
Sub SendSelect(Message() As Object)
mqtt... B4A Library MQTT - MQ Telemetry Transport for B4A - Alberto Iglesias    Aug 18, 2015   (14 reactions) http://www.visualnet.inf.br/imagens/b4a/MqttTop.jpg
This library was made based on MQTT Protocol...
- Select in your REFERENCED LIBRARIES
http://www.visualnet.inf.br/imagens/b4a/MqttRef.png
Version... B4R Library rsMQTTBroker an MQTT broker for esp32 and esp8266 - candide    Jul 26, 2023   (9 reactions) it is a wrapper for sMQTTBroker from here : https://github.com/terrorsl/sMQTTBroker this simple MQTT broker is working on esp32 and esp8266 - it can work without callback, - it can work with 6 callbacks on NewClient, Subscribe, UnSubscribe, Publish, RemoveClient, and LostConnection : it can help at debugging on a small network, but it will have an impact on performances. - Mqtt 3.1.1 / Qos 0, 1 supported... B4J Library MQTT - MQ Telemetry Transport for B4J - Alberto Iglesias    Sep 7, 2015   (5 reactions) http://www.visualnet.inf.br/imagens/b4a/MQttTopB4J.png
This library was made based on MQTT...
- Select in your REFERENCED LIBRARIES
http://www.visualnet.inf.br/imagens/b4a/MqttRef.png
Version... B4i Library MQTT - MQ Telemetry Transport for B4i - Alberto Iglesias    Jan 30, 2015   (3 reactions) http://www.visualnet.inf.br/imagens/b4a/MQttTopB4i.png This library was made based on MQTT... -Copy the iMQTT.xml to your custom libraries folder in B4i - Select in your REFERENCED LIBRARIES http://www.visualnet.inf.br/imagens/b4a/RefB4iMqtt.png Version history: V2.0.0 (First public release - Donationware): - Initial version iMQTT Author: Alberto Iglesias ([email protected]) Version: 2 MQTT Events: Received (Message As String) onConnect (Status As Int) onDisconnect... B4A Library JG MQTT Library - freedom2000    Mar 15, 2015   (19 reactions) Hi all,
This is my very first library :)
It implements MQTT standard V3.1.1
MQTT is a lightweight publish/subscribe messaging protocol.
for further information see http://mqtt.org/.
32888... Page: 1   2   |