Skip to content

Commit 7207098

Browse files
authored
Updated commands to work with Mesh Orange (#23)
1 parent a7c7a68 commit 7207098

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

module-3.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Group activity to wirelessly mesh with other groups by configuring Raspberry Pis
4646

4747
- As a class review the purpose of each command in a sample starter script
4848
```
49-
ifconfig wlan1 down
49+
ip link set dev wlan1 down
5050
iw wlan1 set type mp
51-
ifconfig wlan1 up
51+
ip link set dev wlan1 up
5252
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
5454
```
5555
- Break into groups of two
5656
- Each group needs a pair of Raspberry Pis
@@ -74,20 +74,19 @@ Group activity to wirelessly mesh with other groups by configuring Raspberry Pis
7474
7575
## 3: Discussion and reflection activity
7676
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
9190
9291
## 4: Wrap-up and week ahead
9392

0 commit comments

Comments
 (0)