🏓 Pingy
A simple ICMP Echo implementation, based on golang.org/x/net/icmp.
![Latest Release](https://img.shields.io/github/v/release/haikelfazzani/pingy?style=flat-square)
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](https://img.shields.io/github/v/release/haikelfazzani/pingy?style=flat-square)
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