Initial commit

Basic working code that is capable of establishing the Wireguard tunnel given that there is properly configured `.psk` file for at least one known wifi network (see README.md for more details)
This commit is contained in:
Lukas Stancik
2025-02-27 13:59:58 +00:00
commit 8176e71b81
27 changed files with 1355 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
disable_splash=1
# Disable Wi-Fi and Bluetooth to save power
# dtoverlay=disable-wifi
dtoverlay=disable-bt
# This will use more power but lower
# overall system latency, which is fairly desirable for a
# system acting as a router.
force_turbo=1