As you all know, Android devices come with the the functionality to turn the phone into a access-point/hotspot.
Is it programatically possible to get the number of devices connected to the phone's wifi access-point?
As you all know, Android devices come with the the functionality to turn the phone into a access-point/hotspot.
Is it programatically possible to get the number of devices connected to the phone's wifi access-point?
you can count connected devices on access point and it's get hardware mac address on below link on android: http://www.flattermann.net/2011/02/android-howto-find-the-hardware-mac-address-of-a-remote-host/
code from above link:
or if u have problem on code try below code: