Skip to content

ReubenMathew/pingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pingo

Go Report Card Build

Pingo is a lightweight ICMP echo request CLI.

Installation

Check the releases page for platform specific download

Build from source

Navigate to /src and run go build -v -o pingo

go build -v -o pingo.exe for Windows platforms

Build for all platforms

Navigate to /tools and run ./build.sh

Makefile coming soon

Usage

$ ./pingo

Example

? Address to ping:  192.168.0.1
? Choose an IP protocol:  ipv4                                 
? Enter a timeout in ms:  200

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Created with โ™ฅ by Reuben