cancel
Showing results for 
Search instead for 
Did you mean: 

TCP communication problem.

SUNIL C THOMAS
Associate
Posted on March 09, 2018 at 11:41

Hi,

how we can communicate multiple tcp clients to a tcp server simultaneously using  FREERTOS?

with regards,

Sunil

Calixto Firmware Team

3 REPLIES 3
Andrew Neil
Chief II
Posted on March 09, 2018 at 11:57

Isn't that exactly what a LAN does - by definition ?!

Calixto Firmware Team

You mean: 

http://www.calixtosystems.com/Default

 ?

Calixto Systems rich expertise in Embedded system domain can help customers to resolve complex problems and accelerate to market.

http://www.calixtosystems.com/Services

Tilen MAJERLE
ST Employee
Posted on March 09, 2018 at 14:16

Hello

sunilc.thomas50

‌,

To create TCP connection to external TCP server, you need TCPIP stack, usually LwIP or any other, which supports TCP.

Best regards,

Tilen

Andrew Neil
Chief II
Posted on March 09, 2018 at 14:31

Note that FreeRTOS is a 3rd-party product - nothing specifically to do with ST or STM32.

For FreeRTOS documentation, support, etc, go to 

https://www.freertos.org/

  

There are even some TCP/IP Demos for you:

https://www.freertos.org/embeddedtcp.html