Skip to content

wookookie/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PING

Test the network response time.

NOTE

This source code is for studying the RAW sockets, C++20 and CMake. The ping algorithm referenced iputils/ping, and the source code can be found at the following link: https://github.com/iputils/iputils

HOW TO USE

1. Install the prerequisites

$ sudo apt install libcap-dev

2. Clone and build

$ cd <your-workspace>
$ git clone https://github.com/danichoi737/ping.git
$ cd ping
$ mkdir build && cd build
$ cmake ..
$ make

3. Launch

$ ping <target-ip>

About

Test the network response time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published