Wow, just had a very short look,this looks like an amazing rabbit hole to get into. Do you run this yourself. Did you find the setup difficult? Is the,WiFi range compareable to a comercial access point?
Comment on Sustainable network upgrade
TCB13@lemmy.world 1 year ago
If you want really open then OpenWRT and a Banana Pi is the way to go. OpenWRT is compatible and well supported on this board wiki.banana-pi.org/Banana_Pi_BPI-R3. There’s a new coming up, the wiki.banana-pi.org/Banana_Pi_BPI-R4. Banana Pi invest a lot in supporting OpenWRT and they don’t provide any other option and the chips are MediaTek that kind of views Banana Pi as a testing ground for their next gen stuff.
Carunga@feddit.de 1 year ago
TCB13@lemmy.world 1 year ago
The Banana Pi is easy to get going, simply download the image and flash on a SD card. We’re talking about a vendor that actively supports OpenWrt after all.
There are other devices supported by OpenWrt and this might interest you. Checkout the tables. There are also tons of Commercial routers / AP that are supported by OpenWrt and will provide a good experience but you’ve to pick them very carefully.
About range it mostly boils down to the WiFi chip manufacturer and if you want open software or not. It boils down to: the devices with the most range and speed are usually powered by Broadcom (Ubiquiti and whatnot) but you don’t have OpenWrt for those chips because they don’t provide open-source drives. MediaTek and Atheros are very open-source friendly and they perform well but Broadcom is Broadcom.
I’ve been running OpenWrt and DD-WRT (supports older routers some with Broadcom chips) for about a decade now and I don’t see me going back to bullshit vendors and their cloud stuff. I even deploy those on customers (usually small offices 10-50 people) and they’re happy with them as well. The Banana Pi BPI-R3 is my main router / AP and I’m very happy with it, more CPU and RAM than required for sure. I also deployed one at a customer and it runs flawlessly. Whenever the R4 is released I’ll deploy one to another customer who’s currently running a bit short as their current router is having trouble with more than 10 or 15 VPN clients connected at the same time.
Carunga@feddit.de 1 year ago
Wow. Nice hints. Never really heard about the banana pie routers. Great to hear from someone with extended knowledge! You gave lots to read and think about. Setting up a mesh network requires some work but seems doable. Have you used it? Does it work for you once setup smoothly? Sounds great all in all but not sure if I can motivate myself for the extra effort (and the negative feedback for breaking the internet). Do you use the metal cases from banana pie and their WiFi antennas or are there better options? It will be in the living room and a not to techy look is required.
TCB13@lemmy.world 1 year ago
Mesh works if the hardware supports it, no problems there. I do use the metal cases and their antennas, they’re reliable and solid options.
As I said somewhere in this post the BPI-3 is overkill if you’re just looking for an AP, there are older older or newer commercial AP/routers that are cheaper that can also run OpenWrt. lemmy.world/comment/4971502
Shdwdrgn@mander.xyz 1 year ago
Have you ever flashed an upgrade to one of these boards? The directions on the wiki aren’t very clear and doesn’t explain the difference between flashing to the NAND or eMMC. Do they not support installing from a standard USB memory stick? The wiki seems to suggest this has a standard linux command line, does THAT support inline upgrading?
Also, any experience with the BPI mini? It looks like about the same hardware but in a smaller package, and for my own purposes this would be all I’m looking for (basically just provide the wifi connection via an ethernet port, I have DHCP, DNS, and everything else already covered from my firewall), or would you have any suggestions for something else?
TCB13@lemmy.world 1 year ago
Start by reading this comment: lemmy.world/comment/4966625
What explanation do you need? You’ve multiple images, one for each storage type, pick whatever you would like to use and use it.
Never used that one. I’m not even sure about what board you’re talking about. Look up on the supported hardware table if it is supported and how good the support is.
Shdwdrgn@mander.xyz 1 year ago
There is 128MB of NAND and 8GB of eMMC… so does that mean one version is very barebones and the other version is feature-rich? I just don’t see anything explaining why you should choose one over the other, especially when both storage chips are part of the board and not upgrade options.
This is the BPI-R3 mini board I was referring to. The main difference I see is that it only has the pair of 2.5Gbps ethernet ports and does not include the five gigabit ports, so it’s in a much smaller package.
TCB13@lemmy.world 1 year ago
No. All versions have all features, the thing is that OpenWrt is modular and you can install thousands of packages from the repository just like in any Linux system. I would go with eMMC or an external SD card and call it a day. The advantage of the SD card is that it is easily replaceable.
Here is a detailed comparison of each storage and use cases: forum.banana-pi.org/t/…/4.
Check this post here, apparently the BPi guys already provided a bunch of their own builds for the board. Eventually you’ll get an “official” OpenWrt image. It seems to be out of stock tho.