Question
socket server and multiple clients
Posted on December 09, 2015 at 17:53
In my application, the
SPWF01 needs to be both MiniAP and socket server. I'm unclear how multiple socket clients would be supported - my understanding is that when in socket server mode, the SPWF01 switches to data mode on an incoming client connection, after which a bidirectional connection is established between the host MCU UART port and the client. So, how does one support multiple concurrent socket client connections?