Matthew Rollings

Results 44 comments of Matthew Rollings

Ok, I understand. Can you send the full output of ping to one of these devices?

Can I see the output of ping directly? like this [email protected] ~ $ ping -v -i 1 192.168.0.3 PING 192.168.0.3 (192.168.0.3) 56(84) bytes of data. 64 bytes from 192.168.0.3: icmp_req=1...

The function just parses each line in the `/proc/net/arp` file so I would imagine this mac address is appearing multiple times for the same IP in there. I'm not sure...

Not currently with this library. We'd need to have a look at the TTL values on the packets replies from each device, I'll have a look to see if this...

Traceroute - in progress Lookup IP - simple Whois - more difficult, will see if it's possible

@fulvius31 great work on the workaround. It's a shame that on newer devices we will not longer have access to any ARP information without root :smiling_face_with_tear: Closing this as nothing...

This happens because Android hides local network MAC addresses for privacy reasons. There are some work arounds but nothing with the latest versions of Android :(

@KaviIDPal Thanks for your PR. Can you either remove your changes to `gradle.bat` or justify why it should be changed? It doesn't look like the content has changed in any...

@francescogatto I've tested the sample app with proguard enabled and it works correctly. Have you made sure to include the default android proguard rules? If so can you submit the...

Looks like it might just be the sample app's test results not getting copied correctly and causing the rest to fail...