2018-03-09 02:41 AM
Hi,
how we can communicate multiple tcp clients to a tcp server simultaneously using FREERTOS?
with regards,
Sunil
Calixto Firmware Team
2018-03-09 02:57 AM
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.
2018-03-09 05:16 AM
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
2018-03-09 05:31 AM
Note that FreeRTOS is a 3rd-party product - nothing specifically to do with ST or STM32.
For FreeRTOS documentation, support, etc, go to
There are even some TCP/IP Demos for you: