only one device connected to the AP(wifi shield)

When I was running the MJPEG Streaming AP program, I found that there was only one device connected to the AP. If I wanted the phone and the PC to connect to the AP at the same time, I would be unable to connect to the network.

How to solve it? :smiley:

You’d need to re-write the program to support multiple threads feeding the video stream along with multiple TCP ports. I don’t actually know how to do this.

Note that this is hard to do on a desktop PC too.

The AP mode only supports 1 client at a time. It’s a WINC limitation.

OK, Thanks. :nerd: