From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from roobidoo.pudai.com (unknown [216.14.118.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 476F83B29E for ; Tue, 28 Apr 2020 12:40:02 -0400 (EDT) Received: from [71.219.88.243] (port=2769 helo=[10.168.3.100]) by roobidoo.pudai.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1jTTH7-00050p-UK; Tue, 28 Apr 2020 11:40:02 -0500 Cc: tim@timhiggins.com, Make-Wifi-fast To: Avery Pennarun , Dave Taht References: <3f371367-4535-d29a-4cf2-abca8adb9542@timhiggins.com> From: Tim Higgins Message-ID: Date: Tue, 28 Apr 2020 12:40:02 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/html; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - roobidoo.pudai.com X-AntiAbuse: Original Domain - lists.bufferbloat.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - timhiggins.com X-Get-Message-Sender-Via: roobidoo.pudai.com: authenticated_id: tim@timhiggins.com X-Authenticated-Sender: roobidoo.pudai.com: tim@timhiggins.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [Make-wifi-fast] wavedroplet X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2020 16:40:02 -0000

On 4/28/2020 12:30 PM, Avery Pennarun wrote:
On Tue, Apr 28, 2020 at 12:09 PM Dave Taht <dave.taht@gmail.com> wrote:
On Tue, Apr 28, 2020 at 8:59 AM Tim Higgins <tim@timhiggins.com> wrote:
So how do you use it and what's the output look like?

I downloaded it and opened the index.html file in a browser and
it doesn't appear to work.
It's been years since I had to dig this deep into the wifi stack.
Avery's group produced a lot of cool tools while
gfiber was in growth mode, he's since moved onto doing cool things
with wireguard ( https://tailscale.com/ )and I doubt he's maintaining
this anymore. We had lots and lots of other very adhoc tools lying
around... parsing wifi caps is a !@#!!
Sorry about that, wavedroplet never quite got to something like
release quality. It requires more work.

However, it shouldn't just totally fail either :)  Perhaps there's an
error visible in the javascript console, or python is emitting a
problem somewhere (note that it's a python2 program, not python3).

Actually, now that I think of it, I don't know why there's an
index.html at all. You definitely need to run the python backend and
connect to that, which probably renders the index.html as a template.

Have fun,

Avery
Thanks for the reply. And how do I run the python backend?