A simple ICMP Echo implementation, based on golang.org/x/net/icmp.
Some sample programs are provided in cmd/:
ping-testis a really simple ping clonemultipingprovides an interactive TUI to ping multiple hostsping-monitorpings multiple hosts in parallel, but just prints the summary every so oftenpingnetallows 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