https://github.com/dozyio/spoken-ping
Spoken Ping - lets you know when the internet is a back on
https://github.com/dozyio/spoken-ping
go ping tcp
Last synced: about 1 year ago
JSON representation
Spoken Ping - lets you know when the internet is a back on
- Host: GitHub
- URL: https://github.com/dozyio/spoken-ping
- Owner: dozyio
- Created: 2020-08-11T19:21:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T19:23:22.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T17:56:01.620Z (over 1 year ago)
- Topics: go, ping, tcp
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
go build -o spoken-ping
```
## Run
```sh
./spoken-ping -p 80 -w 30 -s 5 1.1.1.1
```
## Usage
-p Port
-w Wait timeout
-s Stop after X successful pings