android-network-discovery icon indicating copy to clipboard operation
android-network-discovery copied to clipboard

Android network tool: Discover hosts and scan their ports, in your Wifi/3G network.

Results 19 android-network-discovery issues
Sort by recently updated
recently updated
newest added

at info.lamatricexiste.network.Network.HardwareAddress.getNicVendor(HardwareAddress.java:82) at info.lamatricexiste.network.DefaultDiscovery.publish(DefaultDiscovery.java:263) at info.lamatricexiste.network.DefaultDiscovery.access$000(DefaultDiscovery.java:30) at info.lamatricexiste.network.DefaultDiscovery$CheckRunnable.run(DefaultDiscovery.java:184) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818) 2022-07-31 11:19:57.917 11115-11322/? E/HardwareAddress: unknown error (code 14): Could not open database 2022-07-31 11:19:57.917 11115-11319/? E/SQLiteDatabase:...

Hello All, I tried to understand how to use this code, please could you precise to me how to detect the devices connected to my router using my android app,...

First, this project is wonderful ! But Why can't discovery the hostname and device type of the device? I researched the code and don't know how to solve it, plz...

Really this is great library. +1 for this implementation. i am unable to get vendors name and device type. Its showing Unknown vendor name. Also sometime app crashes with "could...

The "options" button exits program..

Hi, I tried running this and I can't work with the SDK. What configuration is required to run this in Android Studio, I have very little experience with Android. Many...

Hi, Is it possible to rewrite the code to support latest SDK? In fact, I'm having troubles with DownloadFile.java where such imports aren't recognized: import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException;...

HI I tried a few different versions because with the fdroid version the nic db doesn't seem to be downloading. I always get a "0 new devices" message or similar....

Hello, I can't able to get vendor name and hostname of the device. when use hostname method it returns IP address. -Thanks.