Re: [dtn] DTN BPv7 test bundles and CRCs

Alvar Penning <post@0x21.biz> Mon, 25 March 2019 12:48 UTC

Return-Path: <post@0x21.biz>
X-Original-To: dtn@ietfa.amsl.com
Delivered-To: dtn@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D920C1203E3 for <dtn@ietfa.amsl.com>; Mon, 25 Mar 2019 05:48:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level:
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=0x21.biz
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 vGjeuOS_Muns for <dtn@ietfa.amsl.com>; Mon, 25 Mar 2019 05:48:53 -0700 (PDT)
Received: from sadachbia.lurk.space (sadachbia.lurk.space [IPv6:2a03:4000:6:d293::2]) (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 56D34120381 for <dtn@ietf.org>; Mon, 25 Mar 2019 05:48:53 -0700 (PDT)
Date: Mon, 25 Mar 2019 13:48:41 +0100
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=0x21.biz; s=mail; t=1553518131; bh=3gkQC3u+L4o4HViKd8rk7WAFs/SODsLVmdGns8M6up8=; h=Date:From:To:Subject:In-Reply-To:References; b=iM02K9PISaQm+TQC/TF8Q4PWUT0Z9QuUo6+4iv3MVNfzUfolGJI9pBhf4Z+iWyfsr C/xCvYHfb8gPrDCYrcjxSMYZk9wik0PtgYMi6QLEyQlIrxmA3VxoiF37V4MFfr/4oO wtLT9dJaGbHnZJnqQ7UAMuNiLX/UHl5QLFFyvPr0=
From: Alvar Penning <post@0x21.biz>
To: dtn@ietf.org
Message-ID: <20190325134841.4bf7fa6a.post@0x21.biz>
In-Reply-To: <b390b76b-55c8-fa38-4eb0-3f6573d30eaf@d3tn.com>
References: <CY4PR1301MB2039A571321298DB5E470C959F420@CY4PR1301MB2039.namprd13.prod.outlook.com> <b390b76b-55c8-fa38-4eb0-3f6573d30eaf@d3tn.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/dtn/EV-6WZoQDpkQJDfOXj6S1zRDW5Y>
Subject: Re: [dtn] DTN BPv7 test bundles and CRCs
X-BeenThere: dtn@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Delay Tolerant Networking \(DTN\) discussion list at the IETF." <dtn.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dtn>, <mailto:dtn-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dtn/>
List-Post: <mailto:dtn@ietf.org>
List-Help: <mailto:dtn-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dtn>, <mailto:dtn-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Mar 2019 12:48:55 -0000

Hi everyone,

> We have Python as well as C code for our interpretation of the BPbis
> CRC section available with µPCN v0.6.0.

to check the bundles of my ongoing BPv7 implementation[0], I updated
µPCN's Python implementation to the current draft and published the
changed code on GitHub[1]. Perhaps others would also benefit from this
small change to this very helpful library.

Best regards,
Alvar

[0]: WIP, https://github.com/geistesk/dtn7
[1]: https://github.com/geistesk/upcn-bundle7