An open API service indexing awesome lists of open source software.

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

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.