This is a simple tool that behaves like the ping utility, checking availability of a given host. It does it's job by sending ICMP echo messages and receiving replies.
This is an implementation of a project at the school 42 [web archive].
There are Nix packages for this project and inetutils 2.0 (which is used as a reference) under packages/
.
A bunch of simple Bash tests can be run by typing make test
.
sudo ./ft_ping [--verbose] [--help] [--count <n>] [--time-to-live <n>] <host>
The license used for this project is MIT.