[vwrap] Launch document support added to SimianGrid
John Hurliman <jhurliman@jhurliman.org> Thu, 09 December 2010 20:39 UTC
Return-Path: <jhurliman@jhurliman.org>
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 E2DA63A6BC1 for <vwrap@core3.amsl.com>;
Thu, 9 Dec 2010 12:39:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.977
X-Spam-Level:
X-Spam-Status: No, score=-2.977 tagged_above=-999 required=5
tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1]
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 vvWZokQut57i for
<vwrap@core3.amsl.com>; Thu, 9 Dec 2010 12:39:19 -0800 (PST)
Received: from mail-fx0-f43.google.com (mail-fx0-f43.google.com
[209.85.161.43]) by core3.amsl.com (Postfix) with ESMTP id 95F9F3A6BC0 for
<vwrap@ietf.org>; Thu, 9 Dec 2010 12:39:18 -0800 (PST)
Received: by fxm18 with SMTP id 18so2830963fxm.16 for <vwrap@ietf.org>;
Thu, 09 Dec 2010 12:40:48 -0800 (PST)
MIME-Version: 1.0
Received: by 10.223.122.133 with SMTP id l5mr1566021far.52.1291927247875;
Thu, 09 Dec 2010 12:40:47 -0800 (PST)
Received: by 10.223.2.129 with HTTP; Thu, 9 Dec 2010 12:40:47 -0800 (PST)
Date: Thu, 9 Dec 2010 12:40:47 -0800
Message-ID: <AANLkTi=sqWxNNfsH_qvZ3O=UsUNVGKUcPGMrquGK3bTr@mail.gmail.com>
From: John Hurliman <jhurliman@jhurliman.org>
To: vwrap@ietf.org
Content-Type: text/plain; charset=ISO-8859-1
Subject: [vwrap] Launch document support added to SimianGrid
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: Thu, 09 Dec 2010 20:39:22 -0000
First, a little background: SimianGrid is a set of common virtual world grid services such as asset storage, inventory, user account management, and simulator management. Written in PHP, it consists in a web API on top of a database and a user-facing frontend called SimianGridFrontend. Now that SimianGrid has a real capability service, I just finished adding support for the VWRAP Client Application Launch Message format (https://datatracker.ietf.org/doc/draft-ietf-vwrap-launch/). If you login to a recent build of SimianGridFrontend it will give you an option to "Go in-world as {username}", which generates a .calmj file like this: { "authenticator": { "type": "capability" }, "identifier": { "type": "agent", "name": "John Hurliman" }, "loginurl": "http://www.mygrid.com/Grid/login/?cap=d155353c-6743-4142-b65c-e67b879965e6", "region": "" } On the http://openmetaverse.googlecode.com/ page there is a picture of the VWRAP Launcher and a link to the installer (only a Windows installer currently, the app also functions on Linux but needs some work on OSX). This launcher can handle .calmj files and pass the parameters to a Second Life-based viewer and automatically initiate a login with the pre-authenticated login capability. This makes single-click launching from the web into any SimianGrid-based VW possible. Hopefully third party viewers will add native support for CALM documents and make the launcher obsolete. John
- [vwrap] Launch document support added to SimianGr… John Hurliman