I am currently working on the implementation of the traceroute function in android, and for this I need help.
I asked a question about this at https://stackoverflow.com/a/166189/ .
And in response, the user suggested that I do the following:
The busybox utility includes traceroute. You can run busybox on your device without shortening your phone by following this youtube tutorial . You will then be able to use the first code segment that you submitted to request traceroute from your application. Of course, you will need to make sure that you are using the correct path when calling traceroute.
Now you’ll think why I ask about it again, but I watched the video and coudnt to understand how to make it work in my application, as if I wanted to make such an application, how to do it, how can I install the appbox busybox in the user device.
So please show me the code so that I can understand it.
source
share