WiFi_Check icon indicating copy to clipboard operation
WiFi_Check copied to clipboard

Checks WiFi network Connection and Restarts it if is down

Results 10 WiFi_Check issues
Sort by recently updated
recently updated
newest added

a temporary switch of bash locale to C prevents english regex "inet addr:" to break on non-english systems; full paths to ifconfig, ifup and ifdown allow calling script from root...

The instructions imply that this script does not need to be rans as root however I get error: Starting wifi check for wlan0 Thu Dec 3 18:13:28 UTC 2015 Performing...

...er SUDO's crontab Script worked when run from command line but gave "command not found" when run under the sudo crontab - added path to script to make it work.

Hi, I like your script (the idea behind it) but it doesn't work for me. As far as i understand you are looking to see if there is an ip...

IPv6 support (ifconfig returns inet6 addr) ESSID check, on static configuration, inet(6) addr will be set even when not connected to AP Silent mode, prevent crontab log to grow huge...

Hi, I like the script very much. But I found that when we use other system LANG then C (or some kind of English) the script gets confuse. So I...

Added full path - did not work through root crontab without the full path to ifconfig and ifup/ifdown scripts. Running latest raspbian.

add some sample configs wlan/network and bugfix non-english locales

Hi Kevin, Thanks for publishing this script. I am using it on my RPi and it works very well. To get it working as a crontab entry on my system...