From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.taht.net (mail.taht.net [IPv6:2a01:7e00:e000:2d4:f00f:f00f:b33b:b33b]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 41DD53B29E for ; Wed, 9 Jun 2021 13:35:27 -0400 (EDT) Received: by mail.taht.net (Postfix, from userid 1011) id 2CF3A22C06; Wed, 9 Jun 2021 17:35:26 +0000 (UTC) Date: Wed, 9 Jun 2021 17:35:26 +0000 From: George Burdell To: starlink@lists.bufferbloat.net Message-ID: <20210609173526.GA17949@mail.taht.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [Starlink] Open Data X-BeenThere: starlink@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Starlink has bufferbloat. Bad." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2021 17:35:27 -0000 For those new around here, bufferbloat.net project members have always believed in open code and open data. Been a bit coy this month... but... for your research.... All the data collected so far (flent and packet captures) is available via rsync to these git repositories, and we consider to be "public", just distributed via an older means called rsync. mkdir starlink; cd starlink; rsync -av fremont.starlink.taht.net::starlink . cd ..; mkdir starlink_cap; rsync -av fremont.starlink.taht.net::starlink_cap . See the git logbook for pithy details. Useful things to extract from this data are tons of flent comparison plots and from the packet captures, interrarrival times, loss and ecn markings. And who knows what else. All the tests can be easily repeated from anywhere, full source code is provided.