Hypergrid Protocol
From OpenSimulator
(Difference between revisions)
(→Protocol Flow) |
|||
Line 24: | Line 24: | ||
= Protocol Flow = | = Protocol Flow = | ||
− | + | == Arrival of an agent into a foreign grid == | |
+ | * Gatekeeper service receives a request from the source grid for information about a region with a given UUID. | ||
[[Category:Hypergrid]] | [[Category:Hypergrid]] |
Revision as of 09:14, 3 November 2014
Contents |
Introduction
This page is extremely incomplete as of this time
This page begins to describe the protocol level details for Hypergrid. It will apply only to Hypergrid 2.0 and later.
Components
Grid-Level Service
- Provides globally accessible authentication of local user accounts
- Requests authentication of incoming users from remote grid services
- Provides virtual world services such as inventory and asset access to remote grids that local users are visiting
- Negotiates arrivals and departures of users to remote grids
Simulator
- Initiates the teleport process
- Transfers a session token to the target simulator to complete the teleport process
Viewer
- Speaks to the current and target simulators using LLUDP and capabilities
Protocol Flow
Arrival of an agent into a foreign grid
- Gatekeeper service receives a request from the source grid for information about a region with a given UUID.