This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/PROCESSOR-SDK-C6748: Need suggestion on websocket implementation with NDK

Part Number: PROCESSOR-SDK-C6748

Tool/software: TI-RTOS

I would like to implementation websocket on top of NDK. I am looking at the way NDK expects the app to hook up the webpages and I do not see a way that I can do at the app level to handle the websocket handshake request. Do you guys see a way that I can do it? I was thinking of cheating it by setting the path to a cgi one but it seems like the GET request does not get any of the content passing up to the app level. Only the content of a POST request will be passed up. Any help on this is appreciated.

Thanks,

Charles