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.

CC3200: CC3200 multi Socket(TCP Client) Create

Part Number: CC3200

Can the cc3200 module create multiple Sockets (TCP Client) and connect to multiple TCP Servers?

  • Hi,

    Yes, it can. CC3200 supports up to 8 sockets simultaneously. That mean is can create and connect up to 8 TCP clients at same moment. Common way is to use separate threads for TCP clients. Other option can be usage of single thread with sl_Select() API usage. For more details about multisocket TCP implementation please search for BSD socket tutorials at internet.

    Jan

  • After creating Soft AP and TCP Server, I managed multiple client connections (Packet TX / RX).
    Confidence was needed before implementation began.
    thanks