2025-05-26 10:51:21 +02:00
2025-02-25 09:47:28 -05:00
2025-05-19 14:19:17 +02:00
2025-02-18 10:33:58 -05:00
2025-02-18 10:33:58 -05:00
2025-02-18 10:33:58 -05:00
2025-05-26 10:51:21 +02:00

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

Description
No description provided
Readme 130 KiB
Languages
C 84.4%
CMake 8.8%
Makefile 6.8%