============= respondd.sh ============= respondd.sh ist eine in sh implementierte version von respondd Damit kann unteranderem hopglass statistiken zu cpu, ram, etc anzeigen und genaue infos des verbindungstyps zu den nachbarn hin (VPN, WLAN, Kabel) Installation FFGraz Firmware ------------------------------ # installiert awk nach falls nicht vorhanden oder korrigiert berechtigungsprobleme (test -e /bin/busybox-awk && ln -sf /bin/busybox-awk /bin/awk && chmod +x /bin/busybox-awk) || (wget -O /bin/awk http://ffgraz-mesh.mkg20001.io/busybox-awk && chmod +x /bin/awk) # installiert respondd.sh wget -O /www/cgi-bin-respondd.sh http://ffgraz-mesh.mkg20001.io/cgi-bin-respondd.sh && chmod +x /www/cgi-bin-respondd.sh Installation OpenWRT Vanilla ------------------------------ # installiert respondd.sh wget -O /www/cgi-bin/respondd http://ffgraz-mesh.mkg20001.io/cgi-bin-respondd.sh && chmod +x /www/cgi-bin/respondd