how to icmp ping on android

前端 未结 4 964
执念已碎
执念已碎 2020-12-08 08:11

I need to do a icmp ping to a host from my android device. I need to measure the round trip time. I am proficient with android and java, just dont know what library to use.

4条回答
  •  遥遥无期
    2020-12-08 08:51

    you can use the open source code of terminal emulator available here

    build the library(using cygwin and android-ndk) file and then use

提交回复
热议问题