We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9f779 commit 906237cCopy full SHA for 906237c
wifi-ethernet-bridge/readme.md
@@ -1,4 +1,6 @@
1
# wifi to ethernet bridge
2
+
3
+## Overview
4
Credit for this script: https://willhaley.com/blog/raspberry-pi-wifi-ethernet-bridge/
5
6
Here is my [setup](https://docs.google.com/presentation/d/1NHyvYS5v8WRHY5q7YmZTV3cj14xaC5Out0w3xllHC2k/edit#slide=id.p):
@@ -26,3 +28,9 @@ Speed tests were run via `speedtest-cli`:
26
28
```
27
29
30
Full results: https://docs.google.com/spreadsheets/d/1-WUZSzvB3wJ5-m9yriUo3j6dz_ukoy15ta80-tGRKEw/edit#gid=0
31
32
+## Installation
33
+```
34
+sudo ./bridge.sh
35
+sudo shutdown -r now
36
0 commit comments