stealthcopter / AndroidNetworkTools

Set of useful android network tools
Apache License 2.0
1.39k stars 282 forks source link

Subnet tools (find devices on local network) #19

Closed Alamusitl closed 6 years ago

Alamusitl commented 6 years ago

Hi , my question is how to find devices on local network? Use the ping or have other way?

stealthcopter commented 6 years ago

Hi @Alamusitl Yes, currently you'd need to implement it yourself by looping over all valid addresses in the subnet and pinging to see if they are reachable. I will have a look at adding FindSubnetDevices as a enhancement shortly

stealthcopter commented 6 years ago

I've added finding subnet devices to version 0.3.0 and published a release. Enjoy :)