Skip to main content
SUNIL C THOMAS
Associate
March 9, 2018
Question

TCP communication problem.

  • March 9, 2018
  • 3 replies
  • 1078 views
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 topic has been closed for replies.

    3 replies

    Andrew Neil
    Super User
    March 9, 2018
    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
    March 9, 2018
    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
    Super User
    March 9, 2018
    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.