-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not finding a laptops #5
Comments
Off the top of my head, you could have a network configuration that was not accounted for in the scanner.
|
Browski , Actually I thought maybe, my firewall prevents me from this but when I use other apps, they still do discover laptop.However, funny part is I tried same project with my 2 different ffriends and in one of them it worked as its supposed to be but other one was the same like mine. And information about your question: Scanner Device make and model : LG G2-D802 IP address not found by scanner= 192.168.1.5 Thanks in advance.. |
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 a device is at the IP address: Does the device respond to a ping from another device? |
I know I have been mingled with code quite much lately :D I understood how it works exactly and I congrulate you for your really nice work. So I also just now tested to ping to my laptop from another laptop and it works.... My laptop runs Win10, and other is win7... they both can ping to each other whıch means that they re searchable ... Bro btw, I added u on facebook ıf u dont mınd, we can talk on there I'm also computer engineering student from Turkey :) So bottom line is, I dont know what to do more .. :( u can just connect me via teamviewer and look for further implementation bro, if we contact |
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? perhaps, that the laptops are not responding the the request quick enough? Feel free to fork it and mess experiment; you are free to make whatever changes according the license: https://github.com/dmashuda/networkScanner/blob/master/LICENSE-2.0.txt |
Bro, I just set the timout 15000.result is still same :( Here takes so long to write , dıd u see my friendship request on facebook? or if u use skype we can talk more easily, I really dont know why it doesnt detect, we have to make a brain storm together:D |
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. |
Okey thanks so much .I appreciate it... U can contact me by then . |
bro when will we troubleshoot? |
Unfortunately I am busier that I expected this weekend, and cannot troubleshoot with you. I was able to investigate different methods of device discovery. If you could try and run that app on your network and let me know if it works or not? if it does work for you, then I will put in an issue to refactor how we scan in this project. |
Hi bro, I also downloaded this project before too, it works absolutely fine . |
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. |
Okey I'm tryna develop it too, I also added to program kind of vendor finder option too , I dont know how to use github exactly bro but when I'm done with project I guess I'll upload it all to here or on your wall here:D I dont know how its done but shouldnt be hard, just tryna finish project now for my thesis :) |
I will close this issue when it is fixed, you should get a notification automatically. |
hi bro, did u make any progress? I have been trying to fix this two days in a row but still no solid solution come out. |
hi, sir mashuda did u find any solution? ı couldnt still :D :( |
I just pushed a modification to implement a native ping. ac42209 This should fix the issue that you have been having |
Hi bro, I just downlaoded latest update of project, but still aint working.. :( |
Hello bro, greetings from Turkey, I just try to run this project but as far as i see and understand , somehow, it doesnt find my laptops ,however, finds my all phones and tablets, why does it happen?
The text was updated successfully, but these errors were encountered: