Wish MQTT WS

madru

Active Member
Licensed User
Longtime User
Hi Erel,

would be nice to have a MQTT version with Websocket support

B4X:
protected static final int URI_TYPE_WS = 3;
protected static final int URI_TYPE_WSS = 4;

THX
 
Last edited:

madru

Active Member
Licensed User
Longtime User
Erel,

any change that we see Ws & WSS in the near future ?

The actual eclipse/paho.mqtt.java has it, is it not just a matter of recompiling the Lib again?
 

madru

Active Member
Licensed User
Longtime User
Hi,
yes I know that WebSocket is supported in general.....

can you give an example how the handshake has to be implanted together with the TCP/MQTT lib ?
 
Top