Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 319 Bytes

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