[nwcrg] Fwd: New Version Notification for draft-roca-nwcrg-generic-fec-api-02.txt

Vincent Roca <vincent.roca@inria.fr> Mon, 02 July 2018 15:52 UTC

Return-Path: <vincent.roca@inria.fr>
X-Original-To: nwcrg@ietfa.amsl.com
Delivered-To: nwcrg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4B0C6130E35 for <nwcrg@ietfa.amsl.com>; Mon, 2 Jul 2018 08:52:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.898
X-Spam-Level:
X-Spam-Status: No, score=-6.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
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 iP1n5nFt7qZU for <nwcrg@ietfa.amsl.com>; Mon, 2 Jul 2018 08:52:02 -0700 (PDT)
Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7E2C6130934 for <nwcrg@irtf.org>; Mon, 2 Jul 2018 08:52:01 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="5.51,299,1526335200"; d="scan'208,217";a="271396162"
Received: from demeter.inrialpes.fr ([194.199.28.3]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2018 17:51:44 +0200
From: Vincent Roca <vincent.roca@inria.fr>
Content-Type: multipart/alternative; boundary="Apple-Mail=_F05D9243-611F-4047-BB4F-33039756428D"
Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\))
Date: Mon, 02 Jul 2018 17:51:44 +0200
References: <153054649841.16263.14641520650510156718.idtracker@ietfa.amsl.com>
Cc: Vincent Roca <vincent.roca@inria.fr>
To: nwcrg@irtf.org
Message-Id: <BFDA14D0-D893-4C8C-9A14-A9E949822913@inria.fr>
X-Mailer: Apple Mail (2.3445.8.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/nwcrg/ve09Ivu7ufdeXgyalodB6Ko9D2U>
Subject: [nwcrg] Fwd: New Version Notification for draft-roca-nwcrg-generic-fec-api-02.txt
X-BeenThere: nwcrg@irtf.org
X-Mailman-Version: 2.1.26
Precedence: list
List-Id: IRTF Network Coding Research Group discussion list <nwcrg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/nwcrg>, <mailto:nwcrg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/nwcrg/>
List-Post: <mailto:nwcrg@irtf.org>
List-Help: <mailto:nwcrg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/nwcrg>, <mailto:nwcrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Jul 2018 15:52:06 -0000

Hello everybody,

Please find bellow the -02 version of our I-D on a Generic Sliding Window FEC Codes API.
It now comes with full API proposal, encoder and decoder included, although this API is far from finalised.

To be discussed…
Cheers,

  Vincent


> De: internet-drafts@ietf.org
> Objet: New Version Notification for draft-roca-nwcrg-generic-fec-api-02.txt
> Date: 2 juillet 2018 à 17:48:18 UTC+2
> À: "Cedric Adjih" <cedric.adjih@inria.fr>, "Morten Pedersen" <morten@steinwurf.com>, "Vincent Roca" <vincent.roca@inria.fr>, "Cedric Adjih" <Cedric.Adjih@inria.fr>, "Jonathan Detchart" <jonathan.detchart@isae-supaero.fr>, "Morten V. Pedersen" <morten@steinwurf.com>
> 
> 
> A new version of I-D, draft-roca-nwcrg-generic-fec-api-02.txt
> has been successfully submitted by Vincent Roca and posted to the
> IETF repository.
> 
> Name:		draft-roca-nwcrg-generic-fec-api
> Revision:	02
> Title:		Generic Application Programming Interface (API) for Sliding Window FEC Codes
> Document date:	2018-07-02
> Group:		Individual Submission
> Pages:		42
> URL:            https://www.ietf.org/internet-drafts/draft-roca-nwcrg-generic-fec-api-02.txt
> Status:         https://datatracker.ietf.org/doc/draft-roca-nwcrg-generic-fec-api/
> Htmlized:       https://tools.ietf.org/html/draft-roca-nwcrg-generic-fec-api-02
> Htmlized:       https://datatracker.ietf.org/doc/html/draft-roca-nwcrg-generic-fec-api
> Diff:           https://www.ietf.org/rfcdiff?url2=draft-roca-nwcrg-generic-fec-api-02
> 
> Abstract:
>   This document introduces a generic Application Programming Interface
>   (API) for sliding window FEC codes.  This API is meant to be
>   compatible with any sliding window FEC code.  It defines the core
>   procedures and functions meant to control the codec (i.e.,
>   implementation of the FEC code).  However, it leaves out all upper
>   layer aspects that are the responsibility of the application or
>   protocol making use of the codec.  As a consequence, this is not an
>   API for a FEC Scheme since certain mechanisms that must be defined by
>   any FEC Scheme (e.g., signalling and FEC Payload IDs) are the
>   responsibility of the caller instead of being addressed by the codec.
>   A first goal of this document is to pave the way for a future open-
>   source implementation of such codes, another goal is to simplify the
>   development of content delivery protocols that rely on sliding window
>   FEC codes for robust transmissions.
> 
> 
> 
> 
> Please note that it may take a couple of minutes from the time of submission
> until the htmlized version and diff are available at tools.ietf.org.
> 
> The IETF Secretariat
>