How to detect devices connected to my router using JNI QT
-
Hello all,
Please I would to build an android app that could detect and discover all devices connected to my router that my cellphone is connected to,
I do some search using Java, I find this code on github below:
https://github.com/alekseyld/android-network-discovery/tree/android_studio
Could you please help me to build this app? do you have any idea to do it? -
Any suggestion here please?
-
Please i there any other idea to do scan of devices connected to my router? using JNI or another method
-
Hi,
For that project you found, contact the author if the information given in the documentation are not enough.
-
is there any other method to do the scan of devices connected to my router?
-
That's a non trivial task as shown by the application you linked. You can re-implement the tools shown there in C++ if you really want to.