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.

Websocket client Concerto F28m36 TI-RTOS NDK



Hi all,

I want to create a websocket client in the application layer of the TCP/IP but I am quite loss on how to start creating a new application in the ndk.

Could someone help me with an example or any help?

Many thanks and regards

  • Hi Inaki,

    Sorry for the late response. It looks like this one fell through the cracks.
    I'd suggest you take a look at the TCP Echo example in TI-RTOS for the F28M36 - you should be able to find this under the Ethernet Examples for your part using the TI Resource Explorer. It shows you how to use TCP sockets to communicate. You can implement your Websocket client layer using TCP sockets in a similar manner.

    Best regards,
    Vincent