[Sdn] OpenOverlayRouter released!

Alberto Rodriguez-Natal <arnatal@ac.upc.edu> Thu, 04 February 2016 16:27 UTC

Return-Path: <arnatal@ac.upc.edu>
X-Original-To: sdn@ietfa.amsl.com
Delivered-To: sdn@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0136E1B3283; Thu, 4 Feb 2016 08:27:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.88
X-Spam-Level:
X-Spam-Status: No, score=-0.88 tagged_above=-999 required=5 tests=[BAYES_50=0.8, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=unavailable
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 kmdyZ2NK-DVh; Thu, 4 Feb 2016 08:27:19 -0800 (PST)
Received: from roura.ac.upc.es (roura.ac.upc.edu [147.83.33.10]) by ietfa.amsl.com (Postfix) with ESMTP id 166051B327F; Thu, 4 Feb 2016 08:27:18 -0800 (PST)
Received: from gw-3.ac.upc.es (gw-3.ac.upc.es [147.83.30.9]) by roura.ac.upc.es (8.13.8/8.13.8) with ESMTP id u14GRHJZ004964; Thu, 4 Feb 2016 17:27:17 +0100
Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by gw-3.ac.upc.es (Postfix) with ESMTPSA id ECFA7733; Thu, 4 Feb 2016 17:27:16 +0100 (CET)
Received: by mail-lb0-f182.google.com with SMTP id dx2so34335341lbd.3; Thu, 04 Feb 2016 08:27:16 -0800 (PST)
X-Gm-Message-State: AG10YOT9oadD4DoIH3Zh6/oH4UHBFbl080olzSbJuAqoLZNamUwXtiHWRZ8KZneyc2ToPjad4MEvbbnA+wBHAw==
X-Received: by 10.112.146.34 with SMTP id sz2mr3902872lbb.96.1454603236099; Thu, 04 Feb 2016 08:27:16 -0800 (PST)
MIME-Version: 1.0
Received: by 10.112.17.168 with HTTP; Thu, 4 Feb 2016 08:26:56 -0800 (PST)
From: Alberto Rodriguez-Natal <arnatal@ac.upc.edu>
Date: Thu, 04 Feb 2016 17:26:56 +0100
X-Gmail-Original-Message-ID: <CA+YHcKE78m0L2AsoDtXxXamgHBqSKS0bk9TV63gexMDoGSi2dw@mail.gmail.com>
Message-ID: <CA+YHcKE78m0L2AsoDtXxXamgHBqSKS0bk9TV63gexMDoGSi2dw@mail.gmail.com>
To: "lisp@ietf.org list" <lisp@ietf.org>, nvo3@ietf.org, SDN IRTF list <sdn@irtf.org>, nfvrg@irtf.org, sfc@ietf.org
Content-Type: multipart/alternative; boundary="047d7b3a85c82d50dc052af43562"
Archived-At: <http://mailarchive.ietf.org/arch/msg/sdn/rJbz_fSdQwz7ccPe7CVfIyn-k8s>
Subject: [Sdn] OpenOverlayRouter released!
X-BeenThere: sdn@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: List to Discuss SDN Research Group in the IRTF <sdn.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/sdn>, <mailto:sdn-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sdn/>
List-Post: <mailto:sdn@irtf.org>
List-Help: <mailto:sdn-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/sdn>, <mailto:sdn-request@irtf.org?subject=subscribe>
X-List-Received-Date: Thu, 04 Feb 2016 16:27:23 -0000

Hi all,

We would like to announce the first release of OpenOverlayRouter (OOR -
spelled "double-O-R"), an open-source project, under the Apache 2.0
License, to instantiate programmable overlays. OOR is edge-oriented and
multiplatform (Android, Linux and OpenWRT) with the aim to offer a flexible
and easy-to-deploy overlay infrastructure. OOR is based on the former
LISPmob.org code.


* Who can use it *

OOR is intended for end-users looking for easy multihoming, companies with
strong presence at the edge, startups interested in overlay solutions and
researchers exploring new scenarios.


* Supported protocols *

OOR is interoperable with OpenDaylight and supports several protocols for
both the data and control plane. On the control plane, it supports NETCONF
for provisioning and management and LISP for operational state exchange. On
the data plane, it supports IPv4 and IPv6 overlays with LISP and VXLAN-GPE
encapsulations. The roadmap includes L2 overlays, further encapsulations
and support for SFC headers.


* Code *

You can find all the details and get the code at:
http://openoverlayrouter.org/


Thanks!
The OpenOverlayRouter team