Skip to content
forked from bithapa/ping

C++ ping program to send "ICMP Request"

Notifications You must be signed in to change notification settings

stevesobol/ping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#ping

This is ICMP "Echo Request" program written in C++.

  - clone the repository
  - to compile:             g++ ping.cpp
  - to run:                 ./a.out <hostname/IP address>

About

C++ ping program to send "ICMP Request"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.3%
  • C++ 44.7%