Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renset/linkq
macOS menu bar utility to display the quality of internet connection
https://github.com/renset/linkq
internet macos menubar swift
Last synced: 18 days ago
JSON representation
macOS menu bar utility to display the quality of internet connection
- Host: GitHub
- URL: https://github.com/renset/linkq
- Owner: Renset
- License: mit
- Created: 2023-05-18T23:12:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T16:44:28.000Z (over 1 year ago)
- Last Synced: 2024-11-12T17:46:32.635Z (about 1 month ago)
- Topics: internet, macos, menubar, swift
- Language: Swift
- Homepage:
- Size: 716 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linkq
Dead simple macOS menu bar utility to display the quality of the current internet connection.
Automatically detects and displays the following connection states:
- Offline
- Poor
- Average
- GoodYou can download the latest signed universal binary on the [Releases](https://github.com/Renset/linkq/releases) page.
## Screenshots
## Firewall limitations
The quality is measured based on ping jitter, that's why IMCP packets shouldn't be blocked by your ISP/Firewall. Otherwise, the app will display unrelevant 'disconnected' status.## Motivation
I just wanted to create a simple utility which will show me when I have glitches in my internet connection during my Zoom calls, taking into account some strange [Macbook Wi-Fi issues](https://developer.apple.com/forums/thread/97805).## Contribution
Contributions are welcomed, however, adding new features to linkq is not planned at the moment.## Build
Checkout repository & build in Xcode.## License
MIT. See [LICENSE](https://github.com/Renset/linkq/blob/main/LICENSE) for details.