Skip to content

quangIO/SimplePing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePing

Ping with linux raw socket using ICMP(V6)

Build

mkdir build && cd build
cmake ..
make

Run

  • ping google.com sudo ./simpleping google.com
  • ping 127.0.0.1 with ttl=64 sudo ./simpleping 127.0.0.1 64
  • ping ::1 with auto hop limit 3 times sudo ./simpleping ::1 0 3

About

Ping with linux raw socket using ICMP(V6)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published