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

This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
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

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
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

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

 
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.