A simple ICMP Echo implementation, based on golang.org/x/net/icmp.
Some sample programs are provided in cmd/
:
ping-test
is a really simple ping clonemultiping
provides an interactive TUI to ping multiple hostsping-monitor
pings multiple hosts in parallel, but just prints the summary every so oftenpingnet
allows to ping every host in a CIDR range (e.g. 0.0.0.0/0 :-))
- IPv4 and IPv6 support
- Unicast and multicast support
- configurable retry amount and timeout duration
- configurable payload size (and content)
- round trip time measurement
Simply fork and create a pull-request. We'll try to respond in a timely fashion.
Please create a pull request to get your software listed.
MIT License, Copyright (c) 2018 Digineo GmbH