├── Install.txt ├── LICENSE ├── README.md ├── conf ├── hostapd.conf └── ser2net.conf ├── default ├── isc-dhcp-server └── ufw ├── dhcp └── dhcpd.conf ├── images ├── Cisco-USB-console-cable.jpg ├── Console-cables-plugged-into-appliances.png ├── Wi-Fi-Console-with-multiple-adapters.jpg └── wlanpi_console.jpg ├── network └── interfaces ├── release_notes.txt ├── sysctl └── sysctl.conf ├── tests ├── wconsole_tests_01.sh └── wconsole_tests_02.sh ├── ufw └── before.rules ├── version.txt └── wconsole_switcher /Install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/Install.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/README.md -------------------------------------------------------------------------------- /conf/hostapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/conf/hostapd.conf -------------------------------------------------------------------------------- /conf/ser2net.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/conf/ser2net.conf -------------------------------------------------------------------------------- /default/isc-dhcp-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/default/isc-dhcp-server -------------------------------------------------------------------------------- /default/ufw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/default/ufw -------------------------------------------------------------------------------- /dhcp/dhcpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/dhcp/dhcpd.conf -------------------------------------------------------------------------------- /images/Cisco-USB-console-cable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/images/Cisco-USB-console-cable.jpg -------------------------------------------------------------------------------- /images/Console-cables-plugged-into-appliances.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/images/Console-cables-plugged-into-appliances.png -------------------------------------------------------------------------------- /images/Wi-Fi-Console-with-multiple-adapters.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/images/Wi-Fi-Console-with-multiple-adapters.jpg -------------------------------------------------------------------------------- /images/wlanpi_console.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/images/wlanpi_console.jpg -------------------------------------------------------------------------------- /network/interfaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/network/interfaces -------------------------------------------------------------------------------- /release_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/release_notes.txt -------------------------------------------------------------------------------- /sysctl/sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/sysctl/sysctl.conf -------------------------------------------------------------------------------- /tests/wconsole_tests_01.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/tests/wconsole_tests_01.sh -------------------------------------------------------------------------------- /tests/wconsole_tests_02.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/tests/wconsole_tests_02.sh -------------------------------------------------------------------------------- /ufw/before.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/ufw/before.rules -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | v0.09 2 | -------------------------------------------------------------------------------- /wconsole_switcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WLAN-Pi/wconsole/HEAD/wconsole_switcher --------------------------------------------------------------------------------