Files
ft_ping/README.md
2025-05-26 10:51:21 +02:00

558 B

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