Skip to content

malanmoon/icmp-ping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

  • Its a small Ping CLI application for MacOS or Linux. Support for both IPv4 and IPv6, and allow to set TTL as an argument and report the corresponding "time exceeded” ICMP messages.
  • The CLI app accept a hostname or an IP address as its argument, then send ICMP "echo requests" in a loop to the target while receiving "echo reply" messages. It report loss and RTT times for each sent message.

Usage

  • -c to set number of times to send ping request.
  • -i to set time (in second) between ping request.
  • -t to set the TTL.
  • -s to set the packet size.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%