B4J Tutorial [IoT] MQTT Protocol - Erel    Sep 26, 2023   (24 reactions) What is MQTT?
"MQTT is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for use in many situations, including constrained environments such as for communication in Machin B4A Tutorial [B4X] MQTT Chat Room - Erel    Nov 18, 2019   (43 reactions) It's time to learn how to use MQTT: https://www.b4x./#content
It is simple and powerful. In most cases MQTT is the best solution for low level networks. Low level network means a network solution that is traditionally based on ServerSocket + Socket + AsyncStreams.
In this example we implement a cha 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 B4J Tutorial [MQTT - Message Queuing Telemetry Transport] A For Dummies Experience on MS Windows - Mashiane (first post)    Jan 10, 2021   (2 reactions) Another GUI which has superior look and feel is available at https://mqttx.app/. With this I was able to connect to my locally running service.
It looks like its developed using Electron.
105836
Sadly publicly available MQTT services have not been handshaking so far. B4R Question Esp32 communicating over wifi (mqtt) - Erel (first post)    Oct 07, 2021   (1 reaction) This forum is for development with B4R.
With B4R it is quite simple to use mqtt: https://www.b4x..65669/#content 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 B4J Question MQTT Delay Time - techknight (first post)    Oct 03, 2023   (1 reaction) You could look into RabbitMQ as well, its meant for a higher bandwidth usage. MQTT is a low bandwidth messaging protocol. I have used MQTT in high bandwidth environments before but it gets sketchy at best. B4J Question mqtt and multithreading work... - Erel (first post)    Aug 26, 2018   (2 reactions) That's not correct. MQTT is multithreaded.
Never try to create a new thread.
Use instead the async SQL methods to add the data to the database. 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. B4R Tutorial Glossary for Arduino Development - aeric    Apr 04, 2022   (12 reactions) 23 MQTT MQTT is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for use in many situations, including constrained environments such as for communication in Machine to Mac Page: 1   2   3   4   5   6   7   Powered by ColBERT |