@@ -46,11 +46,11 @@ Group activity to wirelessly mesh with other groups by configuring Raspberry Pis
46
46
47
47
- As a class review the purpose of each command in a sample starter script
48
48
```
49
- ifconfig wlan1 down
49
+ ip link set dev wlan1 down
50
50
iw wlan1 set type mp
51
- ifconfig wlan1 up
51
+ ip link set dev wlan1 up
52
52
iw dev wlan1 mesh join MY_MESH_NAME_HERE freq 2412
53
- ifconfig wlan1 192.168.1.x
53
+ ip addr add 192.168.0.1/24 dev wlan0
54
54
```
55
55
- Break into groups of two
56
56
- Each group needs a pair of Raspberry Pis
@@ -74,20 +74,19 @@ Group activity to wirelessly mesh with other groups by configuring Raspberry Pis
74
74
75
75
## 3: Discussion and reflection activity
76
76
77
- Q & A discussion around the different hardware we employ to build a network:
78
-
79
- - Discuss alternative components that could be used in a node for different applications and environments
80
- - SBC (Orange Pi Zero, Rock64, ExpressoBin, Raspberry Pi, etc.)
81
- - Price point
82
- - Processing power
83
- - Power consumption
84
- - Features (10/100 Ethernet, mPci-e, USB ports, etc.)
85
- - Power Supply (wall wart, POE, battery, solar panel, lamp post)
86
- - Storage and OS (OpenWrt/Lede, LibreMesh)
87
- - Radios
88
- - 2.4 Ghz vs 5 Ghz
89
- - Ubiquiti proprietary protocols meshed over Ethernet
90
- - FCC ruling regarding SDR and binary blobs making drivers harder to come by
77
+ Q & A discussion around the different hardware we employ to build a network.
78
+
79
+ * Discuss alternative components that could be used in a node for different applications and environments
80
+ * SBC (Orange Pi Zero, Rock64, ExpressoBin, Raspberry Pi, etc.)
81
+ * Price point
82
+ * Processing power
83
+ * Power consumption
84
+ * Features (10/100 Ethernet, mPci-e, USB ports, etc.)
85
+ * Power Supply (wall wart, POE, battery, solar panel, lamp post)
86
+ * Storage and OS (OpenWrt/Lede, LibreMesh)
87
+ * Radios
88
+ * 2.4 Ghz vs 5 Ghz
89
+ * Ubiquiti proprietary protocols meshed over Ethernet
91
90
92
91
## 4: Wrap-up and week ahead
93
92
0 commit comments