OpenWrt vs DDWrt

45

18

I have a TP-Link Wr1043ND router and I want to install one of these two firmwares:

I read that I can install custom packages and do much more than I can with the original firmware.

I would like to ask someone with experience in using both OpenWRT and DD-WRT which he would recommend and why. And to give a few reference points I'm interested in:

  1. reliability – network stability both on cable and wireless and on the usb drive
  2. performance – network speed, very important also usb drive speed
  3. configurability – the possibility to add extensions such as a torrent client, FTP, SSH, WWW and SVN server directly
  4. ease of use – the ease of installation and configuration of the router
  5. support/docs – how much info there is if you stumble upon a problem and you have to find some documentation, or if there's any free support (but that's a longshot)

Of course I don't imagine that I will find the perfect firmware and that one is vastly superior over the other.

Also if there's anyone out there who uses one of these firmwares on a TP-Link Wr1043ND, it would be great to get some feedback about the impact of the changes from the original firmware.

P.S. I'm open also for Tomato if it's the better one.

Ioan Paul Pirau

Posted 2011-07-28T11:41:52.497

Reputation: 689

@MarkBooth https://en.wikipedia.org/wiki/Comparison_of_router_software_projects

– Franck Dernoncourt – 2020-02-05T04:11:09.067

So it only took 7 years @FranckDernoncourt. *8') Add that as an answer and I'll happily vote it as useful. – Mark Booth – 2020-02-05T10:27:47.163

7I'm surprised that there isn't a wikipedia page comparing the different open firmwares. Maybe if there are good responses here it might make creating one easier. – Mark Booth – 2011-07-28T12:23:39.227

2If you want the best performance and stability/reliability, I would recommend you not run a bunch of superfluous software on your router (e.g. bittorrent client, FTP server, webserver, SVN server, etc.). Set up a separate file server and run those services on that instead. – Lèse majesté – 2012-04-05T11:26:47.767

Answers

28

Overall, OpenWRT if you really want flexibility. I dumped DD-WRT (WRT54G) for OpenWRT (ASUS WL-500gP) because of this (related to this), haven't had a regretful moment yet. Not even close.

  1. reliability – I am not aware that one is significantly more reliable than the other. Both have quite lengthy release cycles, which have yet another bunch of users complaining.
  2. performance – I'm pretty certain it mostly depends on the hardware device and best compatible drivers most of all.
  3. configurability – OpenWRT package management system should win easily here.
  4. ease of use – I liked DD-WRT web UI, I don't have a particular problem with LuCI either. LuCI just got bumped to 0.10 branch in 10.03.1-rc5, which is another step up. But overall I'm definitely loving OpenWRT's /etc. Things in there make sense when you need them to.
  5. support/docs – Both have phpBB forums with significant traffic.

lkraav

Posted 2011-07-28T11:41:52.497

Reputation: 1 049

2

@Art spelling of "moar" was quite deliberate: http://www.urbandictionary.com/define.php?term=moar But I can see how that might not be obvious for everybody. Stylistic choice, that's all.

– lkraav – 2014-08-16T11:47:33.203

3@lkraav thanks for the schooling on "moar"; was totally not obvious to me, but I now get the gist of what you meant. I learned something new today :) – Art – 2014-08-16T17:38:06.213

Yeah I imagine it something like a Walking Dead episode.. – lkraav – 2014-08-25T15:57:17.947

Maybe he means http://svn.dd-wrt.com:8000/ticket/742

– William Jackson – 2011-07-28T16:26:08.010

Yeah, copied it straight out of bookmarks, looks like they've changed structure since then. – lkraav – 2011-07-28T16:46:45.670

Thank you very much for your answer. It is very valuable to me as I was thinking specifically on OpenWRT when I found out about DD-WRT. Please don't mind.. I will leave the question open for some more time because I would like to get some more feedback/opinions. – Ioan Paul Pirau – 2011-07-29T13:47:38.297

I just bought a TP-Link TL-WR1043ND and slapped OpenWRT 12.09-beta on it. Everything's great so far. – lkraav – 2012-10-19T06:29:55.400

13

OpenWRT all the way. Reasons:

  • complete control
  • modularity
  • well organized

Given these parameters, you can judge the coding is in good hands. I am a developer, and I find OpenWRT very modular, very organized, with no limitations imposed. I can pick the modules I like, there are so many available. I can write an application straight in C or C++ and make it work under OpenWRT. I can change the device driver code to suit my needs.

And the whole procedure is documented well enough. Even if you are not a developer, you will find the modular approach in defining your system, stunning. A job well done by the OpenWRT team. And yes, I have used DD-WRT before using OpenWRT.

Ron

Posted 2011-07-28T11:41:52.497

Reputation: 131

3

I have no experience with OpenWRT (I may try it out some time), and my experience with DD-WRT was relatively brief.

But what I can say is that I am very happy with Tomato. While it does not support as many routers and has less features than DD-WRT, it still has a lot of features (I use the Toastman mod) and QoS works very well with it, unlike DD-WRT. It also has an attractive web-interface pretty bandwidth graphs.

paradroid

Posted 2011-07-28T11:41:52.497

Reputation: 20 970

Agreed. Tomato is simple, no frills. And even does bandwidth throttling. Last time I tried DD-WRT, the bandwidth stuff was a premium feature. – Belmin Fernandez – 2011-07-29T02:17:50.683

But as I know Tomato do not support TP-Link routers, not officially at least. – Ither – 2012-04-01T01:17:25.300

2

I might add another category (or subcategory) to the main questions:

  1. upgradeability/up-to-dateness - Has the core 3rd party router firmware been updated "fairly" recently??

    • DD-WRT; While the widely referred-to Peacock Thread-FAQ and DD-WRT forums predominantly suggest sticking to routers' most stable versions, these firmware versions are with few exceptions over a half-dozen years old! DD-WRT updates are found in the Beta router firmware links organized by year, but it can be surprisingly difficult to find out which exact up-to-date upgrade one really needs :/

    • OpenWrt; The webpage downloads dot openwrt dot org shows last month's release of Chaos Calmer 15.05, so certainly the OpenWrt firmware is extremely up-to-date.

    • Tomato; The stock Tomato router firmware listed at polarcloud dot com's firmware link is currently at version 1.28.... from about five years ago! Sure, there are also a bunch of more updated Tomato firmware distribution variations (a.k.a. modifications or "mods") for various routers listed around, but many people either don't know about these mods or if they even work right!

ifconface

Posted 2011-07-28T11:41:52.497

Reputation: 21

This just repeats canned information and makes no attempt to answer the author's question. – Ramhound – 2015-10-07T12:48:10.733