There are two libraries for MQTT.
One MQTT and another jMQTT.
Which library is suitable for use?
The MQTT library has a problem I think because mqtt.Disconnect not working
I need to good library
There are two libraries for MQTT.
One MQTT and another jMQTT.
Which library is suitable for use?
The MQTT library has a problem I think because mqtt.Disconnect not working
I need to good library
The B4J jMQTT library is fully compatible with B4A: https://www.b4x.com/android/forum/threads/59472/#content A tutorial about MQTT: [IoT] MQTT Protocol Implementation of the same example is attached (you need to set the user name and password if you like to test it).
It's time to learn how to use MQTT: https://www.b4x.com/android/forum/threads/59471/#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...