forked from ssm2017/zira
-
Notifications
You must be signed in to change notification settings - Fork 0
fork of SimianGrid [ http://code.google.com/p/openmetaverse/ ] to provide a SimianGrid API interface to a stock OpenSimulator ROBUST backend
eudaimonent/zira
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
_____ _
/__ / (_)________ _
/ / / / ___/ __ `/
/ /__/ / / / /_/ /
/____/_/_/ \__,_/
========================================================================
Zira is a fork of SimianGrid [ http://code.google.com/p/openmetaverse/ ]
to provide a SimianGrid API interface to an OpenSimulator ROBUST
backend. This will allow, for example, use of the SimianGrid web
frontend with a stock OpenSim ROBUST backend.
ZIRA IS NOT A USER WEB INTERFACE. Zira does, however, allow you to
run the SimianGrid web frontend for users with ROBUST-powered backend
services.
------------------------------------------------------------------------
As an illustration, say you are running the SimianGrid web frontend,
and it tried to fetch the email address of a registered grid user by
POST-ing the following request:
RequestMethod=GetUser&UserID=6dce435b-b22b-4b71-ba25-ad298c97594b
If that request was sent to a ROBUST-powered UserAccountService, it
would have no idea what you're talking about. Instead, Zira will take
that request, find the appropriate info in the database, and respond
in a way that SimianGrid API-speaking components expect, e.g.:
{
"Success":true,
"User":
{
"UserID":"6dce435b-b22b-4b71-ba25-ad298c97594b",
"Name":"John Doe",
"Email":"john.doe@email.com",
}
}
About
fork of SimianGrid [ http://code.google.com/p/openmetaverse/ ] to provide a SimianGrid API interface to a stock OpenSimulator ROBUST backend
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 97.8%
- CSS 1.2%
- Other 1.0%