From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-03-ewr.dyndns.com (mxout-098-ewr.mailhop.org [216.146.33.98]) by lists.bufferbloat.net (Postfix) with ESMTP id C6A372E07DF for ; Sun, 17 Apr 2011 18:18:49 -0700 (PDT) Received: from scan-01-ewr.mailhop.org (scanner [10.0.141.223]) by mail-03-ewr.dyndns.com (Postfix) with ESMTP id 1B16F78DDBA for ; Mon, 18 Apr 2011 01:18:49 +0000 (UTC) X-Spam-Score: 0.0 () X-Mail-Handler: MailHop by DynDNS X-Originating-IP: 130.207.165.163 Received: from deliverator3.gatech.edu (deliverator3.gatech.edu [130.207.165.163]) by mail-03-ewr.dyndns.com (Postfix) with ESMTP id B564A78DD93; Mon, 18 Apr 2011 01:18:43 +0000 (UTC) Received: from deliverator3.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 4AA18155B94; Sun, 17 Apr 2011 21:18:43 -0400 (EDT) Received: from mail5.gatech.edu (mail5.gatech.edu [130.207.185.165]) by deliverator3.gatech.edu (Postfix) with ESMTP id 88B7F155BAB; Sun, 17 Apr 2011 21:18:42 -0400 (EDT) Received: from [10.100.0.197] (adsl-190-194-199.asm.bellsouth.net [74.190.194.199]) (Authenticated sender: ssundaresan3) by mail5.gatech.edu (Postfix) with ESMTPSA id 46E561FFDF; Sun, 17 Apr 2011 21:18:42 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Srikanth Sundaresan In-Reply-To: <4DAB8E09.8090309@taht.net> Date: Sun, 17 Apr 2011 21:18:40 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <526399DE-DC11-4DAE-93D9-061355FB4466@gatech.edu> References: <4DAB2686.5000004@gatech.edu> <4DAB41CC.7050406@taht.net> <4DAB4303.4050002@taht.net> <4DAB8E09.8090309@taht.net> To: Dave Taht X-Mailer: Apple Mail (2.1082) Cc: gburdell@lists.bufferbloat.net, bismark-devel@lists.bufferbloat.net 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:18:50 -0000 I just quickly tested it. It seems to be what we want, and also seems to = work. Will test it properly with the script and update. Thanks for the quick response. Was meaning to get back on the syntax = email but got tied up with other stuff. - Srikanth On Apr 17, 2011, at 9:04 PM, Dave Taht wrote: > I tossed of a quick port of the gnu time utility to the wndr3700, but = lack the hardware to try it. >=20 > get the test binary from: >=20 > http://www.teklibre.com/~d/cerowrt/time >=20 > 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... >=20 > 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. >=20 > See https://github.com/dtaht/ceropackages for details >=20 > You can do a read-only checkout via >=20 > git clone git://github.com/dtaht/ceropackages.git >=20 > If you want read/write access, create and/or let me know your account = on github >=20 > You can add the above to your package feeds by editing feeds.conf = adding this line >=20 > src-git cerowrt git://github.com/dtaht/ceropackages.git >=20 > then doing a ./scripts/feeds update >=20 > 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. >=20 > You can add gnu time to (and break) your existing build by: >=20 > ./scripts/feeds install time > make menuconfig # add gnu time as a module > make >=20 > 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! :) >=20 >=20 > _______________________________________________ > Bismark-devel mailing list > Bismark-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/bismark-devel