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.
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