2016-09-20 03:27 PM
Hi all,
I am using stm32f746disco and working in the LWIP stack, having the provided examples as a guide.I can receive and transmit data successfully, but only I can send data to the current tcp_pcb running in the callback funtions.If I have 3 clients, how can I choose to which to send data at any time??I can't find any kind of accepted concections list.Thanks in advanceCarlos2016-09-21 02:10 AM
Hi m.carlos,
Irecommend that you check the user manual ''Developing applications on STM32Cube with LwIP TCP/IP stack'', in part '' 4.Developing applications with LWIP stack''. -Hannibal-