From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x230.google.com (mail-lj1-x230.google.com [IPv6:2a00:1450:4864:20::230]) (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 E4A383B29E for ; Tue, 28 Apr 2020 12:31:09 -0400 (EDT) Received: by mail-lj1-x230.google.com with SMTP id f11so17569893ljp.1 for ; Tue, 28 Apr 2020 09:31:09 -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=z/9roq4JHBcVEvAwdggXIgsQhkufJNMn9psR4cPICIk=; b=H/qlpqta8EO1WkfpdidcvvQd4Si6R2WQKeRgKZf52/DTs0akF3yOyajJyy6vp5MTSV suW3wyMgrFPSw2bFvT5YkBy5vBiOdslSn/bYn4o48t5UEoJSWyaIJ23nZkd3EDjToVsG YY2O3piPWcX134nLI7vQfeAq34zRULoT5qcfUL79kmYzKNhwNVZRzTN1+EZ4s6LQgbjn KrRmP6szblpixTuhOATziPhzwkAoj3Nhcn9yOdOyOYkJJLBUM1jc2p0XK2GWjipHwuds 6AIKaq4jOFJlxfFvXtUOCeRkWrDmiGCmgF9M+kbNEl/Kr04cGKXCWfNcuA8uCN4RovgL AJfQ== 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=z/9roq4JHBcVEvAwdggXIgsQhkufJNMn9psR4cPICIk=; b=P9W61QyBgEx3ewSE2z9uUkiBQmGuak0wcMqLEyz7Bb56LlE8qIK0k7JtIwdCxNopCa HuKHR/HVH3rdQu2aBeuoOZ0KeNWggFpEcRm7A9Ai3jCNV7baFEq/4lTiXk+DpxyJ9MHk DzlNNHsihvBs4K9vSRFJWqGfGLXFMOrUYBgXWC+zF/1f0owe0L9vbx+/41xtHqTzjxR6 Ump09O1uSeERrWQkFjvn8zfC9QgwJIdb4p0vyiDEOXYt90urJhvqiohzpvYDD1wnabez gA/FG9ctWh1VaIdl7E6G8dYAHSpLUTUWnv9HG4KaqEVFKJRbElwWE+w1TqxaDrjg3adq k8pQ== X-Gm-Message-State: AGi0PuahnF9BvhW2ImzBA3B+wXYMyrRWJ+pc4LshmAIqIcq51qa4GWS0 ExPEGDT/HeeUSmoIoa/Ka8zI/F0Nh5XBJo0pK6g= X-Google-Smtp-Source: APiQypIBX4Eu5vKIF8zIDi2Mx6PQWHGE1mbYoCOgOXURz8AU3YfRhQJ7p1TnI8Q2iHhjv0p3FyBUJIptoRStcFehUdo= X-Received: by 2002:a2e:b057:: with SMTP id d23mr18613046ljl.157.1588091468660; Tue, 28 Apr 2020 09:31:08 -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:30:57 -0400 Message-ID: To: Dave Taht Cc: Tim Higgins , 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:31:10 -0000 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