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/CC3200-LAUNCHXL: Can CC3200 supports multi tcp socket server?

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hello,

Can CC3200 supports multi tcp socket server? If CC3200 supports multi tcp socket server, please provide demo code.

  • Hi Alvin,

    What do you mean by "multi tcp socket server"? With CC3200 devices you can have TCP server for multiple simultaneously connected clients. CC3200 supports up to 8 concurrent sockets. That means you can create server for up to 7 simultaneously connected clients.

    CC3200 devices supports BSD like sockets. At internet (and e2e forum as well) you find many examples how to create TCP server for multiple simultaneously connected clients.

    Jan