https://github.com/mrinjamul/notify-con
A simple service to check internet states
https://github.com/mrinjamul/notify-con
Last synced: 11 months ago
JSON representation
A simple service to check internet states
- Host: GitHub
- URL: https://github.com/mrinjamul/notify-con
- Owner: mrinjamul
- License: mit
- Created: 2022-05-28T22:43:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T11:31:03.000Z (about 4 years ago)
- Last Synced: 2025-06-05T08:13:57.319Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
notify-con
⏲ notify-con notify when a internet connection is lost or back.
## Usage
To create a Windows Service from an executable, you can use sc.exe:
```
sc create InternetCheckService binPath=""
sc start InternetCheckService
```
```
nssm install InternetCheckService ""
```
As for me, I use this path `C:\bin\notify-con.exe`.
Note: you need to run this service as user service, so that you can send a notification to the user.