Skip to content

bachittle/ping-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping-go

ICMP echo request and response tool (known as ping) written in Go

Usage

For Linux

(building from source)

foo@bar:~$ go build
foo@bar:~$ ./ping-go [-c count] destination

if you get socket: operation not permitted, try running as root (or sudo)

For Windows

(building from source)

go build
ping-go.exe [-c count] destination

About

ICMP echo request and response tool (known as ping) written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages