Git Product home page Git Product logo

Comments (2)

tntniiga avatar tntniiga commented on May 25, 2024 2

Oh i see, you really just helped me understand part 2 deeper. Everything gets in its way now.
Thank you very much for the explaination !
Keep up the good work !

from wifimeshraspberrypi.

binnes avatar binnes commented on May 25, 2024 1

Part 2 is the use case where you don't want the mesh connected to the home/office or Ad-hoc networks using Ethernet cables. It converts the setup from part 1 to use WiFi connectivity. If you are happy to use the Ethernet setup then you can skip to part 3.

If you want a total WiFi setup without Ethernet cables, then you need to create the additional WiFi interfaces on the Gateway and Bridge nodes Raspberry Pis, which is what part 2 will walk you through. To do this you need to use USB WiFi dongles.

The comment about switching wlan0 with wlan1 is due to the automatic configuration when you attach a second WiFi interface by plugging in a USB dongle.

The USB dongle is usually assigned to the wlan0 interface by default if it is connected when the Raspberry Pi boots, so the built in wifi will now be wlan1. If you want to keep the internal WiFi interface for the mesh then you need to modify the configuration you created in part 1 and replace the wifi interface wlan0 with wlan1 in all the configuration files.

The reason you might want to choose which interface you want for the mesh and which to connect to the external networks is if the USB dongle and built in WiFi interfaces have different capabilities. E.g. You may a WiFi dongle that supports both the 2.4GHz and 5GHz WiFi frequencies, but the internal WiFi only supports the 2.4GHz frequencies.

However, the instructions, as written uses wlan0 as the mesh network interface and wlan1 to connect to the external networks, so if you want the network interfaces to switch, then you will need to modify the configuration in the instructions.

This comment only applies to the Raspberry Pis you are adding a second WiFi network to (the bridge and gateway raspberry Pis)

Hope this helps?

from wifimeshraspberrypi.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.