Websockets (RFC 6455) with RTCS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Websockets (RFC 6455) with RTCS

ソリューションへジャンプ
2,212件の閲覧回数
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,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 件の賞賛
返信
3 返答(返信)
1,582件の閲覧回数
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,581件の閲覧回数
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,581件の閲覧回数
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 件の賞賛
返信