Hypergrid Protocol
From OpenSimulator
(Difference between revisions)
m (Robot: Cosmetic changes) |
|||
Line 3: | Line 3: | ||
... | ... | ||
− | =Components= | + | = Components = |
− | ==Grid-Level Service== | + | == Grid-Level Service == |
* Provides globally accessible authentication of local user accounts | * Provides globally accessible authentication of local user accounts | ||
Line 12: | Line 12: | ||
* Negotiates arrivals and departures of users to remote grids | * Negotiates arrivals and departures of users to remote grids | ||
− | ==Simulator== | + | == Simulator == |
* Initiates the teleport process | * Initiates the teleport process | ||
* Transfers a session token to the target simulator to complete the teleport process | * Transfers a session token to the target simulator to complete the teleport process | ||
− | ==Viewer== | + | == Viewer == |
* Speaks to the current and target simulators using LLUDP and capabilities | * Speaks to the current and target simulators using LLUDP and capabilities | ||
− | =Protocol Flow= | + | = Protocol Flow = |
[[Category:Hypergrid]] | [[Category:Hypergrid]] |
Revision as of 19:24, 3 March 2012
Contents |
Overview
...
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