Skip to content

kiner-shah/Pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pinger

Ping library made using C++ 14 which sends ICMP ECHO requests and receives ECHO responses.

  • pinger - C++ 14 library and test file
  • old - old code written in C during college days (it has its memories :-D)
  • sample file - sample file showing how to use the library

Building from source

git clone https://github.com/kiner-shah/Pinger.git
cd Pinger/pinger
mkdir build
cd build
cmake ..
cmake --build . --config Debug --parallel

About

Library for Ping (ICMP echo requests/responses) written in C++ 14

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published