FreeRTOS+TCP Questions. Which forum

wavsse wrote on Friday, August 31, 2018:

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?

heinbali01 wrote on Friday, August 31, 2018:

This is the perfect place to ask anything about FreeRTOS+TCP.

See for instance this post.

virviglaz wrote on Friday, September 07, 2018:

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.

heinbali01 wrote on Friday, September 07, 2018:

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?