No description
| .idea | ||
| .vscode | ||
| includes | ||
| srcs | ||
| .clang-format | ||
| .clang-tidy | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Makefile | ||
| README.md | ||
ft_ping
ft_ping is a 42 project where the goal is to recreate inetutils 2.0's ping program with just ipv4 support, without dns resolution. Ping is a program that sends icmp echo request packets and awaits icmp echo response packets, calculating the RTT in miliseconds and shows the min/max/avg/stddev time on program exit.
To build simply run make, to install into project root with the correct permisions run make install.
For usage run ./ft_ping --usage, For help run ./ft_ping --help