-->
Page 1 of 1

Dynamically change ssid name

PostPosted: Wed Jan 09, 2019 8:51 am
by wonderfuliot
Hi,

Is it possible to change the SSID after a client has connected, if yes, how?
I am using WiFi.softAP(ssid, pwd); API to start an AP and want the SSI to change to show the number of users connected to the AP ie I want to start AP visible as TestAP-0 and when 1 client is connected it should show TestAP-1.

This will let users know the current 'load' on the AP.

Thanks and Regards,
WI