tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
664 stars 217 forks source link

WiFI AP and STA connect and disconnect #25

Closed snahmad closed 5 years ago

snahmad commented 5 years ago

Hi,

I need to keep track of now many WiFi clients are connected to my Access point. I run my application with both AP and STA modes.

I need to keep count of how many WiFi clients are connected to me via AP or STA and when it disconnect we get event. then we can decrement count.

tonyp7 commented 5 years ago

This kind of feature is not planned to be part of the wifi_manager