From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 2DAE23B29E for ; Tue, 28 Apr 2020 12:45:38 -0400 (EDT) Received: by mail-lj1-x22c.google.com with SMTP id f11so17619440ljp.1 for ; Tue, 28 Apr 2020 09:45:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4p0A90KFj10BHSOE9RHQqtV8IcuNAHeQ+N4rrgl1sZU=; b=bEz4rS+TqBguw9AZD+dFPhXj7nuW7uq0YoPYD2zBrU1by90DXwxMYXS71jfGoraP2/ 9E7v0XHQt4Gi7HzfW9XQBWF5biZj4Jvx/RvJSs86LvITB1U++i2lmn1mXwwSCz+9JBH2 FLx0K5XcuBboSqVu5gKD9hWgVd5h5pLNZgU8xPvIpFQduaB0CU+Kqx1G3shYXPGsKEX0 sGeVc7YiJzDczbawm370TcrCI8rKEjtW0yo2Eb6ZYYqaK6GJeCsbJjVFrZRCsRACcZHd 1xIaBHg2F/o4UT4ftAAmsd1uSjuCfol57y+8Nl+UMHqIL0moKnMCpH7sIQR2hBAlzJdt OfSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4p0A90KFj10BHSOE9RHQqtV8IcuNAHeQ+N4rrgl1sZU=; b=gLtF7QyMuD2KMFnsG0htuN70QzwD+1WIFUMFgXKTbPurOQCMnTW0tWmFaYDu3d6Rzu +OJCp3W7iRi5BMStHS5YBpPY9J2I7syAYEQORVFMFURVC/cAgmvJWoMJOE20w0JLtP6g 49sY4Umsu1gzRbC/aFZ+bnWRnOaWHK4rG/gaKTVw6NJkmmvGzavfvBp78ziTiInUuIgV 0mQyEamEVKjysm7GAWC/dBOGzRucA/VOdV9G8QqjIjupEBaVg52xu3tfyx7vCsshxOLJ 0Ebh6YJAWgWdInBoP1xzDQp6CLmPJ98t12gZwz2wsxxYuchliYBQlsmc71xAPlpqcSvL kCVg== X-Gm-Message-State: AGi0PuYy0dWJUhK4ysyv5N7KdePrCmsZ/4Ej/aga7SbwrsDfzqRoJNxs RuWFs0T6cH2PMvg8zbu//zVlCsaR8TC9ar02EU0= X-Google-Smtp-Source: APiQypKHklYgR4O9DaYaGFcF1DxLT3Hj8hEOOVKJN6tvnKHQ/FBtVLQPNWceJK2jpnbCm8uGpbiVxvKqpqoZrGD+g5A= X-Received: by 2002:a2e:7301:: with SMTP id o1mr17320006ljc.264.1588092336939; Tue, 28 Apr 2020 09:45:36 -0700 (PDT) MIME-Version: 1.0 References: <3f371367-4535-d29a-4cf2-abca8adb9542@timhiggins.com> In-Reply-To: From: Avery Pennarun Date: Tue, 28 Apr 2020 12:45:25 -0400 Message-ID: To: Tim Higgins Cc: Dave Taht , Make-Wifi-fast Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Tue, 28 Apr 2020 14:18:09 -0400 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:45:38 -0000 I'm afraid if you have to ask that, this program might not be for you :) There's a script called './start' in the toplevel directory. It requires you to have the appengine SDK installed (unfortunately). In retrospect, using appengine for this was a bad idea, but we all make mistakes in our youth. But anyway, you can download the appengine SDK and run a local copy for free, so you don't need actual appengine. On Tue, Apr 28, 2020 at 12:40 PM Tim Higgins wrote: > > > > On 4/28/2020 12:30 PM, Avery Pennarun wrote: > > On Tue, Apr 28, 2020 at 12:09 PM Dave Taht wrote: > > On Tue, Apr 28, 2020 at 8:59 AM Tim Higgins 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?