First major disagreement :)
[1] http://meetings.lede-project.org/lede-adm/2016/lede-adm.2016...
61–70 of 82 posts
First major disagreement :)
[1] http://meetings.lede-project.org/lede-adm/2016/lede-adm.2016...
Slightly Offtopic, are there anything similar based on FreeBSD / BSD?
https://en.m.wikipedia.org/wiki/List_of_router_and_firewall_...
It is a real pity that the lack of developers is compensated by splitting developer focus on two different forks. If the reasons stated are true, let's hope it works out and strengthens embedded Linux, maybe even leading to a reunion like egcs/gcc.
This announcement comes as a surprise to all the other developers, myself included. - mbm (openwrt founder)
I was literally just now using the image builder to create a custom image and ran into this news.
Earlier quoted context omitted.
Sadly, no, the Raspberry Pi 3 still seems to do everything over the USB bus. It'd make an awful router. See https://www.raspberrypi.org/magpi/raspberry-pi-3-specs-bench... : > The Raspberry Pi 3 shares the same SMSC LAN9514 chip as its predecessor, the Raspberry Pi 2, adding 10/100 Ethernet connectivity and four USB channels to the board. As before, the SMSC chip connects to the SoC via a single USB channel, acting a…
> Sadly, no, the Raspberry Pi 3 still seems to do everything over the USB bus. It'd make an awful router Not exactly, the BT/WiFi chip is apparently running via SDIO. But yes, that doesn't help with the Ethernet situation. I don't get why Broadcom, when they already do a custom SoC, didn't include one or two MII lines and use a real Ethernet PHY instead.
Earlier quoted context omitted.
How so?
Tried to go commercial, relicensing a community effort. Not sure if this is what sparked OpenWRT into existence.
Earlier quoted context omitted.
What about {net|free|open}BSD?
Their hardware support is not as good as Linux, especially for WiFi and for embedded SoCs. Their network stacks are lacking in more advanced features like QoS that's not from the '90s (AQM, FQ, traffic shaping that accounts for the overhead your DSL or cable modem adds) and I'm not aware of any efforts to eliminate bufferbloat from NIC drivers the way BQL has for most Linux Ethernet drivers. I'm not sure how Linux co…