Skip to content
/ 42-ping Public

A tool that sends ICMP echo messages to check availability of a host (a school 42 project)

Notifications You must be signed in to change notification settings

alurm/42-ping

Repository files navigation

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.

About

A tool that sends ICMP echo messages to check availability of a host (a school 42 project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published