Skip to content

πŸ“ A straightforward command line implementation of ICMP Echo, designed to provide a quick and easy way to test network connections - Pingy 🌐

License

Notifications You must be signed in to change notification settings

haikelfazzani/pingy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Pingy

A simple ICMP Echo implementation, based on golang.org/x/net/icmp.

Language:Go License:MIT Latest Release

Usage

Simply specify the target host name or IP address in the first argument e.g. pingy github.com or pingy 8.8.8.8.

Usage:
  pingy [OPTIONS] HOST

Application Options:
  -u        Url to ping
  -a        IP address to ping
  -t        Wait for the response from the remote host timeout (default: 10)
  -v        Show version

Help Options:
  -h, --help        Show this help message

Installation

Download executable binaries

You can download executable binaries from the latest release page.

Latest Release

Build from source

To build from source, clone this repository then run make build or go install. Develo_ping_ on go1.20.1 linux/amd64.

Another way to install it if you have go in your machine just:

go install github.com/haikelfazzani/pingy@latest

LICENSE

MIT

Author

haikelfazzani

About

πŸ“ A straightforward command line implementation of ICMP Echo, designed to provide a quick and easy way to test network connections - Pingy 🌐

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published