Skip to content

Commit 39a914d

Browse files
committed
Added interfaces_hub to scipts, which is a default behaivour of client access.
If this router is not found a hotspot will be make when wifi.py is executed. removed old interfaces files
1 parent 3d7ae4f commit 39a914d

File tree

3 files changed

+13
-21
lines changed

3 files changed

+13
-21
lines changed

scripts/etc/network/interfaces_ap

Lines changed: 0 additions & 12 deletions
This file was deleted.

scripts/etc/network/interfaces_cli

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/etc/network/interfaces_hub

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
auto lo
2+
iface lo inet loopback
3+
iface eth0 inet dhcp
4+
5+
allow-hotplug wlan0
6+
iface wlan0 inet dhcp
7+
#iface default inet dhcp
8+
9+
wpa-ssid "Lboro_Coderbot_Hub"
10+
wpa-psk "welovepis"
11+
12+
#wireless-power off
13+

0 commit comments

Comments
 (0)