Hello,
does anybody have experience implementing websockets (HTML5, RFC 6455) based on the RTCS component? As is see, there is a webserver implementation that supports html, but i did not find anything about websocket support. Did anybody deal with websockets using RTCS before?
Best regards,
Dom
Solved! Go to Solution.
Hi Dom,
Websockets is too big for MQX and at least for the nearterm is not on the MQX roadmap.
We see that Websockets will be more used on devices that support Linux and Android.
Regards,
David
Hi Dom,
Websockets is too big for MQX and at least for the nearterm is not on the MQX roadmap.
We see that Websockets will be more used on devices that support Linux and Android.
Regards,
David
Hello David,
thanks for your reply. I thought that Websockets is just a tcp socket connection, which was initiated from a client via a website using a defined handshake. I found a webserver example project in the MQX install folder, so i thought that i could combine this with an additional tcp socket to a Websocket connection. Did i misunderstand the complexity of Websockets?
Best regards,
Dom
Hi Dom,
Here is were I found good information on Websocket:
A couple of web sites I’ve looked at:
http://en.wikipedia.org/wiki/WebSocket
http://libwebsockets.org/trac#<http://libwebsockets.org/trac>
Regards,
David