OpenWRT: FRITZ!Box reboot/reconnect script
Because a FRITZ!Box did not work reliably on a DS-Lite connection, I wanted to reboot it automatically. With the current FRITZ!OS 7.29, many scripts and tips from the internet no longer work. This one does.
ESP8266 I/O Modul geht in die 3. Runde
David hat seit Weihnachten eine dritte Auflage der ESP8266 230V I/O Module im Angebot!
Die Bestellung findet wie gewohnt auf dem Mikrocontroller.net Marktplatz statt. Vielen Dank für deinen Einsatz!
OpenWRT: Improved Network/OpenVPN/WiFi watchdog
After using the simple watchdog for a while I needed to monitor another network interface. Since the old script couldn’t be extended nicely (without creating lots of redundant code), I decided to rewrite the whole thing! This new version allows me to set up multiple watchdogs with custom commands within…
OpenWRT: Simple WiFi & OpenVPN watchdog
Some of my OpenWRT routers depend on using a rather unstable wireless connection to reach my OpenVPN server. Although they reconnect very reliably for the most part, sometimes something goes wrong. This is where the watchdog script comes in. It pings the WLAN access point and VPN server every minute.…