Websockets (RFC 6455) with RTCS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Websockets (RFC 6455) with RTCS

Jump to solution
1,579 Views
domdom
Contributor II

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


0 Kudos
Reply
1 Solution
948 Views
DavidS
NXP Employee
NXP Employee


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

View solution in original post

0 Kudos
Reply
3 Replies
949 Views
DavidS
NXP Employee
NXP Employee


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

0 Kudos
Reply
948 Views
domdom
Contributor II

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

0 Kudos
Reply
948 Views
DavidS
NXP Employee
NXP Employee

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

0 Kudos
Reply