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.

CCS/CC3100: CC3100 WebSocket client

Part Number: CC3100
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hi All:

Our project needs to use the WebSocket client mode of CC3100 as a long connection mode to transmit control commands.

However, there is no example of a WebSocket client. Only the example of the WebSocket server of CC3200,

please provide an example of a WebSocket client. Thanks.

  • Hi Dong,

    Other than the WebSocket server example within the websock_camera example, we do not have another example of websockets. We do not have any plans on making a websocket client example at this time.

    However, there are a variety of third-party solutions which implement websocket client on embedded systems. For example, there is the Mongoose which supports websocket client functionality. Since the CC3100 uses BSD sockets, you can take any of the available open-source lightweight implementation of websocket client that you want and get it working with the CC3100.

    Let me know if you have any further questions or have any issues getting a websocket client implementation working on your system.

    Regards,

    Michael