Slashdot Mirror


Ask Slashdot: Is There Space For Open Hardware In Networking?

New submitter beda writes: Open hardware has got much attention with the advent of Raspberry Pi, Arduino and their respective clones. But most of the devices are focused either on tinkerers (Arduino) or most notably multimedia (Raspberry Pi). However, there is not much happening in other areas such as home routers where openness might help improve security and drive progress. Our company (non-profit) is trying to change this with Turris Omnia but we still wander if there is in fact demand for such devices. Is the market large enough and the area cool enough? Are there enough people who would value open hardware running open software even with a higher price tag? Any feedback would be most valued.

121 comments

  1. And by no, I mean yes. Is there space, sure, maybe consumer grade. Is it useful (beyond consumer grade? Probably not.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    1. Re:No by msauve · · Score: 2

      Beyond which, it already exists. Soekris is an example. Not "open hardware" for the design itself, but open in the sense that it supports open software development (e.g. on FreeBSD, NetBSD, OpenBSD and Linux).

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    2. Re:No by Archangel+Michael · · Score: 2

      Well, to be fair, good networking would require an ASIC designed for networking. It may in fact actually exist, but I haven't found any (haven't looked) and there would be other parts that need to be open for me to consider it "Open Hardware". There are plenty of commodity parts to build a semi-open networking stack, but those are all closed source hardware components.

      The question is, how "open" is open?

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    3. Re:No by Lorens · · Score: 1

      There's Openswitch: http://www.openswitch.net/ but I don't think the hardware is open. The example at LinuxCon was an Accton switch, controlled by OpenSwitch running on an embedded board.

    4. Re:No by ArmoredDragon · · Score: 1

      IMO it's going to be hard to do any open network hardware going forward unless you start designing ASICs. Even gigabit routers (which are technically gigabit layer 3 switches) need an ASIC in order to fully saturate your WAN bandwidth if you are with a gig provider.

    5. Re:No by Anonymous Coward · · Score: 0

      Opencores.org. FPGAs and reprogramable chips aint the expensive black magic they used to be. To say nothing of the growing increase of foundries opening up to small/medium sized runs. ASICs would seem to be the least of their worries.

    6. Re:No by amorsen · · Score: 1

      Even gigabit routers (which are technically gigabit layer 3 switches) need an ASIC in order to fully saturate your WAN bandwidth if you are with a gig provider.

      Gigabit is reasonably trivial to do in software if you have a half-decent CPU. Get a OneAccess 1645 or a Juniper SRX220 and you are good to go. Yes, you can overwhelm at least the latter with 64-byte packets, but why would you do that? Both are using fairly lousy CPU's.

      If you go Intel, it is difficult to find a processor slow enough that it would not route 1Gbps, even if you look at CPU's intended for tablets. Perhaps one of the really low-end phone processors.

      --
      Finally! A year of moderation! Ready for 2019?
    7. Re:No by msauve · · Score: 2

      If you check out the product mentioned in the summary (Turris Omnia), they call it "open source hardware," but there's no schematic or reference design offered or even promised, they don't mention what if any network ASICs it uses - so how is it "open hardware?" Their previous offering, "Router Turris," despite having a reference design and being claimed as "open source hardware", used the Qualcomm QCA8337N-AL3C, so it isn't really open hardware, either, and is much more closed than hardware which doesn't require binary blobs to work (well). If I document a Juniper SRX in a box with an Arduino connected to its console port, can I then call it "open source hardware?"

      Broadcom has the lion's share of the market for network ASICs, and is very much a closed environment. So, there you'd find all sorts of binary blobs. The Soekris' (there are no doubt similar ones from others) are really embedded PCs, with good open source driver support much like a PC. But they provide more ports with lower power, smaller footprint, and lower cost than trying to configure a PC for anything but the simplest routing. Soekris' uses the Intel 82574L Ethernet IC, which is supported by the open source e1000e driver.

      It's not clear what the use case is (in the near term) for home routing with multi-GB throughput. Isn't firewall/NAT/VPN the main need, with non-routing/bridging services (DHCP, DNS, print/file sharing etc.) tacked on for convenience since consumers seem to think that "routers" do more than divide broadcast domains.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    8. Re:No by msauve · · Score: 1

      "which are technically gigabit layer 3 switches"

      No, technically they're routers (or gateways, if you want to use the IETF term). Switches are multiport bridges. "L3 switch" is a marketing term, created when wirespeed routing in hardware became available, in order to market them as having throughput comparable to switches.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    9. Re:No by bored · · Score: 1

      I'm sort of going to second this too, I have an OpenRD which is using a slightly older version of the Marvell CPU. The docs initially appear open, but I quickly ran into a number of cases where they wanted me to sign an NDA to get the full documentation covering the information I needed.

      Basically, all the useful information is not in the public tech docs...

    10. Re:No by TWX · · Score: 1

      Gigabit on two ports is not the same as Gigabit on twelve ports or more.

      --
      Do not look into laser with remaining eye.
    11. Re:No by Anonymous Coward · · Score: 0

      White-box data center switches are here already, with many OS choices per box. See http://www.cio.com/video/58283/is-there-a-white-box-switch-in-your-future

    12. Re:No by David_Hart · · Score: 1

      "which are technically gigabit layer 3 switches"

      No, technically they're routers (or gateways, if you want to use the IETF term). Switches are multiport bridges. "L3 switch" is a marketing term, created when wirespeed routing in hardware became available, in order to market them as having throughput comparable to switches.

      What he said...

      Layer 3 switches are technically routers. The difference is that a router is purposefully built with the necessary hardware to perform in hardware routing. Most switches that can perform layer-3 functions tend to do so in software or with the general purpose CPU. There are exceptions, of course, such as Cisco Supervisor blades for the 6500 switches which can have a MSFC with route processors, the PFC for netflow, etc. and the DFC with ASICS. However, they still tend to have a lower performance limit than dedicated router hardware.

    13. Re:No by beda · · Score: 1

      Their previous offering, "Router Turris," despite having a reference design and being claimed as "open source hardware", used the Qualcomm QCA8337N-AL3C, so it isn't really open hardware, either, and is much more closed than hardware which doesn't require binary blobs to work (well).

      You dismiss the previous boards as not being open hardware solely based on your conviction that the QCA8337N-AL3C requires binary blobs to run. However, this is not true, just check with the OpenWrt people.

    14. Re:No by gl4ss · · Score: 1

      thats the real question.

      how is your "open" thing more open than a pc with bunch of network cards?

      this sounds just like a slashvertisement, probably because it is. "would you buy our product?"

      --
      world was created 5 seconds before this post as it is.
    15. Re:No by msauve · · Score: 1

      "The difference is that a router is purposefully built with the necessary hardware to perform in hardware routing."

      No. A router interconnects connects broadcast domains, i.e. it works at layer 3. It doesn't matter if the routing occurs in hardware or software. An "L3 switch" is market speak for a router which can work at (close to) wirespeed, although in most cases is very limited in the protocols it can support (try to find a wirespeed DECnet router).

      Multiport bridges are called switches. The Kalpana was connected like a DELNI hub, but was called a switch because its operation is analogous to a crosspoint switch, it can forward unmodified frames between multiple ports simultaneously.

      When the term "L3 switch" came out there were already routers on the market which had multiple CPUs and were able to simultaneously forward between multiple ports. When routing moved into silicon so it could work at near wirespeed, they were marketed as L3 switches to imply they had the performance of a switch.

      In practice, most routers can also bridge (switch) between ports, so they can also act as switches. But "L3 switch" isn't technically correct for a unicast router, it has to modify the frames, so it's not switching them. Technically, a multicast router might be correctly called an L3 switch, but that's not a common distinction, and the term isn't used that way.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    16. Re:No by stoatwblr · · Score: 1

      "Most switches that can perform layer-3 functions tend to do so in software or with the general purpose CPU"

      Unless they happen to be based around something like the Broadcom Trident2 or newer.

      You're talking seriously old silicon that can only operate at L2

    17. Re:No by stoatwblr · · Score: 1

      "Broadcom has the lion's share of the market for network ASICs, and is very much a closed environment. "

      In the last decade they've gone from being sued for breaching GPL to being one of the most prolific contributors to the Linux kernel and have put a bunch of other stuff into GPL or BSD licensing.

      As long as Avago don't screw the pooch, it's entirely possible that they will move towards being more open on asics.

  2. Yes, please! by jddj · · Score: 1

    Particularly with the FCC racing to lock down router firmware, the market needs a player who will do the minimum the law requires, but provide as much freedom to tinker as possible.

    1. Re:Yes, please! by Anonymous Coward · · Score: 0

      Well... While it might be nice for some folks with tinfoil hats and other folks who like to tinker - not many "normals" are going to shell out more money for something open. They tend to shop by price alone or sometimes what the damn thing looks like. So would several folks on slashdot buy it? Probably. Would all of them? Nope, many would try to port the software to something cheaper. Would there be enough sales to keep a company profitable? Very likely not.

    2. Re:Yes, please! by Holi · · Score: 1

      Well, the FCC is looking at locking down radios on the 5ghz spectrum, not routers per se.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    3. Re:Yes, please! by msauve · · Score: 0

      An access point is not a router, and putting both in the same box doesn't make it one.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    4. Re:Yes, please! by jddj · · Score: 1

      Of course, but for a manufacturer, this means "sign our updates and allow nothing else".

    5. Re:Yes, please! by Coren22 · · Score: 1
      --
      APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
    6. Re:Yes, please! by houstonbofh · · Score: 1

      A click bait headline. It is all about the 5ghz spectrum. Unfortunatly, most wifi routers use that, so the practical result will be the same. However, Smallwall.org and t1n1wall.org and pfsense.org will all still work, and on cheaply available hardware. You can even get gigabit speeds on old retires desktops... Or close to it at 950 meg. http://smallwall.freeforums.ne...

    7. Re:Yes, please! by houstonbofh · · Score: 1

      Particularly with the FCC racing to lock down router firmware,

      Which is a damn good reason to separate the router and the WiFi. The FCC can not do shit about http://www.smallwall.org/ or http://www.pfsense.org/ or any other router that works better than most commercial offerings on old cheap retired desktops.

    8. Re: Yes, please! by Anonymous Coward · · Score: 0

      Well open source router do have more features per dollar so if people actually care about that, open source matters to them.

      Most people are tin foil enough to buy and use safety belt for their cars so don't underestimate the number of tin foilers. I'm betting even you use them.

    9. Re: Yes, please! by Anonymous Coward · · Score: 0

      I tried doing what you said and didn't get gigabit capacity on all 20 NIC:s that I attached to the old desktop.

    10. Re:Yes, please! by stoatwblr · · Score: 1

      "You can even get gigabit speeds on old retires desktops..."

      Yes, at 70-90W power consumption, not 5-15

    11. Re:Yes, please! by houstonbofh · · Score: 1

      "You can even get gigabit speeds on old retires desktops..."

      Yes, at 70-90W power consumption, not 5-15

      Or the "cheaply available hardware" also mentioned at 5-15 watts... Talk about cherry picking.

  3. false premise by rubycodez · · Score: 4, Insightful

    Raspberry Pi is not an open, depends on closed source blobs in firmware and drivers. Stop spreading the lie

    1. Re:false premise by Anonymous Coward · · Score: 1

      Indeed. The Rpi is about as open, hardware-wise, as a gl-inet router (http://wiki.openwrt.org/toh/gl-inet/gl-inet). The only thing that makes these systems "open" is that they run Linux, give you root access right from the start, and encourage people to make their own software applications, OS, and hardware peripherals. Granted, this is much more than what one can expect from most manufacturers, but it doesn't make the hardware open. Still, looking at the apparent success of these 2 systems, I'd say there is plenty of space for more openness.

    2. Re:false premise by Anonymous Coward · · Score: 0

      Was there anything besides the GPU driver in rPi that was closed source? https://www.raspberrypi.org/blog/a-birthday-present-from-broadcom/

    3. Re:false premise by Anonymous Coward · · Score: 1

      Up isn't down. Red isn't blue. Black isn't white, either, but some shades of gray are closer to black than white. More choice, whatever the shade is gray, is always good. Stop spreading the counterproductive extremism. -PCP

    4. Re:false premise by Holi · · Score: 1

      How is that anymore open then a standard PC? Granted it is far more complicated but there is nothing stopping you from making your own PCIe cards.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    5. Re:false premise by amorsen · · Score: 1, Informative

      Raspberry Pi is a GPU with a CPU bolted on the side. The CPU is entirely dependent on the GPU, it cannot even boot without it. The GPU driver is fairly trivial; it mostly consists of stub calls to the firmware blob.

      The firmware blob is proprietary and closed, to the point that it even has restrictions on which instructions the GPU is allowed to use. You can buy an unlock code to remove the restrictions. Even Android devices are not that closed down in general.

      --
      Finally! A year of moderation! Ready for 2019?
    6. Re:false premise by houstonbofh · · Score: 1

      Raspberry Pi is not an open, depends on closed source blobs in firmware and drivers. Stop spreading the lie

      An Intel Atom motherboard is much more open, and MUCH more powerful. And more expensive. Cheap goes a long way, and that is a problem for the posters of this slashvertisement.

    7. Re:false premise by AmiMoJo · · Score: 2

      If you are referring to the MPEG decoding stuff, there is no restriction in the firmware that prevents it from working. It is merely that the RPi's creators require you to buy a licence to unlock the user land software that can make use of it because that is the agreement they signed with the manufacturer.

      Realistically, not even hard core guys like RMS care about CPU microcode and GPU firmware too much. Stallman's preferred Thinkpad X60 has an Intel CPU with non-free microcode, and an Intel GPU with non-free firmware. The hard drive has non-free firmware, the touchpad has non-free firmware, the USB controller has non-free firmware, the battery pack and charger have non-free firmware.

      The primary issue is distribution of blobs, he seems less bothered when the code is in a ROM.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    8. Re:false premise by rubycodez · · Score: 1

      Nobody points to a typical PC and says "THIS IS AN OPEN ARCHITECTURE". But for some reason they lie about the pi

    9. Re:false premise by amorsen · · Score: 1

      If you are referring to the MPEG decoding stuff, there is no restriction in the firmware that prevents it from working. It is merely that the RPi's creators require you to buy a licence to unlock the user land software that can make use of it because that is the agreement they signed with the manufacturer.

      This is simply wrong. The user land software is the same, the firmware functions are unlocked cryptographically. If it had been user land, cracks would have been available within hours of the release of the software.

      Who knows which firmware functions could be unlocked if you send the right cryptographic checksum to the firmware? Perhaps the send_ssh_key_to_NSA function? Unlikely, but it is also unlikely that anyone will ever find out.

      --
      Finally! A year of moderation! Ready for 2019?
  4. A lesson long ago taught and learned by bferrell · · Score: 1

    Good engineering is all about cost effective solutions, not whiz bang technologies.

    Translation:
    Just because it's "cool" (read that as PC, opensource etc) doesn't make it good engineering. If it's bad engineering (not cost effective), there is no place for it. period. If your price is higher because you think it's cool, go work for apple.

    1. Re:A lesson long ago taught and learned by vux984 · · Score: 1

      Just because it's "cool"

      "cool" isn't quite the objective here.

      (read that as PC, opensource etc)

      In this case read it as:

        secure, auditable, trustworthy...

      If it's bad engineering (not cost effective), there is no place for it. period.

      How do you measure "cost effective" in the context of releasing hardware that may have backdoors, security problems masked by non-disclosure, un-disclosed "features" the nominal "owners" find either undersirable or outright hostile, or even the simple risk of being held to the support or lack of support whims and pricing of the vendor?

    2. Re:A lesson long ago taught and learned by Anonymous Coward · · Score: 0

      Learn to quote, fucking idiot.

    3. Re:A lesson long ago taught and learned by vux984 · · Score: 1

      Learn to quote, fucking idiot.

      No. I really should learn to preview.

      The issue is a simple typo; missing a / in the closing tag on one of the quote tag pairs. I'm as irritated as you by the result.

      I think /. should bloody well report when the formatting tags aren't balanced when I hit submit; and then i'd fix them. It already checks and rejects a bunch of other things (too many capitals, too much punctuation, too frequent....) Blocking unbalanced quote tags should be a no-brainer.

    4. Re:A lesson long ago taught and learned by Anonymous Coward · · Score: 0

      I think /. should bloody well report when the formatting tags aren't balanced when I hit submit; and then i'd fix them. It already checks and rejects a bunch of other things (too many capitals, too much punctuation, too frequent....)

      Also makes sure you can't use advanced techniques like... commonly used characters and stuff.

      But look, man. Slashdot was written in Perl. You can't blame them if they're afraid to touch it. Perl tends to look like Sanskrit after its been run through a blender. No one knows what it does an hour after the last line was written. Or ten seconds after any regular expression was written.

  5. Sure... by thevirtualcat · · Score: 1

    As long as it comes with service level agreements and support contracts and other such enterprise-related things.

    Or as long as it's the cheapest thing you can get at your local big box retailer.

    1. Re: Sure... by Anonymous Coward · · Score: 0

      Or if buyers actually know what they are doing which are becoming more and more common.

      There are no router manufacturer on the market that would sign a real SLA where they would actually take responsibility for alk the costs that occur when their products fail.

      I know several large enterprises who thrown out major brand routers after actually testing their quality and compared them to other cheaper "no name" routers.

      And of course many enterprises today are so cost sensitive that they are going for the cheaper open source routers.

  6. I'm here all night. Try the veal. by bmo · · Score: 1

    >but we still wander

    Maybe you need a road map?

    --
    BMO

  7. I'm excited, at least by JonathanP.Bennett · · Score: 1

    I saw the presentation at the OpenWrt Summit, and I got excited. I can't buy 10,000 units, but I'll probably start installing these by default wherever I can, assuming I can my hands on some at a price that works. I know I will run one at my house. =)

  8. Re:I'm here all night. Try the veal. by Chris+Mattern · · Score: 1

    Copyediting. It's a lost art.

  9. User opinion by sanf780 · · Score: 1

    From my point of view, upgrades on most home networks are gated by the ISPs. In my case, I do need a fibre to ethernet transducer that only talks to the company sanctioned WiFi router, that also has IP telephony embedded. I can add extra devices, but I cannot replace those two. It would be great to have a single device that does all of that, and that requires a single electrical plug and occupies a small volume at home. A modular approach would be great too, in that depending on how you get your internet at home, you get a different PHY module. But I know that what I am asking for costs a lot of money.
    And you do need to think about the antennas a lot. I can see how an Apple or Google branded router gets the "wife's approval", where latest Linksys monster does not. Visuals are also important, and a development board is not.
    So, no I do not see many things gained by having a PCB sitting on the loose on the table with antennas sticking everywhere and with flaky firmware that might or might not be supported in a years time.

  10. Re:I'm here all night. Try the veal. by Anonymous Coward · · Score: 0

    Copyediting. It's a lost art.

    That implies prior possession of said art.

    You must be new here.

  11. Re:I'm here all night. Try the veal. by Chris+Mattern · · Score: 1

    I was speaking about the world at large, really. I know Slashdot's never had copyediting.

  12. Maybe by DFDumont · · Score: 1

    I think there is a discrepancy between your intended audience, home users, and the skills necessary to take full advantage of this platform. I could use it, but then I could build one of my own as well. General consumers want something that serves a well understood purpose and which requires little interaction. I think if you tailored it to a specific purpose, say as a security device which filters Internet traffic which was also you main WiFi access point it would sell. Being simply an open platform means you are marketing to hobbyists and quite frankly your platform has no real differences from others.

    1. Re: Maybe by Anonymous Coward · · Score: 0

      Very few home users buy routers or have a say in what routers there use. ISP:s, landlords etc are usually making those choices. And at work the company you work for.

  13. Selling point is missing. by Anonymous Coward · · Score: 1

    One of the larger selling points of open hardware and software is the cost benefit. Almost every example of open vs closed system has the open system costing less initially. Now, hiring a team of dweebs to go to fix your father in law's wifi would be nice, but I would not expect the extra cost to cover that. Does it?

  14. Wrong focus. by yoda-dono · · Score: 1

    Open hardware and software is great and could be very useful and successful in the router space, but you end off by teasing high prices though you were using Raspberry Pi and Arduino for comparisons. Those products are designed to be straightforward and cost not much more than necessary so as to spread adoption. If you plan on charging extra for the open aspect of what you plan to make (or if the cost is due to making hardware to compete with the high end router market; completely unclear which it is without clicking through), then you need to find something else to compare your product with. You say it is the router equivalent of Raspberry Pi and Arduino, people will think affordable, then laugh at you and walk away when they find out otherwise.

    But yes, a good, affordable networking solution that brings security through openness is always welcome; just approach it right (or maybe do something different than what we've settled with from router manufacturers, if you don't go the dirt cheap hardware route).

  15. Possible interest... by ErikTheRed · · Score: 1

    Our company provides networking services and we generally use Cisco gear, but we've been dipping our toes into some lower-end markets that can't afford $1,500 Internet routers. In order to consider something likes this, the main thing we would be interested in is build quality. It seems that most SOHO routers are designed right at the edge of their thermal safety envelopes, which leads to crashes and failures. Even if we don't want to spend $1,500 on a router we would still want something that is robust enough to be shoved into a poorly-ventilated cabinet and run happily on its own for five years, except for the occasional software upgrade. I'd happily pay $100 or even $200 for that level of stability.

    --

    Help save the critically endangered Blue Iguana
    1. Re:Possible interest... by houstonbofh · · Score: 2

      How about $250? http://www.mitxpc.com/proddeta...

      Intel chipsets, gigabit speeds, and fanless. And runs the successor to m0n0wall, so it will run for years.
      Or if you need more ports, they have more options.

  16. You have to do it right by mattventura · · Score: 1

    My main gripes with things like this are:
    1. Poor price/performance: I'm using a used atom board that I got for $65 with 4GB RAM included. It's hard to beat stuff like that in cost-efficiency.
    2. Proprietary cases and accessories: For the love of god, just make your board compatible with mini-ITX mounting holes so I can throw it in a plain old PC case if need be.
    3. Not enough support for niche accessories: can it fit a huge Compex wifi card? All that would require in most situations is having one of the mPCIe slots use a high-profile connector.
    4. Debugging/recovery/etc: I hope one of those headers on the board is for a serial port or it's going to suffer the classic "bad network config locked me out, time to reset and start over" unless you're booting off of mSATA (more expensive) or USB (which is going to be sticking out of the device rather than internal).
    I'll probably buy one anyway but I don't know if it would replace my main router.

  17. Routers may be only defense left for privacy by JoeyRox · · Score: 1

    With many modern OS's adding spying and telemetry features and then disabling all the tried and tested methods to bypass them it may wind up that the router is the only way to retain our digital privacy. So yes, I think open source networking has great utility.

    1. Re:Routers may be only defense left for privacy by houstonbofh · · Score: 2

      With many modern OS's adding spying and telemetry features and then disabling all the tried and tested methods to bypass them it may wind up that the router is the only way to retain our digital privacy. So yes, I think open source networking has great utility.

      True, but how is this better then the wealth of FOSS router projects our there now? SmallWall, t1n1wall, pfSense, OPNsense, BSDrp, OpenWRT, DDwrt, Untangle, or any *nix with routing turned on?

  18. Yes... by Anonymous Coward · · Score: 0

    .... if there's anything I'd want is basically a IP map tracker to any computer that hits my IP, and them mapped out on something like google maps in a visual way. Make figuring out where people are pinging your data are coming from. Given the NSA and law enforcement raping open computers silly it'd be nice if there was some easy way to see who is accessing your computer on the net.

    See revolver maps as an example:

    https://www.revolvermaps.com/

  19. OpenBSD support? by Anonymous Coward · · Score: 0

    Can it run OpenBSD ARM? If not, forget it. The world doesn't need another AIDs-infested bullshit "router".

  20. The story is an ad, so here's some competition by Anonymous Coward · · Score: 0

    Banana Pi Router Board BPI-R1 ($90/€70). And of course the OpenWRT project has given us easy access to many home routers at the firmware level, so you can run all open software on a home router with Wifi and VLAN capable switch that can be bought from $20 up. Their wiki has a list of supported devices.

  21. Yeah, a cheap 10 gig switch. by swb · · Score: 1

    How long are they going to keep charging such ridiculous prices for 10 gig networking?

    10 gig copper has been out now longer than it took 1 gig copper to go from being "ooh, enterprise" expensive to being in every $499 laptop you could find. Yet they've managed to prop up 10 gig switch and NIC prices forever.

    Are 10 gig parts that complicated that they're staying so expensive for so long?

    Or are we waiting for the next big "ooh, enterprise" speed bump to come along?

    1. Re:Yeah, a cheap 10 gig switch. by amorsen · · Score: 2

      Are 10 gig parts that complicated that they're staying so expensive for so long?

      Yes. 10Gbase-T runs a complicated encoding which requires power-hungry processing. Note how you cannot buy a 10Gbase-T SFP+ module for love or money; the power/cooling budget of SFP+ does not permit it to exist. Yet you can trivially get optical SFP+ modules designed for 80km, where 10Gbase-T is struggling to reach 100m.

      10Gbps+ ethernet for the home will happen, but I doubt it will be 10Gbase-T.

      --
      Finally! A year of moderation! Ready for 2019?
    2. Re:Yeah, a cheap 10 gig switch. by cciechad · · Score: 1

      10G NIC's aren't that expensive they are going for about $260. Since a 1G NIC is about 40 bucks its actually cheaper than 1G. 40x10=400>260

      --
      https://www.fsf.org/associate/support_freedom
    3. Re:Yeah, a cheap 10 gig switch. by houstonbofh · · Score: 1

      How long are they going to keep charging such ridiculous prices for 10 gig networking?

      10 gig copper has been out now longer than it took 1 gig copper to go from being "ooh, enterprise" expensive to being in every $499 laptop you could find. Yet they've managed to prop up 10 gig switch and NIC prices forever.

      Which 10gig? There were several different ones, that have finally narrowed down to 2. With one of them being fiber... And...

      Fiber sucks for endpoint networking. People step on network cords, tug on them, twist them around. Fiber can not do this.

      And what are you going to push over it? Unless you have fast SSD, you can not even fill a gig. And to get full 10g, you need some super fast memory and buss speed as well as an SSD array.

    4. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      Yeah, but that's one module type that tends to be a little unusual from a real-world usage scenario. Usually people who want 10G-T buy a switching platform that provides those ports built into the chassis or blade. People that buy chassis/blades with all SFP+ ports tend to use them as a fiber landing point or for terminating devices with SFP+ cabling.

      The only place I see SFP-copper being used are on maxed-out blades or chassis where the only ports left are SFP and these tend to be 1G platforms anyway.

      The 10G installs I've done have tended to be either/or -- all copper with a fiber uplink, or all SFP with a fiber uplink. I've seen one site with a pair of all-SFP Ciscos with a couple of 1G copper SFP modules.

      I'm still not entirely convinced that the increased sophistication of 10G *still* accounts for a price differential of nearly 500%. I small profit-taking for obvious business use customers.

    5. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      10G is great for iSCSI storage and even all-hard disk arrays can overwhelm 1G links pretty easily. Multipathing helps, but like NIC teaming, doesn't result in anything like linear increases in throughput for additional paths.

      A fair number of the storage installs I've done lately have been flash cached or tiered arrays and with 10G links, I've seen sequential throughput hit 600 MByte/sec.

      Even if a given box can't completely saturate a 10G link, the gap between 1G and 10G is pretty wide -- I'd take 2-3G effective throughput over 1G.

    6. Re:Yeah, a cheap 10 gig switch. by Anonymous Coward · · Score: 0

      10Gbps networking is a datacenter only technology, and it will remain that way until there is a technological breakthrough which makes it a trivial cost over 1Gbps. There is no use for 10Gbps networking in a consumer environment, so practically nobody is willing to pay for it. People are hardly willing to pay for symmetric 100Mbps internet connections if they can save $10/month by only getting 25Mbps/1Mbps. People prefer buying wireless repeaters and using spotty 802.11g over using wired Ethernet and getting reliable 1Gbps. Even in business environments, most of the installed base of wires is Cat5e, so that's another hurdle in the way of upgrading to 10Gbps. The LAN network speeds we're getting now are going to be with us for a long time.

    7. Re:Yeah, a cheap 10 gig switch. by houstonbofh · · Score: 1

      To seriously saturate a 1gig link, you have to get into 5 figures. At that point, the price of 10gig-e is not a big deal. At the small business end, you are lucky to get a potential of 1.2gig (An array of 8 spinning rust drives)

    8. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      To seriously saturate a 1gig link, you have to get into 5 figures. At that point, the price of 10gig-e is not a big deal.

      Not a big deal until the customer starts comparing quotes. The uptick on the SAN controller for 10 gig ports, the uptick on any servers for 10 gig ports, and then the huge uptick on the 10 gig Ethernet switching.

      The SAN controller price increase is of course way beyond the price increase of a generic two-port Intel 10G card, as is the OEM price increase on the server ports. The switching is just breathtaking -- a Dell N series 2024 is $1500, an N4024 is $7500. So for bog-standard cluster with 2x24 port switches, the switching alone is a price increase of $13K and the total project price increase is probably $15k once you factor in controller NICs, host NICs, etc.

      So 10 gig can ramp up your pricing by as much as 15%-25% depending on what stuff is baked into it.

      I think anybody looking at storage upgrades or network upgrades should definitely eat the increase versus choking on 1 gig for disk transfers, but those customers are awfully stingy with their money.

      And it really doesn't take much in terms of fancy disk setups to saturate 1 gig ethernet. More than a pair of SSDs can do it easily and even 7200 SATA arrays of 6 disks have no problem generating 250 mbyte/sec -- that's probably 4 gbit/sec on the wire. Now, I'd agree that most common workloads don't generate that kind of regular traffic but some do and backup is quite often a punishing workload even when it's done right.

    9. Re:Yeah, a cheap 10 gig switch. by amorsen · · Score: 1

      Until very recently, the cheapest option to get 10Gbps was SFP+ and Direct Attach Cables. It is still by far the most energy efficient option, unless you use 10Gbase-T with energy saving that lowers the port speed to 100Mbps when not much bandwidth is used (and that has latency implications).

      I have not yet touched a single 10Gbase-T-port but 10Gbps SFP+ is everywhere. A few get actual fiber SFP+ modules inserted, but the vast majority is DAC.

      --
      Finally! A year of moderation! Ready for 2019?
    10. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      Is energy efficiency that important in most use cases? Best I can tell, copper vs. SFP chassis differ by about 60 watts.for a 24 port model.

      SFP+ may be cheaper but the cabling sure isn't and it makes it more expensive yet if you're needing to blend in a handful of 1G devices to the same stack.

    11. Re:Yeah, a cheap 10 gig switch. by swb · · Score: 1

      There was no use for gigabit ethernet in a consumer environment, either, but economies of scale won because it stopped making sense to produce 100 meg silicon.

      My question is why is 10 gig silicon so much more expensive that manufacturers haven't given up on 1 gig silicon in their designs? Is it so vastly more complex that the cost increase outweighs the economies of scale?

  22. Add a little more beef.... by Anonymous Coward · · Score: 0

    so I could run PFSsense rather than OpenWRT and I'd seriously take a look.

    Not saying that OpenWRT is bad.. but it's more for WiFi access points than as a general purpose router.

    Your price point for a fairly bare-bones dedicated PFSense SoHo Router - $100 USD and should be able to support around 100MB traffic load. Much more than that and I could get a pretty inexpensive Windows tablet and re-purpose that. Price goes up for support for higher bandwidth, multiple WAN connections, WiFi radio, etc.

    I agree w/ the MicroITX case holes..

    1. Re:Add a little more beef.... by houstonbofh · · Score: 1

      Neither pfSense, nor any of the other m0n0wall derived router projects (SmallWall, t1n1wall, OPNsense) will work on Arm right now. As for cost, this will do gigabit speeds. http://www.mitxpc.com/proddeta...

  23. Can do that now by multimediavt · · Score: 1

    I can make my own router out of existing open hardware like the RPi, but it's not cost effective to do so when I can buy a commodity home router for under $100USD (or $200 for a nice one) and have it last several years. It's a nice idea on paper, but it's just not practical given what the average consumer can get off the shelf today without the hassle of trying to build and configure the damn thing themselves. The parts alone are going to cost more than OTS routers today, and then you have to figure in the cost of your time. Pointless. Nice for people who tinker and want to play, but lousy for the average joe/josephine. I also don't get what's open hardware about Turris Omnia, as it uses all the same brand name components OTS routers use that are compatible with OpenWRT and DDWRT? Will check out how much they want for the thing when they start their crowdfunding campaign, but my guess is this will die on the vine.

  24. Sure why not? by Anonymous Coward · · Score: 0

    But don't expect people to support a badly engineered design.

  25. I'll likely get one for VPN. OpenWRT forums by raymorris · · Score: 1

    I'd be likely to get one. Maybe to use as a router, but I'd think of it more as a general purpose small network appliance to be cast into whichever role I need. Right now, I use a consumer router with *wrt as my VPN endpoint for the rescue network on my sever rack. It provides access to IPMI and the IP-controlled power strip through a VPN. (Meaning it's not used often, and doesn't need to be fast). Your device looks good for that type of purpose. Rack ears, preferably 0-U rack mounting, would be handy.

    I could see using it as a firewall or a light-duty file server.

    I don't see a lot of mass-market potential; I don't expect to find it at Best Buy. Rather I see two or three markets. The OpenWRT community of course - I assume you have a consistent presence on those forums. If you get to be known as a "best choice" on the appropriate forums, I see some sales there. Certainly the same -type- of hobbyists who play with Arduino and RPi might also be interested, though I think you want to clearly distinguish yours as being a -network- device.

    What could be gold would be if you had a version with excellent build quality and established a reputation with one of the communities where people build more serious networks and have need of a flexible appliance they can drop in to do a specific job. That may not be your target market, though. That would be one market at a time. Think of a use and target that community, think of another use and target that next community, etc.

  26. Tor Node? by GeraldSpeers · · Score: 1

    Whatever happened to that startup that was making a tor router.. surely there is a market?

  27. Short answer yes by Anonymous Coward · · Score: 0

    I manage the entire networking line, video cards, motherboards, ram, processors and a variety of odds and ends for a major Canadian retailer and have been doing so for almost 5 years. We tender over 150mil a year and i spend about 40-50 of that myself. I can tell you that i see a lot of potential in your product. I recent brought in the raspberry pi and have been selling them by the hundreds for months now with amazing success and margin... We had to bring in a accessories too.

    My concerns and thoughts on your product are:
    1. Why is 1 LAN port right next to a WAN port and not with the other 4 LAN ports? You will only serve to confuse people that way.
    2. The SFP adapter tho nice, i don't think is needed at all. We hardly sell any SFP/SFP+ in the consumer space. It is nice for the guys trying to get fiber on the lan however. Main point your hitting about .1% of the market but increasing your costs overall for 100% of your customers. Maybe have optional non SFP? Also pro tip for anyone buying networking hardware buy Axiom for SFP. its the same as cisco/hp etc even the same assembly line at 1/3 the cost.
    3. WIFI should not be optional. again 99% or more of the people buy wireless routers, all consumers have cel phones these days. It is what it is.
    4. I absolutely LOVE the fact that you put a sim card slot on this. I get many customers looking for SIM routers for going outside the country and the choices are quite small. Netgear will not even sell me their SIM card router they gave basically a monopoly to these airport shops and will not allow it to retail.

    I would comfortably stock 100 of these initially. Im sure they would retail

  28. 6 Pack by Atomizer · · Score: 1

    What about the facebook stuff they've been posting about? 6 Pack

  29. Look man, I dont even understand why by alexborges · · Score: 1

    There is closed hardware in networking. Any monkey can do that. They are glorified old PC's and all their value is in the software anyway. Hell there is no such thing as a "hardware networking appliance". Those only exist in the imagination of people that think learning to configure an IP stack is a somehow complex ordeal.

    --
    NO SIG
  30. home automation by Anonymous Coward · · Score: 0

    There isn't that much that would interest me for networking (I use a Linux pc now so I already have all the features I want).

    But a device with the hardware to be a home automation server would be cool:
    - low power so it can run in battery when the power is out.
    - zwave/zigbee/thread radio
    - gpio pins for connecting sensors and controllers

  31. Definitely yes... by CaptainOfSpray · · Score: 1

    When you sign up with an ISP, they ship you a router that is usually a piece of cheap tat in hardware terms, has incompetently or maliciously built software, usually lacks useful features such as QoS, usually has some or all features missing or locked down (my ISP has just shipped me a VDSL router that has no telnet or SSH interface and where I can't change their utterly crappy DNS servers)

    So yes, please, build some open source hardware that will run tomato and/or OpenWRT (absolutely not DDWRT). I would like to be able to support a computer club in my village hall with 30+ participants over wifi - not possible with any ISP-supplied or consumer router sold here. - they choke at 10 users.

    I notice that most routers in the shops here cost around $60-80 USD. I would happily pay up to twice that for a really competent router. (a business grade router would be complete overkill and cost double again).

    --
    "Cock Up Your Beaver" does not mean what you think. This sig is intended to clog filters and annoy do-gooders
    1. Re:Definitely yes... by sanf780 · · Score: 1

      The ISP provided hardware might still be needed. I do not think there is any cable or fibre router I can buy in any brick and mortar store. On top of that, even ADSL providers do not send you all the needed details in order to replace their router anymore.
      Connecting 25 clients on the same access point at the same SSID, isn't that the rule of thumb people use when they design the deployment of WiFi in a sea of cubicles? That is the case with overhead antennas that make WiFi waves easier to send. Do not try to push the envelope any further than what enterprises do.

  32. Nice Ad by Anonymous Coward · · Score: 0

    you dont give two shits about our oppinion, you just wanted to throw some buzzwords out there and a link to your product

    go fuck yourself

  33. Explain the Value by businessnerd · · Score: 1

    If you want any consumers outside of tinkerers to care about open hardware, you need to explain to them what value they can get from open hardware compared to closed hardware, especially if there is a cheaper closed source option that I can reflash with open source firmware. Are there enough people out there that will both know the value and seek it out if it simply says "open hardware" somewhere in the specs without any further explanation? Maybe. You need to start with the "Why" not with the "How". The "Why" is "You can do x, y and z with our router [better|cheaper|at all|whatever], compared to other routers." The "How" is "via open hardware."

    I know this may come off as "bullshit marketing speak" to some, but for me, I honestly don't know what open hardware would do for me. If your product is basically a router running DD-WRT/OpenWRT/Tomato, it better cost me no more than if I bought a Netgear and flashed it myself. If it costs more, what else am I getting other than convenience? I can't speak for everyone, but I have a feeling that those that already know that value of open hardware are also those that are very comfortable reflashing their own.

    --
    "It's not whether you win or lose, it's how drunk you get." -- H. J. Simpson
    1. Re:Explain the Value by viperidaenz · · Score: 1

      5x Gb LAN ports
      Gb WAN port
      SFP port
      2x Mini PCIe slots
      mSATA slot
      USB 3
      4GB flash
      1GB RAM
      1.6GHz x2 CPU

      "starting at $100 USD"

      Good luck finding a Netgear router with a fiber connection for $100

    2. Re:Explain the Value by businessnerd · · Score: 1

      Thanks, it sounds pretty interesting. However, once again, you have started with the "How" and not with the "Why". Reading a list of specs, you are requiring the consumer to piece together on their own "...so I guess this one would be faster?" Don't make the consumer form those conclusions because they can't be relied upon to make them. Someone technically inclined enough probably will, but sounds like this router could bring value to more than just techies. If you said instead, "Our router allows much greater speed compared to any other router at this price point." Now you have a non-techies interest. If they ask how, then you say, "While most routers do not have a fiber connection. Ours does." The consumer says, "Oh awesome. You have the best router for the price. That translates to an awesome value for me."

      --
      "It's not whether you win or lose, it's how drunk you get." -- H. J. Simpson
  34. pfSense by darkain · · Score: 1

    Recently, I picked up some used rack mount routers that are x86 based. Got them on eBay, plus upgraded the RAM to 2GiB, replaced CPU with one twice the clock speed and more cache, plus added larger storage. Installed pfSense on these things. Each one with upgrades was still under $100 thanks to people unloading seemly "useless" equipment on eBay!

    These things are acting as more than just routers, too. Since it is FreeBSD based, there are tons of packages available. I've got nginx running on them as forward facing web servers to connect to the internal network's fastcgi services (PHP/HHVM). These boxes are doing this job beautifully right now.

  35. This is another "open" project that just isn't by Anonymous Coward · · Score: 0

    It's got an marvell armada 385 in it. This is not "open source" unless you also think that proprietary dependencies are acceptable in an "open source" project. There are proprietary bits needed and those who are working on hardware that actually is freedom respecting and open aren't touching this. It's not enough just have OpenWRT support. OpenWRT isn't "open" itself. The boards it supports depends on lots of proprietary bits for just about *every* board out there on the market. There are depressingly few boards and devices which can be properly supported or fully supported by "open source" software.

    Check out www.librecmc.org if you want a better idea of just how few devices can really be properly supported with only "open source" software. The list is dishearteningly small. There are some other devices which can be added to this list, but it remains a very small list, and this isn't a board that'll ever be supported.

    There are individuals and a few companies working on various true open source projects, but this clearly isn't one of them. I know- this is my business and we're working with a few companies to free what they designed which is by accident freedom-respecting hardware should we add support for it in a freedom respecting distribution. Right now there are some more powerful boards that could be supported- but it's more like a board with 10/100 Ethernet ports with 16MB of flash and 128MB of ram. We might also be able to do dual-band wifi on some boards. The gigabit switches might be a problem and all 802.11ac chips are currently a problem.

  36. Re:Is there space in my ASS for a fucking greasy Y by coolmoe2 · · Score: 1

    its become fashionable to be an asshole on the internet. We used to keep computers out of the hands of the mentally ill too but not now. Now we give them reality shows and large paychecks.

  37. Re:I'm here all night. Try the veal. by houstonbofh · · Score: 1

    Come on... He was posting from a 3 inch phone! I blame autocorrect! (And the fact that people try to do actual "work" from a 3 inch phone)

  38. $60 4x100Mbps Open Switch got crowdfunded by billstewart · · Score: 1

    There was a recent crowdfunding campaign for a open-protocol switch (I forget if it was OpenNFV, OpenFlow, or OpenVSwitch? Probably NFV.)
    4-port 100 Mbps, so easy enough to do cheaply these days. I didn't really have any experiments I wanted to do with one that I couldn't also do with a virtual switch, so I didn't join the crowdfunding, and for production work I'd want at least GigE, but it was still interesting thing to go by.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  39. I find it unlikely the average consumer will care, by Anonymous Coward · · Score: 0

    Most people aren't computer savvy and don't really care what router they have, as long as Netflix works fine. As such, I don't see many of them buying your device over a linksys or apple or whatever (unless you were to compete on price).

    As for corporate, they are going to want someone to blame if it fails and they are already reasonably well serviced by Cisco and company (from what I can tell). You might have some more success here as there's more room to differentiate your product in meaningful ways, but I don't see open hardware being a major selling feature for companies who exist to make money and probably don't care much about open source.

    That's just my 2 cents, I could be wrong. Computer savvy consumers might be interested (like me) but we aren't that big of a market and it would still have to have some cool features for me to buy it

  40. OpenWRT? by guruevi · · Score: 1

    There is definitely room for open source routers. Buffalo has been in that market for a few years and as a result sell some of the most stable of routers I've seen outside the enterprise market.

    If you're going to build this, make sure all is accessible including the radios, each port individually and if you're going into the enterprise market, extensions to OpenWRT for centralized management would be awesome. I'd also like to see a router with more than just 4 ports.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  41. Yup. But count all of the firmware too. by Anonymous Coward · · Score: 0

    It does. I just build a couple of days ago a wifi-client router with a Pi and directional external antenna that has been able to get signal where nothing comercial that I've tried could. Tomorrow when the other external but this time omni gets here it will be the AP for the house.

    Don't miss:
    a. Open firmware on the boot and on the wifi cards. Make it easy for users to install those firmwares to the router overwriting whatever existed with something deterministic compiled.
    b. Have it modular. In my case I need a Pi2 with an omni and a directional plus one ethernet. But I'd like some for my company and that migh be smaller but able to work well with more APs for coverage and roaming.
    c. Don't make it do other stuff. No domotics, no media server, no NAS. There is lot of room for improvement with WIFI specially in using mesh and also with multipath.

  42. Re: Is there space in my ASS for a fucking greasy by Anonymous Coward · · Score: 0

    The poster above made a point of mocking poor people so spoiled rich idiot is probably more likely.

  43. Almost there by terminal.dk · · Score: 1

    What we have now in the marketplace is lots of routers with VLAN capable switches, which can all be running OpenWRT. For me it is not really important if the hardware is Open Source or not. I get a stable platform, and I can add USB and serial devices to it. And I can run whatever software on it that I want.
    There are some complaints about the hardware accelerated switching whatever does not work well, but since since I am only on 60/60 mbps this is not big issue. I have a bigger problem with the built-in ssh performance not being fast enough.

  44. In 1974 The US Supreme Court, in a unanimous by Anonymous Coward · · Score: 0

    ruling, accepted the arguments of the ACLU and let nearly all the insane people out of the asylums, and made it very hard to involuntarily commit people.

    You appear, along with the dude photographed pissing in middle of a busy street in NYC, to be a flagship example of a benificiary of that ruling.

  45. Ha ha, you "outed" a big open source by Anonymous Coward · · Score: 0

    Hypocrisy - people LOVE the RPi (it's so VERY "open source"...) and yet some of the same actors despise the idea of a proprietary NVIDIA driver on Linux (to the point of actually adding code to Linux to make it harder to install and use... because binary blobs are EVIL, of course...)

  46. Reduce Energy footprint by Anonymous Coward · · Score: 0

    Home router is necessary to connect you to the Internet but it is idle most of the time, just eating electricity. Why not use it for more tasks?

    Why not reduce energy usage to the absolute minimum?

    or is the company claiming that it can do all of those things and keep using the same amount of energy.

    Give me a router that uses a 1-5 watts as opposed to 10-20 watts and I would be willing to pay extra money for it.

  47. optional 802.11ac by phlawed · · Score: 1

    I am curious about everything related to the optional 802.11ac interface:
    - chipset
    - driver
    - license of driver
    - firmware
    - performance

    Other than this: very much yes.
    I'll happily pay USD 100 for an open router platform. And pay extra for the wifi if.
    Someone make a pure AP image with support for 802.11r/k and a hardware option for PoE, and you may have another winner.

    --
    Dag B
  48. I would build products on this starting today by Anonymous Coward · · Score: 0

    I'm an entrepreneur working on trying to build this out of a Raspberry Pi. Essentially, I want a router that creates a private WIFI network w/o needing a server.

    IMHO your price point is a bit high. If there was a price in the middle between $35 and $100, I would switch to building on your platform today.

    The max price for my product would be around $50-80, so the Pi fits well. I'd need at most 1 LAN port, and 1 WAN port. The core things I'd want are integrated WIFI, and software support for an easy linux setup.

    I'm on your email list :-) Good luck!

  49. Re: Is there space in my ASS for a fucking greasy by invictusvoyd · · Score: 1

    It is possible to write a chess game simulation in those many words.

  50. Re:Is there space in my ASS for a fucking greasy Y by Anonymous Coward · · Score: 0

    hilarious

  51. OpenWRT Router in Nordic Countries by Eric+Eikrem · · Score: 1

    There is a Norwegian startup - Domos Labs - that has had quite a lot of success with a combination of a fairly advanced router and OpenWRT. Their way into each country's market is quite original; they gain a foothold by giving away 100 routers to techies that are having trouble with their Wifi. The rest is achieved by word-of-mouth.

  52. OLinuXino by Anonymous Coward · · Score: 0

    See also:
    https://www.olimex.com/Products/OLinuXino/open-source-hardware

    I would start with a A20-OLinuXIno-LIME2.

  53. Open router platform by burbilog · · Score: 1

    During last years I built a network of hundreds of OpenWRT-flashed routers. My custom ROM, based on OpenWRT, does dual wan, bgp and some other custom things. Unfortunately, manufacturers stop producing good routers after a while (like Asus phased out RT-N16) and I have to port my changes again and again to new and buggy platforms. Stable open router platform would be a gread thing, because all raspberries and co tend to have only one or two ethernet ports.

  54. Let me know by vandamme · · Score: 1

    ...when there's an open source car.

  55. What about open source to use OS SW? by Anonymous Coward · · Score: 0

    I can't count the number of times I've had to rest a commercial router because it mysteriously lost internet connection. I've tried different models and manufacturers but my general impression is that the HW is fine but generally the router SW is pretty buggy...

    I expect OS router software would be better as- I'm sure the OS community would take the effort to fix this kind of annoyance!

    A quick google search turned up an article talking about 6 OS router SW projects:
    DD-WRT, Tomato, OpenWRT, M0n0wall, PfSense, and Vyatta.

    I haven't tried one myself because I haven't wanted to mess with hardware compatibility issues, I guess I could buy a router others have used successfully but
    an OS HW router seems like it would be a very natural fit for OS router SW- especially since the open platform would be documented so no one has to reverse engineer how the router works.