Keybase proof
I hereby claim:
- I am re4jh on github.
- I am wolf84 (https://keybase.io/wolf84) on keybase.
- I have a public key ASC0KxaMxeVph-3VgMsen_KS89IsWh08ee8wToFgZj_Mhwo
To claim this, I am signing this object:
#!/bin/bash | |
USER='MYCONTROLLERUSERNAME' | |
PASS='MYCONTROLLERPASSWORD' | |
URL='https://127.0.0.1:8443' | |
SITE='default' | |
# LOGIN | |
curl -s $URL'/api/login' -k -X POST \ | |
-H "Referer: $URL/manage/account/login" \ |
#!/bin/sh | |
wget https://raw.githubusercontent.com/wolf128058/firmware/feature_robin4routers/files/usr/sbin/wgetspeedtest.sh -O /usr/sbin/wgetspeedtest.sh | |
chmod +x /usr/sbin/wgetspeedtest.sh | |
wget https://raw.githubusercontent.com/wolf128058/firmware/feature_robin4routers/files/usr/sbin/robin_print_map.sh -O /usr/sbin/robin_print_map.sh | |
chmod +x /usr/sbin/robin_print_map.sh |
#!/bin/sh | |
# Print out local connection data for map creation | |
# do not do anything without maplevel "all" | |
map_level="$(uci -q get freifunk.@settings[0].publish_map 2> /dev/null)" | |
# [[ $map_level != "all" ]] && exit 0 | |
# exit if uptime is less than an hour | |
uptime=$(awk '{print(int($1))}' /proc/uptime) |
I hereby claim:
To claim this, I am signing this object: