Websockets example

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I'm trying to find examples of using websockets with WICED-SDK-3.7.0 (module EMW3165, freeRTOS, LwIP). Are there any examples I can check out to wrap my head around implementing websockets?

0 Likes
3 Replies
Anonymous
Not applicable

I think we don't have any ready made example using web sockets. We have protocol API defined in the following folder

pastedImage_1.png

You can use them and implement the application.

Anonymous
Not applicable

Thank you rash I'm more interested in an example though even if a toy one. I know about the API, but the documentation is lacking in this sense.

0 Likes
Anonymous
Not applicable

The following forum post may help you:

>> Re: WebSocket Custom Port Setting