├── README.md ├── batman_firmware_generator.sh ├── dir505 ├── diffconfig ├── gateway_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network_wan_dhcp │ ├── network_wan_static │ ├── passwd │ ├── rc.local │ ├── resolv.conf │ ├── shadow │ ├── snmpd │ ├── system │ └── wireless └── nodes_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network │ ├── passwd │ ├── rc.local │ ├── resolv.conf │ ├── shadow │ ├── snmpd │ ├── system │ └── wireless ├── mesh_configs.cfg ├── mesh_functions.sh ├── rb433 ├── diffconfig ├── gateway_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network_wan_dhcp │ ├── network_wan_static │ ├── passwd │ ├── rc.local │ ├── resolv.conf │ ├── shadow │ ├── snmpd │ └── system └── nodes_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network │ ├── passwd │ ├── rc.local │ ├── shadow │ ├── snmpd │ └── system ├── wdr3600 ├── diffconfig ├── gateway_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network_wan_dhcp │ ├── network_wan_static │ ├── passwd │ ├── rc.local │ ├── resolv.conf │ ├── shadow │ ├── snmpd │ ├── static_leases │ ├── system │ └── wireless └── nodes_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network │ ├── passwd │ ├── rc.local │ ├── shadow │ ├── snmpd │ ├── system │ └── wireless ├── wr1043ndv3 ├── diffconfig ├── gateway_files │ ├── adblock │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network_wan_dhcp │ ├── network_wan_static │ ├── passwd │ ├── rc.local │ ├── resolv.conf │ ├── root │ ├── shadow │ ├── snmpd │ ├── sqm │ ├── static_leases │ ├── system │ └── wireless └── nodes_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network │ ├── passwd │ ├── rc.local │ ├── shadow │ ├── snmpd │ ├── system │ └── wireless ├── wr740v4 ├── diffconfig ├── gateway_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network_wan_dhcp │ ├── network_wan_static │ ├── passwd │ ├── rc.local │ ├── resolv.conf │ ├── shadow │ ├── snmpd │ ├── system │ └── wireless └── nodes_files │ ├── alfred │ ├── batman-adv-v4 │ ├── batman-adv-v5 │ ├── dhcp │ ├── firewall │ ├── network │ ├── passwd │ ├── rc.local │ ├── resolv.conf │ ├── shadow │ ├── snmpd │ ├── system │ └── wireless └── wr740v5 ├── diffconfig ├── gateway_files ├── alfred ├── batman-adv-v4 ├── batman-adv-v5 ├── dhcp ├── firewall ├── network_wan_dhcp ├── network_wan_static ├── passwd ├── rc.local ├── resolv.conf ├── shadow ├── snmpd ├── system └── wireless └── nodes_files ├── alfred ├── batman-adv-v4 ├── batman-adv-v5 ├── dhcp ├── firewall ├── network ├── passwd ├── rc.local ├── resolv.conf ├── shadow ├── snmpd ├── system └── wireless /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/README.md -------------------------------------------------------------------------------- /batman_firmware_generator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/batman_firmware_generator.sh -------------------------------------------------------------------------------- /dir505/diffconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/diffconfig -------------------------------------------------------------------------------- /dir505/gateway_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/alfred -------------------------------------------------------------------------------- /dir505/gateway_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/batman-adv-v4 -------------------------------------------------------------------------------- /dir505/gateway_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/batman-adv-v5 -------------------------------------------------------------------------------- /dir505/gateway_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/dhcp -------------------------------------------------------------------------------- /dir505/gateway_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/firewall -------------------------------------------------------------------------------- /dir505/gateway_files/network_wan_dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/network_wan_dhcp -------------------------------------------------------------------------------- /dir505/gateway_files/network_wan_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/network_wan_static -------------------------------------------------------------------------------- /dir505/gateway_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/passwd -------------------------------------------------------------------------------- /dir505/gateway_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/rc.local -------------------------------------------------------------------------------- /dir505/gateway_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/resolv.conf -------------------------------------------------------------------------------- /dir505/gateway_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/shadow -------------------------------------------------------------------------------- /dir505/gateway_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/snmpd -------------------------------------------------------------------------------- /dir505/gateway_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/system -------------------------------------------------------------------------------- /dir505/gateway_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/gateway_files/wireless -------------------------------------------------------------------------------- /dir505/nodes_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/alfred -------------------------------------------------------------------------------- /dir505/nodes_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/batman-adv-v4 -------------------------------------------------------------------------------- /dir505/nodes_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/batman-adv-v5 -------------------------------------------------------------------------------- /dir505/nodes_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/dhcp -------------------------------------------------------------------------------- /dir505/nodes_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/firewall -------------------------------------------------------------------------------- /dir505/nodes_files/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/network -------------------------------------------------------------------------------- /dir505/nodes_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/passwd -------------------------------------------------------------------------------- /dir505/nodes_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/rc.local -------------------------------------------------------------------------------- /dir505/nodes_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/resolv.conf -------------------------------------------------------------------------------- /dir505/nodes_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/shadow -------------------------------------------------------------------------------- /dir505/nodes_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/snmpd -------------------------------------------------------------------------------- /dir505/nodes_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/system -------------------------------------------------------------------------------- /dir505/nodes_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/dir505/nodes_files/wireless -------------------------------------------------------------------------------- /mesh_configs.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/mesh_configs.cfg -------------------------------------------------------------------------------- /mesh_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/mesh_functions.sh -------------------------------------------------------------------------------- /rb433/diffconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/diffconfig -------------------------------------------------------------------------------- /rb433/gateway_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/alfred -------------------------------------------------------------------------------- /rb433/gateway_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/batman-adv-v4 -------------------------------------------------------------------------------- /rb433/gateway_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/batman-adv-v5 -------------------------------------------------------------------------------- /rb433/gateway_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/dhcp -------------------------------------------------------------------------------- /rb433/gateway_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/firewall -------------------------------------------------------------------------------- /rb433/gateway_files/network_wan_dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/network_wan_dhcp -------------------------------------------------------------------------------- /rb433/gateway_files/network_wan_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/network_wan_static -------------------------------------------------------------------------------- /rb433/gateway_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/passwd -------------------------------------------------------------------------------- /rb433/gateway_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/rc.local -------------------------------------------------------------------------------- /rb433/gateway_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/resolv.conf -------------------------------------------------------------------------------- /rb433/gateway_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/shadow -------------------------------------------------------------------------------- /rb433/gateway_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/snmpd -------------------------------------------------------------------------------- /rb433/gateway_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/gateway_files/system -------------------------------------------------------------------------------- /rb433/nodes_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/alfred -------------------------------------------------------------------------------- /rb433/nodes_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/batman-adv-v4 -------------------------------------------------------------------------------- /rb433/nodes_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/batman-adv-v5 -------------------------------------------------------------------------------- /rb433/nodes_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/dhcp -------------------------------------------------------------------------------- /rb433/nodes_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/firewall -------------------------------------------------------------------------------- /rb433/nodes_files/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/network -------------------------------------------------------------------------------- /rb433/nodes_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/passwd -------------------------------------------------------------------------------- /rb433/nodes_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/rc.local -------------------------------------------------------------------------------- /rb433/nodes_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/shadow -------------------------------------------------------------------------------- /rb433/nodes_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/snmpd -------------------------------------------------------------------------------- /rb433/nodes_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/rb433/nodes_files/system -------------------------------------------------------------------------------- /wdr3600/diffconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/diffconfig -------------------------------------------------------------------------------- /wdr3600/gateway_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/alfred -------------------------------------------------------------------------------- /wdr3600/gateway_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/batman-adv-v4 -------------------------------------------------------------------------------- /wdr3600/gateway_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/batman-adv-v5 -------------------------------------------------------------------------------- /wdr3600/gateway_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/dhcp -------------------------------------------------------------------------------- /wdr3600/gateway_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/firewall -------------------------------------------------------------------------------- /wdr3600/gateway_files/network_wan_dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/network_wan_dhcp -------------------------------------------------------------------------------- /wdr3600/gateway_files/network_wan_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/network_wan_static -------------------------------------------------------------------------------- /wdr3600/gateway_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/passwd -------------------------------------------------------------------------------- /wdr3600/gateway_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/rc.local -------------------------------------------------------------------------------- /wdr3600/gateway_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/resolv.conf -------------------------------------------------------------------------------- /wdr3600/gateway_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/shadow -------------------------------------------------------------------------------- /wdr3600/gateway_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/snmpd -------------------------------------------------------------------------------- /wdr3600/gateway_files/static_leases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/static_leases -------------------------------------------------------------------------------- /wdr3600/gateway_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/system -------------------------------------------------------------------------------- /wdr3600/gateway_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/gateway_files/wireless -------------------------------------------------------------------------------- /wdr3600/nodes_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/alfred -------------------------------------------------------------------------------- /wdr3600/nodes_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/batman-adv-v4 -------------------------------------------------------------------------------- /wdr3600/nodes_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/batman-adv-v5 -------------------------------------------------------------------------------- /wdr3600/nodes_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/dhcp -------------------------------------------------------------------------------- /wdr3600/nodes_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/firewall -------------------------------------------------------------------------------- /wdr3600/nodes_files/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/network -------------------------------------------------------------------------------- /wdr3600/nodes_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/passwd -------------------------------------------------------------------------------- /wdr3600/nodes_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/rc.local -------------------------------------------------------------------------------- /wdr3600/nodes_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/shadow -------------------------------------------------------------------------------- /wdr3600/nodes_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/snmpd -------------------------------------------------------------------------------- /wdr3600/nodes_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/system -------------------------------------------------------------------------------- /wdr3600/nodes_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wdr3600/nodes_files/wireless -------------------------------------------------------------------------------- /wr1043ndv3/diffconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/diffconfig -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/adblock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/adblock -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/alfred -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/batman-adv-v4 -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/batman-adv-v5 -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/dhcp -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/firewall -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/network_wan_dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/network_wan_dhcp -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/network_wan_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/network_wan_static -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/passwd -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/rc.local -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/resolv.conf -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/root -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/shadow -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/snmpd -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/sqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/sqm -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/static_leases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/static_leases -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/system -------------------------------------------------------------------------------- /wr1043ndv3/gateway_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/gateway_files/wireless -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/alfred -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/batman-adv-v4 -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/batman-adv-v5 -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/dhcp -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/firewall -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/network -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/passwd -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/rc.local -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/shadow -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/snmpd -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/system -------------------------------------------------------------------------------- /wr1043ndv3/nodes_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr1043ndv3/nodes_files/wireless -------------------------------------------------------------------------------- /wr740v4/diffconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/diffconfig -------------------------------------------------------------------------------- /wr740v4/gateway_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/alfred -------------------------------------------------------------------------------- /wr740v4/gateway_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/batman-adv-v4 -------------------------------------------------------------------------------- /wr740v4/gateway_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/batman-adv-v5 -------------------------------------------------------------------------------- /wr740v4/gateway_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/dhcp -------------------------------------------------------------------------------- /wr740v4/gateway_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/firewall -------------------------------------------------------------------------------- /wr740v4/gateway_files/network_wan_dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/network_wan_dhcp -------------------------------------------------------------------------------- /wr740v4/gateway_files/network_wan_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/network_wan_static -------------------------------------------------------------------------------- /wr740v4/gateway_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/passwd -------------------------------------------------------------------------------- /wr740v4/gateway_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/rc.local -------------------------------------------------------------------------------- /wr740v4/gateway_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/resolv.conf -------------------------------------------------------------------------------- /wr740v4/gateway_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/shadow -------------------------------------------------------------------------------- /wr740v4/gateway_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/snmpd -------------------------------------------------------------------------------- /wr740v4/gateway_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/system -------------------------------------------------------------------------------- /wr740v4/gateway_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/gateway_files/wireless -------------------------------------------------------------------------------- /wr740v4/nodes_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/alfred -------------------------------------------------------------------------------- /wr740v4/nodes_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/batman-adv-v4 -------------------------------------------------------------------------------- /wr740v4/nodes_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/batman-adv-v5 -------------------------------------------------------------------------------- /wr740v4/nodes_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/dhcp -------------------------------------------------------------------------------- /wr740v4/nodes_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/firewall -------------------------------------------------------------------------------- /wr740v4/nodes_files/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/network -------------------------------------------------------------------------------- /wr740v4/nodes_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/passwd -------------------------------------------------------------------------------- /wr740v4/nodes_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/rc.local -------------------------------------------------------------------------------- /wr740v4/nodes_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/resolv.conf -------------------------------------------------------------------------------- /wr740v4/nodes_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/shadow -------------------------------------------------------------------------------- /wr740v4/nodes_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/snmpd -------------------------------------------------------------------------------- /wr740v4/nodes_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/system -------------------------------------------------------------------------------- /wr740v4/nodes_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v4/nodes_files/wireless -------------------------------------------------------------------------------- /wr740v5/diffconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/diffconfig -------------------------------------------------------------------------------- /wr740v5/gateway_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/alfred -------------------------------------------------------------------------------- /wr740v5/gateway_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/batman-adv-v4 -------------------------------------------------------------------------------- /wr740v5/gateway_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/batman-adv-v5 -------------------------------------------------------------------------------- /wr740v5/gateway_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/dhcp -------------------------------------------------------------------------------- /wr740v5/gateway_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/firewall -------------------------------------------------------------------------------- /wr740v5/gateway_files/network_wan_dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/network_wan_dhcp -------------------------------------------------------------------------------- /wr740v5/gateway_files/network_wan_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/network_wan_static -------------------------------------------------------------------------------- /wr740v5/gateway_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/passwd -------------------------------------------------------------------------------- /wr740v5/gateway_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/rc.local -------------------------------------------------------------------------------- /wr740v5/gateway_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/resolv.conf -------------------------------------------------------------------------------- /wr740v5/gateway_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/shadow -------------------------------------------------------------------------------- /wr740v5/gateway_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/snmpd -------------------------------------------------------------------------------- /wr740v5/gateway_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/system -------------------------------------------------------------------------------- /wr740v5/gateway_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/gateway_files/wireless -------------------------------------------------------------------------------- /wr740v5/nodes_files/alfred: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/alfred -------------------------------------------------------------------------------- /wr740v5/nodes_files/batman-adv-v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/batman-adv-v4 -------------------------------------------------------------------------------- /wr740v5/nodes_files/batman-adv-v5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/batman-adv-v5 -------------------------------------------------------------------------------- /wr740v5/nodes_files/dhcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/dhcp -------------------------------------------------------------------------------- /wr740v5/nodes_files/firewall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/firewall -------------------------------------------------------------------------------- /wr740v5/nodes_files/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/network -------------------------------------------------------------------------------- /wr740v5/nodes_files/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/passwd -------------------------------------------------------------------------------- /wr740v5/nodes_files/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/rc.local -------------------------------------------------------------------------------- /wr740v5/nodes_files/resolv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/resolv.conf -------------------------------------------------------------------------------- /wr740v5/nodes_files/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/shadow -------------------------------------------------------------------------------- /wr740v5/nodes_files/snmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/snmpd -------------------------------------------------------------------------------- /wr740v5/nodes_files/system: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/system -------------------------------------------------------------------------------- /wr740v5/nodes_files/wireless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlverGant/batman-home-mesh/HEAD/wr740v5/nodes_files/wireless --------------------------------------------------------------------------------