LWIP - how to choose client to send data in server mode i.e
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-09-20 3:27 PM
Posted on September 21, 2016 at 00:27
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 advanceCarlos
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-09-21 2:10 AM
Posted on September 21, 2016 at 11:10
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-