B4A Library JG MQTT Library - freedom2000    Mar 15, 2015   (18 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
Publish/Subscribe
The MQTT protocol is based on the principle of publishing messages and subscribing to to B4A Question MQTT or RDC: Strategy for the communication between mobile and box tv apps - Erel (first post)    May 02, 2023   (1 reaction) I'm not sure whether this solution runs over the internet or in a local network. If it runs over the internet than a full B4J server will probably be better in the long run. B4A Question MQTT or (Network + AsyncStreams + B4XSerializator) - Gandalf (first post)    Jul 03, 2021   (1 reaction) It depends. Do you need realtime communication? If yes, use AsyncStreams. MQTT has delay about 0,5 to 1 second even in same LAN. But MQTT has a lot of advantages - ready to use authorization and authentication, simple addressing and monitoring. Take a look at jMQTTBrokerExtended library and examples B4A Question WifiAP + MQTT - How? - Peter Simpson (first post)    Apr 12, 2018   (2 reactions) Hey, what, "I have no network to connect to and no 3G", you need at least one of your quoted connected, or you will need wires all over the place.
As I wrote in an B4R tutorial.
"So what is MQTT?
Well the quick and dirty answer to that question is that MQTT (Message Queuing Telemetry Transport) is B4A Question MQTT without coverage GSM only on WiFi - teddybear (first post)    Feb 05, 2023 MQTT is based on TCP/IP, it is like HTTP, it works as loog as there is a TCP/IP network, it is irrelevant to link layer.
I don't understand why you want to create the server in your app? B4A Question MQTT Chat with Auto Discovery - Sending a message to a specific one client - Num3 (first post)    Mar 27, 2023 You can make the client subscribe to a specific topic.
For example:
mqtt.Subscribe("/#", 0)
Then make the private messages go into that topic Share My Creation RF HOME MANAGER - candide    Jun 11, 2020   (10 reactions) RF Home Manager this is a MQTT client used to monitor all 433mhz sensors/remote controls in my house. at start i have an alarm system with several sensors IR/magnetic and several remote controls to manage external light, portal and garage door. globally, function is based on a rfbridge sonoff + e B4A Question How to force other devices to refresh their display? - toby (first post)    Feb 23, 2023   (1 reaction) Actually MQTT is the right solution due to its 1-to-many connection feature while bluetooth only allows 1-on-1 connection. 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
Installation instructions:
- Copy the .xml and .jar(s) files to your custom libraries folder
- Select in your REFERENCED LIBRARIES
http://www.visualnet.inf.br/imagens/b4a/MqttRef.png
Version hist B4A Question Which Mqtt library? - darabon (first post)    Aug 18, 2022 I know what is MQTT.
Only I want to what is different two library Page: 1   2   3   4   5   6   7   Powered by ColBERT |