pazzokli Active Member Licensed User Longtime User Nov 19, 2020 #1 Hello, is possible list the MAC ADDRESSES of device connected to same wifi net? I would like the user pick from the list and choice device to connect (IOT ESP...) thanks
Hello, is possible list the MAC ADDRESSES of device connected to same wifi net? I would like the user pick from the list and choice device to connect (IOT ESP...) thanks
Erel B4X founder Staff member Licensed User Longtime User Nov 20, 2020 #2 Only if your router provides a way to get this information. Possible solution: MQTT Chat with Auto Discovery Upvote 0
Only if your router provides a way to get this information. Possible solution: MQTT Chat with Auto Discovery
J John Naylor Active Member Licensed User Longtime User Nov 20, 2020 #3 Install nmap, run a shell operation of nmap -sP 192.168.1.0/24 'Your ip range of course Parse results. Not ideal but it would work if the above solution doesn't. Upvote 0
Install nmap, run a shell operation of nmap -sP 192.168.1.0/24 'Your ip range of course Parse results. Not ideal but it would work if the above solution doesn't.