Re: [vwrap] Linden Lab open source LLSD code
"Hurliman, John" <john.hurliman@intel.com> Mon, 07 June 2010 23:48 UTC
Return-Path: <john.hurliman@intel.com>
X-Original-To: vwrap@core3.amsl.com
Delivered-To: vwrap@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id 050CA3A6842 for <vwrap@core3.amsl.com>;
Mon, 7 Jun 2010 16:48:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.998
X-Spam-Level:
X-Spam-Status: No,
score=-3.998 tagged_above=-999 required=5 tests=[BAYES_50=0.001,
HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com
[127.0.0.1]) (amavisd-new, port 10024) with ESMTP id COhbnTl6m51Y for
<vwrap@core3.amsl.com>; Mon, 7 Jun 2010 16:48:38 -0700 (PDT)
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by
core3.amsl.com (Postfix) with ESMTP id 9418F3A67A4 for <vwrap@ietf.org>;
Mon, 7 Jun 2010 16:48:38 -0700 (PDT)
Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by
fmsmga101.fm.intel.com with ESMTP; 07 Jun 2010 16:44:24 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos; i="4.53,380,1272870000"; d="scan'208,217";
a="574188394"
Received: from rrsmsx604.amr.corp.intel.com ([10.31.0.170]) by
fmsmga002.fm.intel.com with ESMTP; 07 Jun 2010 16:47:22 -0700
Received: from rrsmsx506.amr.corp.intel.com ([10.31.0.39]) by
rrsmsx604.amr.corp.intel.com ([10.31.0.170]) with mapi;
Mon, 7 Jun 2010 17:48:36 -0600
From: "Hurliman, John" <john.hurliman@intel.com>
To: Mark Lentczner <markl@lindenlab.com>, vwrap <vwrap@ietf.org>
Date: Mon, 7 Jun 2010 17:48:36 -0600
Thread-Topic: [vwrap] Linden Lab open source LLSD code
Thread-Index: AcsGmqShbRGXenbEQKK9CTIVbNTMcgAARG9w
Message-ID: <62BFE5680C037E4DA0B0A08946C0933DDA3D3401@rrsmsx506.amr.corp.intel.com>
References: <181BEC41-396C-4E2D-ADE8-705CBAD4C31C@lindenlab.com>
In-Reply-To: <181BEC41-396C-4E2D-ADE8-705CBAD4C31C@lindenlab.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: multipart/alternative;
boundary="_000_62BFE5680C037E4DA0B0A08946C0933DDA3D3401rrsmsx506amrcor_"
MIME-Version: 1.0
Subject: Re: [vwrap] Linden Lab open source LLSD code
X-BeenThere: vwrap@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Virtual World Region Agent Protocol - IETF working group
<vwrap.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/vwrap>,
<mailto:vwrap-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/vwrap>
List-Post: <mailto:vwrap@ietf.org>
List-Help: <mailto:vwrap-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/vwrap>,
<mailto:vwrap-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jun 2010 23:48:44 -0000
Great to hear, the number of liberally licensed implementations of LLSD is up to five now (including the C# implementation in the libomv repository). Is an up to date PHP implementation on Linden's roadmap, or would it make sense for someone else to start porting one of these implementations to PHP? John From: vwrap-bounces@ietf.org [mailto:vwrap-bounces@ietf.org] On Behalf Of Mark Lentczner Sent: Monday, June 07, 2010 4:39 PM To: vwrap Subject: [vwrap] Linden Lab open source LLSD code I'm happy to announce that Linden Lab has open sourced (MIT licensed) its LLSD implementations in four languages: C++, JavaScript, Haskell, and Python. The code can be found here: http://hg.secondlife.com/llsd Please let me know if this is useful, and if you need any help using it. - Mark & Josh >From the README file: Linden Lab LLSD Libraries ------------------------- v1 - 2010-06-07 - Joshua Bell & Mark Lentczner ABOUT ===== LLSD is defined in draft-hamrick-vwrap-type-system-00. It is a structured data system used for interchange. See the draft for more details: http://tools.ietf.org/html/draft-hamrick-vwrap-type-system-00 The design and development of LLSD is being undertaken by the IETF VWRAP working group. Please direct design and development questions to its mailing list. wiki - http://trac.tools.ietf.org/wg/vwrap/trac/wiki list - https://www.ietf.org/mailman/listinfo/ogpx This distribution contains Linden Lab's open source (MIT licensed) implementations of the LLSD type system in four langauges: C++ LLSD JavaScript LLSD & LLIDL Haskell LLSD & LLIDL Python LLSD & LLIDL (*) There are four directories, one per file, and each has its own README file with details for building and using the code. All versions have unit tests. Questions regarding these libraries can be directed to Josh or Mark: josh@lindenlab.com<mailto:josh@lindenlab.com> markl@lindenlab.com<mailto:markl@lindenlab.com> Linden Lab hopes that by releasing these open source, it will help facilitiate the development of LLSD, as well as ease interoperatibility with currently deployed systems that use LLSD such as Second Life and OpenSim. - Josh & Mark (*) The Python version is currently distributed in a separate repository: http://hg.secondlife.com/llbase/ The intention is to eventually migrate it here. Mark Lentczner Sr. Systems Architect Technology Integration Linden Lab markl@lindenlab.com<mailto:markl@lindenlab.com> Zero Linden zero.linden@secondlife.com<mailto:zero.linden@secondlife.com>
- [vwrap] Linden Lab open source LLSD code Mark Lentczner
- Re: [vwrap] Linden Lab open source LLSD code Hurliman, John
- Re: [vwrap] Linden Lab open source LLSD code Xugu Madison
- Re: [vwrap] Linden Lab open source LLSD code Mark Lentczner
- Re: [vwrap] Linden Lab open source LLSD code Joshua Bell