FreeRTOS+TCP Questions. Which forum

Browsing around the FreeRTOS+TCP section of freertos.org, I couldn’t find any formus link for that particular stack. If there is a specific forum for the +TCP stack, can someone give me a link? If not, is this forum the place to post such questions?

FreeRTOS+TCP Questions. Which forum

This is the perfect place to ask anything about FreeRTOS+TCP. See for instance this post.

FreeRTOS+TCP Questions. Which forum

Hi, I’m trying to make working TCP. Sending and received works so far in different threads. Is there any example how to use them combined? Typical application – I connect to server, send some data, receive some data back, disconnect.

FreeRTOS+TCP Questions. Which forum

Is there any example how to use them combined?
What do you mean with this question? Do you want to use a couple of sockets from single task?