[rmcat] ns3-rmcat open source code available

Sergio Mena <semena@cisco.com> Tue, 21 November 2017 09:23 UTC

Return-Path: <semena@cisco.com>
X-Original-To: rmcat@ietfa.amsl.com
Delivered-To: rmcat@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AA021129445 for <rmcat@ietfa.amsl.com>; Tue, 21 Nov 2017 01:23:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -14.501
X-Spam-Level:
X-Spam-Status: No, score=-14.501 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ojgCpEaZ1TMa for <rmcat@ietfa.amsl.com>; Tue, 21 Nov 2017 01:23:33 -0800 (PST)
Received: from aer-iport-4.cisco.com (aer-iport-4.cisco.com [173.38.203.54]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B409129437 for <rmcat@ietf.org>; Tue, 21 Nov 2017 01:23:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=886; q=dns/txt; s=iport; t=1511256213; x=1512465813; h=to:from:subject:message-id:date:mime-version: content-transfer-encoding; bh=NHbfWKRnxNjJUF3f7jXe012w2FpakqzQUXatmEXi4oU=; b=Jx0j5lJWxjAFmw3hVEHa1FZDbjDd5i3vhKXHdOjiDCn7IhZfApd3RXIa P8k79IeRIqQnjMGGKjjWsSW37yrr4+1z0sNNVhX01IOVLvVtUPZIpgXfa Nnz4nu5utLyCBIwNQaFbQXilUxiyFFZqj1tgIbVdKfZSG7QJ29Dg0HQKJ A=;
X-IronPort-AV: E=Sophos;i="5.44,432,1505779200"; d="scan'208";a="340437"
Received: from aer-iport-nat.cisco.com (HELO aer-core-4.cisco.com) ([173.38.203.22]) by aer-iport-4.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Nov 2017 09:23:31 +0000
Received: from [10.0.2.15] ([10.228.220.83]) by aer-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id vAL9NUhW024710; Tue, 21 Nov 2017 09:23:30 GMT
To: "rmcat@ietf.org" <rmcat@ietf.org>, "Xiaoqing Zhu (xiaoqzhu)" <xiaoqzhu@cisco.com>, "Jeromy Fu (jianfu)" <jianfu@cisco.com>
From: Sergio Mena <semena@cisco.com>
Message-ID: <21299c21-b29b-97c8-f402-2d4ec77db12d@cisco.com>
Date: Tue, 21 Nov 2017 10:23:09 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-GB
Archived-At: <https://mailarchive.ietf.org/arch/msg/rmcat/kWLlv6cgZt5rkhhOPJdvTEHO2sY>
Subject: [rmcat] ns3-rmcat open source code available
X-BeenThere: rmcat@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "RTP Media Congestion Avoidance Techniques \(RMCAT\) Working Group discussion list." <rmcat.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rmcat>, <mailto:rmcat-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rmcat/>
List-Post: <mailto:rmcat@ietf.org>
List-Help: <mailto:rmcat-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rmcat>, <mailto:rmcat-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Nov 2017 09:23:34 -0000

Dear rmcat group,

As Xiaoqing mentioned in her update during last week's meeting, we are 
pleased to announce the availability of the ns3-rmcat open source 
repository on github:

https://github.com/cisco/ns3-rmcat

This is an ns3-simulated testbed where congestion control algorithms can 
be run/debugged/compared/etc. You will find two congestion control 
protocols already in there:

* NADA (as of latest update presented by Xiaoqing)

* Dummy (a simplistic CC implementation)

It is important to note that all the congestion control algorithms share 
the same (sender-based) interface (which is a C++ abstract class); so 
other congestion control algorithms should be easy to implement.

Please have a look at the repo's README for further details.

We will be happy to receive your feedback/questions/bug reports/etc.

Thanks,

Jeromy
Xiaoqing
Sergio