Websockets (RFC 6455) with RTCS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Websockets (RFC 6455) with RTCS

跳至解决方案
2,211 次查看
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


标记 (4)
0 项奖励
回复
1 解答
1,580 次查看
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 项奖励
回复
3 回复数
1,581 次查看
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 项奖励
回复
1,580 次查看
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 项奖励
回复
1,580 次查看
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 项奖励
回复