I am creating a project where I will have a tree of ESP8266's connected to each other, as the Soft AP limit is 8, I need a script that can handle 8 per unit.
I found a method of finding both IP and Mac Addresses of all connected stations on this link.
But I know that there is the function "remoteIP" which returns the IPAddress object of any remote connection (which if one is acting like a WIFI_AP should be a connected device).
What I want to know is that if there is a way to find more than just one connected remoteIP and if so how to do so in WIFI_AP_STA mode? Can the instruction in that link work in WIFI_AP_STA?