suciwulans Active Member Licensed User Longtime User Jul 25, 2023 #1 i saw from this article https://www.b4x.com/android/forum/threads/jg-mqtt-library.51842/page-3#posts, how to implementation using IP Address from these code B4X: MyMQTT.Connect("iot.eclipse.org","1883", "test", "", "", "/android/", "dead", 0, False, True, 60) thank you
i saw from this article https://www.b4x.com/android/forum/threads/jg-mqtt-library.51842/page-3#posts, how to implementation using IP Address from these code B4X: MyMQTT.Connect("iot.eclipse.org","1883", "test", "", "", "/android/", "dead", 0, False, True, 60) thank you
Erel B4X founder Staff member Licensed User Longtime User Jul 25, 2023 #2 I recommend using this library: https://www.b4x.com/android/forum/threads/jmqtt-official-mqtt-client.59472/#content B4X: mqtt.Initialize("mqtt", "tcp://123.123.123.123:16496", clientId) Last edited: Jul 26, 2023 Upvote 0
I recommend using this library: https://www.b4x.com/android/forum/threads/jmqtt-official-mqtt-client.59472/#content B4X: mqtt.Initialize("mqtt", "tcp://123.123.123.123:16496", clientId)
bdunkleysmith Active Member Licensed User Longtime User Jul 25, 2023 #3 @Erel is the link to the recommended library correct as it just comes back to this thread? Upvote 0