haikelfazzani / pingy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ 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 🌐

License:MIT License


Languages

Language:Go 75.2%Language:Makefile 24.8%