Pinger is my second Android application. This is a free, ad supported Ping utility. It can ping a specific address or ranges by specifying a hyphenated range such as 192.168.1.1-192.168.1.5 or a block using CIDR notation like 192.168.1.0/24. The default is to use the system ping of the underlying Linux system, which provides a lot of flexibility so that you can change packet size, ttl, and number of pings but a pure Java ping can also be done if needed. The pure java ping is less flexible but may work in cases that the system ping does not since it will attempt a tcp ping if the icmp ping fails or the system ping may be unavailable on a device.

Download by scanning with your Android device:

Nothing to see here, move along.

Pinger

Created:
May 25, 2010
Page updated:
May 25, 2010
Latest News: