Matthew Rollings
Matthew Rollings
You can use fullstring on the PingResult to get the complete output from the ping commnand, currently there are no helper methods to obtain these. I will have a look...
Can you provide your calling code so I can run some tests on it? The local device's mac address will be hidden as it is a security feature in android.
Ah good find. I will fix this in the next version!
I'm not currently aware of any free services that provide an api to lookup mac address to vendor name. If you know of any please let me know and I...
@grolschie It's not quite dead, but my day job has switched away from Android development so work on this has taken a back seat. This library is still used in...
I've just tested the sample app on android 6.0 and I'm not having any UI blocking issues. What device are you using? Try lowering the thread count in case your...
This library isn't under active development right now, I'll review and accept PRs if you want to fix it though!
This is strange, I know ANT and fing use similar methods for scanning the network so I'm not sure why none are returned. This is going to be a difficult...
Hi @eakteam Can you try increasing the timeout of the scan to see if more devices are discovered? Maybe 5 - 10 seconds is enough SubnetDevices.fromLocalAddress().setTimeoutMillis(10000).findDevices(new SubnetDevices.OnSubnetDeviceFound() { @Override public...
Ok, so to confirm you have some devices that don't respond to ping and they cause the native ping binary to output "no answer yet for icmp_seq="? I don't think...