Watch over for internet connection and notify you of its status. This tool is create by netcell and thanhdeptrai.
This simple tool is written using Node.js, tested on Windows 10 and Mac OSX El Capitan, but should works with most versions of Windows and Mac OSX that support notification.
The tool checks with ping
command of the system and notifies when you lose internet connection, when you get it back and when the connection quality is low.
Support translation: English and Vietnamese. Translations are welcome. Please look into language.js
file for more information and create a PR if you want to contribute a translation.
Feel free to follow me on twitter @netcell and check out my blog!
npm install -g netify
netify
Available options:
--host|-h
: by defaultnetify
pingsgoole.com
, you can change the destination host using this option, eg.
netify -h=github.com
--threshold|-t
: by default whenttl
is over1000
,netify
will notify you that the connection is weak, you can change the threshold using this option, the value is inms
, eg.
netify -t=300
--silent|-s
: disable notification, not really useful but thanhdeptrai insisted.--lang
: by defaultnetify
use English translation, you can change it using this option, eg.
netify --lang=vi
- You also can use the language code directly, eg.
netify --vi
Supported languages and codes
en
: Englishvi
: Vietnamese
This content is released under the (http://opensource.org/licenses/MIT) MIT License.