From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id EA2473B2A4 for ; Sun, 12 Mar 2017 15:14:13 -0400 (EDT) Received: from mail.toke.dk (localhost.localdomain [127.0.0.1]) by mail.toke.dk (Postfix) with ESMTPS id 6A7CF928EF; Sun, 12 Mar 2017 20:14:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1489346051; bh=OPvkyA5+6DnurbcDxVCWbXTz7H29T+y6GHkSjosxJhQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=tGcyk3ke5FK7P7HLC3KCfxuLKBtWOh0c1rlUjG7dH/55fbJBSHgUFNq0wHvhXz7cy HGmJrzBZeY7baXTuGm8Avn41PfD2u6AeTtyl9SnDWeagfROY79zNvaR/+cw06ngUPE oPK+tq8xzjW1zdmPAmjVL4DZb08yBJrbiBkKlwgGFnXmHYMJOmIcNRjiFl9BnCuBUK ggtUU4ojifF2UTqnem7UZrYxL7ge1EWYppllZAWFWsWo8yBp9oWo2TGx44fXQe3rGO 3CNw3y4881fWKWEJYqxA/LRsPMm7t/0s7AcWNo6Axxr2RsQF/thRWuQ0MbnH2J9MWG Uz3UsoJZ1ljOg== Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 450C2AB9DAF; Sun, 12 Mar 2017 20:14:11 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Pasquale Imputato Cc: mab-wifi@lists.bufferbloat.net References: Date: Sun, 12 Mar 2017 20:14:11 +0100 In-Reply-To: (Pasquale Imputato's message of "Wed, 8 Mar 2017 10:36:15 +0100") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87h92ytiik.fsf@alrua-karlstad> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [mab-wifi] Possible contribution X-BeenThere: mab-wifi@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Multi-armed-bandit WiFi rate control List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 19:14:14 -0000 Pasquale Imputato writes: > Hi everyone, > I and Stefano Avallone are working to improve wifi simulations with traffic-control in ns-3. > We would like to participate in the experiment of collaboratively writing a research paper on a new wifi rate control algorithm. > We are willing to contribute to the design of the new algorithm and by carrying out ns-3 simulations to evaluate the new algorithm. > > Please let us know your opinion and how we can start contributing to > this joint effort. Hi Pasquale That sounds awesome! We are still at a fairly early stage in terms of algorithm development (still exploring options), but having an ns3 implementation will definitely be useful once we get something a bit more concrete :) I'm not terribly familiar with the capabilities of ns3 in the wifi space. Could you provide an overview of what parts of 802.11 are implemented in ns3 and how rate control hooks into that? And maybe how it compares to Linux, if you are familiar with that? -Toke