Hypergrid Protocol
From OpenSimulator
(Difference between revisions)
(New page: Placeholder for protocol documentation of HyperGrid 1.5) |
|||
Line 1: | Line 1: | ||
− | + | =Overview= | |
+ | |||
+ | ... | ||
+ | |||
+ | =Components= | ||
+ | |||
+ | ==Grid 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= |
Revision as of 15:13, 7 August 2010
Contents |
Overview
...
Components
Grid 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