About maximum number of websocket communication
Posted: Mon May 28, 2018 1:02 am
We started esp 32 at APmode.
8 wifi connected clients, we are doing websocket communication.
(Android * 1 & esp 8266 * 7)
If you join 9th to wifi, AP will go down.
Is there any countermeasure?
The number of max connection in WiFi AP.h is increasing
WiFi.softAPConfig(ip,ip,subnet);
WiFi.softAP(ssid,password,1,0,15);
WiFi.mode(WIFI_AP);
Thank you
8 wifi connected clients, we are doing websocket communication.
(Android * 1 & esp 8266 * 7)
If you join 9th to wifi, AP will go down.
Is there any countermeasure?
The number of max connection in WiFi AP.h is increasing
WiFi.softAPConfig(ip,ip,subnet);
WiFi.softAP(ssid,password,1,0,15);
WiFi.mode(WIFI_AP);
Thank you