[Lsvr] fsa for lsoe-01 draft

Randy Bush <randy@psg.com> Thu, 30 May 2019 21:26 UTC

Return-Path: <randy@psg.com>
X-Original-To: lsvr@ietfa.amsl.com
Delivered-To: lsvr@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A06311200C1 for <lsvr@ietfa.amsl.com>; Thu, 30 May 2019 14:26:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.899
X-Spam-Level:
X-Spam-Status: No, score=-6.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, 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 la4UKySXgZqu for <lsvr@ietfa.amsl.com>; Thu, 30 May 2019 14:26:22 -0700 (PDT)
Received: from ran.psg.com (ran.psg.com [198.180.150.18]) (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 25852120092 for <lsvr@ietf.org>; Thu, 30 May 2019 14:26:22 -0700 (PDT)
Received: from localhost ([127.0.0.1] helo=ryuu.rg.net) by ran.psg.com with esmtp (Exim 4.90_1) (envelope-from <randy@psg.com>) id 1hWSZ2-0007io-2A for lsvr@ietf.org; Thu, 30 May 2019 21:26:20 +0000
Date: Thu, 30 May 2019 14:26:19 -0700
Message-ID: <m2woi77hxg.wl-randy@psg.com>
From: Randy Bush <randy@psg.com>
To: lsvr@ietf.org
User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/26.2 Mule/6.0 (HANACHIRUSATO)
MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue")
Content-Type: text/plain; charset="US-ASCII"
Archived-At: <https://mailarchive.ietf.org/arch/msg/lsvr/6XsLZ4Gj0vS6vsLkEiv-wC2oeOw>
Subject: [Lsvr] fsa for lsoe-01 draft
X-BeenThere: lsvr@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Link State Vector Routing <lsvr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lsvr>, <mailto:lsvr-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/lsvr/>
List-Post: <mailto:lsvr@ietf.org>
List-Help: <mailto:lsvr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lsvr>, <mailto:lsvr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 30 May 2019 21:26:23 -0000

as promised, an open source python3 state machine for
draft-ietf-lsvr-lsoe-01 with a very simple demo.  it is
limited; read the README.md.

   https://github.com/Arrcus/lsoe-python

the point of the exercise is to have a state machine to
accompany the draft as part of documentation.  it is not
a product.  keep out of reach of children.

thanks to sra for the software engineering and keyur for
opening the source.

randy