Ping Application in Android

后端 未结 3 499
一生所求
一生所求 2020-11-30 01:44

I am making an application which will implement some features of the \"ping\" command.The problem is, I have no idea of which library/libraries to use in ANDROID. anyone ha

3条回答
  •  感情败类
    2020-11-30 02:12

    I implemented "ping" in pure Android Java and hosted it on gitlab. It's has a couple useful features like being able to bind to a given Network.

    https://github.com/dburckh/AndroidPing

提交回复
热议问题