B4R Question ESP8266 & Mqtt.initialize

coslad

Well-Known Member
Licensed User
Longtime User
Hi

in the Erel's tutorial:
https://www.b4x.com/android/forum/threads/mqtt.65669/

the mqtt.initialize is this :

B4X:
mqtt.Initialize(ethClient.Stream, serverIp, serverPort, "arduino", "Mqtt_MessageArrived", "Mqtt_Disconnected")

it refears to an ethernet connection , but into the esp8266 we have a wifi connection , what should be the initialize command ?

Have you some working example ?

Thanks
 
Top