Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Cwebsocket on qnx neutrino: (2 Items)
   
Cwebsocket on qnx neutrino  
Hi All,

I have ported cwebsocket code in qnx and was trying to use websocket from my windows based machine to the qnx websocket 
using Vmplayer. It connects to the port , bind , listen and accept works fine but during the handshake part it fails to 
make a proper packet frame. It triggers an erro "Error in incoming frame".
The frame details and data are proper, i debugged the code and it seems to be fine.

Any experts on HTML5 websocket please answer me for the following questions.
1. HTML5 rendering engine of webkit is supported in Neutrino 650 ?
2. Why the handshake is failing in both cwebsocket and libwebsocket , similar thing in linux works fine without any 
issues.
3.Is it a qconn issue not able to be compatible with the websocket?

Any pointers on this will be greatly appriciated.

Regards,
Mateen Maldar
Re: Cwebsocket on qnx neutrino  
hi,

i will reply myself, cwebsocket open source is short of works . You need to go through RFC 6455 and valiadate it 
accordingly.

Regards,
Mateen Maldar