https://github.com/guaychou/MacToolsPing
The purpose of this tools is to monitoring ping latency to google.com / cloudflare
https://github.com/guaychou/MacToolsPing
developer-tools golang macos mojave
Last synced: about 1 year ago
JSON representation
The purpose of this tools is to monitoring ping latency to google.com / cloudflare
- Host: GitHub
- URL: https://github.com/guaychou/MacToolsPing
- Owner: guaychou
- Created: 2020-04-30T18:04:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T13:42:32.000Z (about 6 years ago)
- Last Synced: 2025-03-30T07:02:13.612Z (about 1 year ago)
- Topics: developer-tools, golang, macos, mojave
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mac Tools Ping
The purpose of this tools is monitoring your ping latency to google.com
This tools will appears in your system tray.
- Tested in Mac OS Mojave 10.14.6
### Screenshot

### How to build from source:
Requirements:
- Golang 1.13 or above
- Go module on
```cassandraql
$ git clone https://github.com/guaychou/MacToolsPing.git
$ cd MacToolsPing
$ chmod +x build.sh
$ ./build.sh
```
Download release [here](https://github.com/guaychou/MacToolsPing/releases/download/v1.0/PingService.zip)
Credits to :
- [getlantern](https://github.com/getlantern/systray)
- [sparrc](github.com/sparrc/go-ping)