I'm trying to get a list of all devices connected to the LAN wifi network that my phone is on. (running an app inventor2 app)
is there a way to do this ? something similar to FING or angryIP or my IP scanner..
the end goal is to create a list of these IP's in a created app and select one for use.. like send a command using webviewr to to the selected IP
here is a step by step use case:
1. press button 1
2. list of all connected devices and their IP's // i need help to get these IP's
3.store the IP's in list view
4. select 1 IP from list
similar to Taifun's get all available ssid's, but im looking for just local connected device IP's