Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 354 Bytes

Go Spoken Ping

A TCP connect ping written in Go. Internet was down for the afternoon, so wrote this to let me know when it was working again. Requires OS X for the 'say' command

Build

go build -o spoken-ping

Run

./spoken-ping -p 80 -w 30 -s 5 1.1.1.1

Usage

-p Port

-w Wait timeout

-s Stop after X successful pings