Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 738 Bytes

File metadata and controls

19 lines (11 loc) · 738 Bytes

Description

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.

Usage

sudo ./ft_ping [--verbose] [--help] [--count <n>] [--time-to-live <n>] <host>

License

The license used for this project is MIT.