From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id 8F7D82002E7 for ; Thu, 29 Dec 2011 01:44:36 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id B3D9C425E0 for ; Thu, 29 Dec 2011 01:44:30 -0800 (PST) Date: Thu, 29 Dec 2011 01:44:30 -0800 To: cerowrt-commits@lists.bufferbloat.net Subject: [dtaht/deBloat] 2e331f: Modularized lua code and transliterated old diffse... Content-Type: text/plain; charset=UTF-8 Message-Id: <20111229094430.B3D9C425E0@smtp1.rs.github.com> From: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 09:44:36 -0000 Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 2e331f10d535ea390bf16bafcc8757104e16c1ea https://github.com/dtaht/deBloat/commit/2e331f10d535ea390bf16bafcc8757104e16c1ea Author: Dave Taht Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: A src/cero.lua A src/ceroutil.lua A src/classify.lua A src/diffserv.lua A src/fromcsv.lua M src/renumber.lua Log Message: ----------- Modularized lua code and transliterated old diffserv code from sh Created a default 'cero' module to toss various abstractions into (for now). Will refactor as I get more familiar with the openwrt environment. Rewrote the old diffserv code (which was in the ash shell) into lua. There is great potential here, not quite realized and not quite debugged, yet. There is a diffserv 'module' for the basic namespace, and then a 'classify' program to generate the rules. modularized the 'network renumber' script as well. I have a huge backlog of little utilties to slam into this Commit: a361d82cc8b279671e2d130e08875499af1c9058 https://github.com/dtaht/deBloat/commit/a361d82cc8b279671e2d130e08875499af1c9058 Author: Dave Taht Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: M test/iperf.lua Log Message: ----------- Lua wrapper for iperf modulularized Compare: https://github.com/dtaht/deBloat/compare/ff79059...a361d82