This program permit to have your current ping in ms inside your menu bar on your computer !
( cf Screenshots)
This tool is useful when traveling with an unstable connection to know if you can try to work or not 🙂.
You can download the last release of the project in the project releases.
Running the app will automatically add you a tray in your menu bar.
The reference to determine your ping is the Google DNS server (8.8.8.8),
this option cannot be configured at this time)
| Indicator | Latency Range |
|---|---|
| 🟢 | Latency < 40ms |
| 🟠 | Latency < 75ms |
| 🔴 | Latency >= 75ms |
You can follow the article from Apple which explain how to start the app automatically at boot:
https://support.apple.com/guide/mac-help/open-items-automatically-when-you-log-in-mh15189
The installer automatically add the program to startup programs.
If you wish to update the icons, you need to run the generate-icons.sh which gonna generate
golang []bytes array representing the icon.
To generate icons, you also need to install 2goarray
go get github.com/cratonica/2goarray
go install github.com/cratonica/2goarray
⚠️ We use .ico file because it's the only supported format on windows, according to @ZGGSONG
Feel free to contribute !
Creative Commons Attribution-NonCommercial 4.0 International License

