From ff75cb9a025ec1909b8237edcb066b39b3059606 Mon Sep 17 00:00:00 2001 From: morrownr <69053122+morrownr@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:43:08 -0600 Subject: [PATCH] Update Bridged_Wireless_Access_Point.md --- home/AP_Mode/Bridged_Wireless_Access_Point.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/home/AP_Mode/Bridged_Wireless_Access_Point.md b/home/AP_Mode/Bridged_Wireless_Access_Point.md index 39aaecbc..de3cae9e 100644 --- a/home/AP_Mode/Bridged_Wireless_Access_Point.md +++ b/home/AP_Mode/Bridged_Wireless_Access_Point.md @@ -5,12 +5,16 @@ This guide has only been tested with RasPiOS 2023-10-10 and 2023-12-05 based on Testers are needed. Please report your test results and suggestions. How to build a bridged wireless access point + What you will learn: -Linux networking with systemd-networkd -Establishing an AP with hostapd +- Linux networking with `systemd-networkd` + +- Establishing an AP with `hostapd` + A bridged wireless access point (aka dumb AP) works within an existing ethernet network to add WiFi capability where it does not exist or to extend the network to WiFi capable computers and devices in areas where the WiFi signal is weak or otherwise does not meet expectations. One big advantage of this setup is that it can cost far less than many of the Mesh kits that are available. Another advantage this setup has is that the Raspberry Pi is a general purpose computer so it can be used for additional tasks while performing as a bridged wireless access point. +` ((((( tablet ╱ INTERNET >>>>>>> modem/router >>>>>>> RasPi ))))) ((((( laptop/desktop @@ -18,6 +22,8 @@ INTERNET >>>>>>> modem/router >>>>>>> RasPi ))))) ((((( laptop/desktop (fiber) CAT 5e+ ((((( phone (dsl) Powerline AV2 ╲ (satellite) Ethernet Over Coax ((((( IoT + ` + Note: The connection from the router to the RasPi is best served by a CAT 5e or greater ethernet cable but alternatives exist. One alternative is to use your existing electrical wiring by using Powerline AV2 adapters. These adapters are also called Homeplug AV2 adapters and come in a variety of speeds and prices. I have had success with Powerline AV2 adapters but success depends on the quality and setup of the electrical wiring to be used. Another option is Ethernet Over Coax (MoCa). Anyone considering Powerline AV2 or Ethernet Over Coax (MoCa) should research the products and be prepared to return the products if expectations are not met. Note: If you are looking to set up a Routed Wireless Access Point, my recommendation is to use OpenWRT. Here is a video that may be helpful: