Omping (Open Multicast Ping) is tool to test IP multicast functionality primarily in local network.
- Similar user experience as classic ping tool
- Ping multiple hosts at once
- Implementation of RFC Draft [http://tools.ietf.org/html/draft-ietf-mboned-ssmping-08]
- Any-source and Source-specific Multicast
Fedora contain omping package. Use yum for installation.
$ yum install omping
For stable version, use https://github.com/jfriesse/omping/releases/download/0.0.4/omping-0.0.4.tar.gz. For newest git, use
$ git clone git://github.com/jfriesse/omping.git
$ cd omping
$ make
Please use GitHub issues.
If a defect is found in omping, please create new issue. You can also try to find and fix bug and create pull request.
This project is maintained by Jan Friesse (Red Hat)