Milí majitelé routerů Turris,
toto fórum bylo 9. 12. 2016 zmrazeno a nahrazeno naším novým Turris fórem. Ještě chvíli bude dostupné k prohlížení, ale již zde není možné přispívat. Více informací naleznete v oznámení o uzavření fóra.
Dear Turris routers users,
this forum has been frozen on Dec 9th, 2016 and replaced by our new Turris forum. It will be read-only accessible for some time after. For more information, read the announcement about closing the forum.
#!/bin/sh
#if iw dev wlan0 station dump
while :
do
if ping -c 1 8.8.8.8
then
rainbow wan '00F0F0' auto
else
rainbow wan red auto
fi
if [ `iw dev wlan0 station dump | grep -c Station 2>/dev/null` -gt 3 ]; then
rainbow wifi 'FFFF00' auto
else
rainbow wifi '00F0F0' auto
fi
sleep 5s
done
Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill