https://github.com/netromdk/check_conn
Get notified when your internet connection drops
https://github.com/netromdk/check_conn
Last synced: 2 months ago
JSON representation
Get notified when your internet connection drops
- Host: GitHub
- URL: https://github.com/netromdk/check_conn
- Owner: netromdk
- Created: 2015-11-11T17:26:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T08:43:39.000Z (over 10 years ago)
- Last Synced: 2025-01-19T06:44:17.194Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Check_conn
Get notified when your internet connection drops and when it comes back
up. I use it where connection is poor.
# Installation
* Clone this repo
* Execute `./setup.sh` - which will install all the dependencies
* Execute the application `./check_conn&`
# Troubleshooting
* Make sure the correct Python binary is being used
* Ensure the script is executable `chmod u+x check_conn.py`
* If you're not using `homebrew` or `macports` you can download the binary for
[terminal-notifier](https://github.com/julienXX/terminal-notifier/releases)
and place in your path so `check_conn` can execute it.