From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-03-ewr.dyndns.com (mxout-120-ewr.mailhop.org [216.146.33.120]) by lists.bufferbloat.net (Postfix) with ESMTP id 3631E2E081A for ; Sun, 17 Apr 2011 18:04:18 -0700 (PDT) Received: from scan-02-ewr.mailhop.org (scan-02-ewr.local [10.0.141.224]) by mail-03-ewr.dyndns.com (Postfix) with ESMTP id 899AA78DD8A for ; Mon, 18 Apr 2011 01:04:17 +0000 (UTC) X-Spam-Score: 0.0 () X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 149.20.54.64 Received: from mainmail.teklibre.com (toutatis.isc.org [149.20.54.64]) by mail-03-ewr.dyndns.com (Postfix) with ESMTP id BE23778DD80; Mon, 18 Apr 2011 01:04:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mainmail.teklibre.com (Postfix) with ESMTP id 0EC293DA139; Sun, 17 Apr 2011 18:38:44 -0700 (PDT) Received: from mainmail.teklibre.com ([127.0.0.1]) by localhost (toutatis.sql1.isc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D6Pa689MMBja; Sun, 17 Apr 2011 18:38:43 -0700 (PDT) Received: from [192.168.1.4] (c-68-39-173-20.hsd1.nj.comcast.net [68.39.173.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: d) by mainmail.teklibre.com (Postfix) with ESMTPSA id 8FE1E3DA121; Sun, 17 Apr 2011 18:38:43 -0700 (PDT) Message-ID: <4DAB8E09.8090309@taht.net> Date: Sun, 17 Apr 2011 19:04:09 -0600 From: Dave Taht User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: bismark-devel@lists.bufferbloat.net, gburdell@lists.bufferbloat.net References: <4DAB2686.5000004@gatech.edu> <4DAB41CC.7050406@taht.net> <4DAB4303.4050002@taht.net> In-Reply-To: <4DAB4303.4050002@taht.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bismark-devel] [#92] Additional time syntax? X-BeenThere: bismark-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: BISMark related software development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 01:04:18 -0000 I tossed of a quick port of the gnu time utility to the wndr3700, but lack the hardware to try it. get the test binary from: http://www.teklibre.com/~d/cerowrt/time and let me know if it works. (you will want to remove the existing "time" symlink on your router if it does). Make sure it's measuring accurate time... Secondly, I started at a shared openwrt repository for some new packages. github doesn't need any IT resources, and is free for open source users, so I used their service. See https://github.com/dtaht/ceropackages for details You can do a read-only checkout via git clone git://github.com/dtaht/ceropackages.git If you want read/write access, create and/or let me know your account on github You can add the above to your package feeds by editing feeds.conf adding this line src-git cerowrt git://github.com/dtaht/ceropackages.git then doing a ./scripts/feeds update I tossed gnu time in there, but it is not fully baked yet, although I did a patch to make it compile manually, I didn't figure out how to do that right for openwrt. see commit log and Makefile for details. You can add gnu time to (and break) your existing build by: ./scripts/feeds install time make menuconfig # add gnu time as a module make I'm kind of hoping that having shown this example, someone else will take it through the last step of making it into a working package! :)