stealthcopter / AndroidNetworkTools

Set of useful android network tools
Apache License 2.0
1.36k stars 283 forks source link

Is It possible get info about Bytes , Icmp_seq ? #20

Closed alfo888 closed 6 years ago

alfo888 commented 6 years ago

Is It possible with the library to get info about Bytes , Icmp_seq as below? Thanks a lot

PING localhost (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.022 ms 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.027 ms 64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.029 ms 64 bytes from localhost (127.0.0.1): icmp_seq=4 ttl=64 time=0.030 ms

alfo888 commented 6 years ago

I get the information, thanks for the lovely library