madru Active Member Licensed User Longtime User Apr 20, 2017 #1 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: Apr 20, 2017
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
madru Active Member Licensed User Longtime User Apr 24, 2017 #2 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2017 #3 It might be added in the future. I do not know whether it is a simple addition or not. Note that all platforms support WebSockets.
It might be added in the future. I do not know whether it is a simple addition or not. Note that all platforms support WebSockets.
madru Active Member Licensed User Longtime User Apr 24, 2017 #4 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 ?
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 ?
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2017 #5 MQTT over WebSockets is not supported.
madru Active Member Licensed User Longtime User Apr 24, 2017 #6 that is the reason why I put the request in