dmashuda
dmashuda
Off the top of my head, you could have a network configuration that was not accounted for in the scanner. Could you post the following information to help me figure...
So under the hood, the scan is pretty simple. It pings the available range of IP addresses and if the device responds to a ping, then the scanner says that...
I'm glad the you have gotten into the code! I am a Computer Science student from the USA. Have you tried upping the timeout for discovery? https://github.com/dmashuda/networkScanner/blob/master/app/src/main/java/com/unwind/netTools/DiscoverRunner.java#L24 perhaps, that the...
I don't have much time until Saturday, I'll touch base with you on Saturday to set up a time to troubleshoot this issue.
Unfortunately I am busier that I expected this weekend, and cannot troubleshoot with you. I was able to investigate different methods of device discovery. This app: https://github.com/rorist/android-network-discovery uses a raw...
I am going to implement a native ping option similar to: https://github.com/rorist/android-network-discovery/blob/master/src/info/lamatricexiste/network/Network/Ping.java. My impression is that InetAddress.isReachable() is not as reliable as a native ping option.
I will close this issue when it is fixed, you should get a notification automatically.
I just pushed a modification to implement a native ping. https://github.com/dmashuda/networkScanner/commit/ac4220955eb402d2fc17c44bac89de78f777dea0 This should fix the issue that you have been having