By Abdelfetah Hadij
A minimal implementation of the classical ping command.
Download git repository as zip
This program only depends on standard POSIX libraries (i.e. standard libraries present on every UNIX-like system).
In a shell you must run in the main directory of the project :
$ cd build/
$ cmake
$ make
In the same directory as before (build) you must run the shell as :
./ping [-i interval] [-c count] [-p pattern] [-f] [-a] [-h]
[-i interval] : interval between sent pings in seconds
[-c count] Number of pings to send before exit. If not provided pings are continuously sent until the program is finished (CTRL-C)
[-p pattern] The payload of each packet as an HEX string
[-f] : enable flood pinging (use with caution)[-a] : play an sound on every response received.
[-h] print this help
Last time updated : 30 Mar 2025.