Hypergrid

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Move hypergrid implementation section to separate page)
(Teleporting via the Hypergrid)
(20 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
= What is the hypergrid? =
 
= What is the hypergrid? =
 
<!-- [[image:VWV.jpg|250px|thumb|Web of Virtual Worlds]] -->
 
<!-- [[image:VWV.jpg|250px|thumb|Web of Virtual Worlds]] -->
1
+
 
 
The hypergrid is an extension to opensim that allows you to link your opensim to other opensims on the internet, and that supports seamless agent transfers among those opensims. It can be used both in standalone mode and in grid mode. The hypergrid is effectively supporting the emergence of a Web of virtual worlds.  
 
The hypergrid is an extension to opensim that allows you to link your opensim to other opensims on the internet, and that supports seamless agent transfers among those opensims. It can be used both in standalone mode and in grid mode. The hypergrid is effectively supporting the emergence of a Web of virtual worlds.  
  
 
The basic idea for the hypergrid is that region/grid administrations can place hyperlinks on their map to hypergrided regions run by others. Once those hyperlinks are established, users interact with those regions in exactly the same way as they interact with local regions. Specifically, users can choose to teleport there. Once the user reaches the region behind the hyperlink, she is automatically interacting with a different virtual world without having to logout from the world where she came from, and while still having access to her inventory.
 
The basic idea for the hypergrid is that region/grid administrations can place hyperlinks on their map to hypergrided regions run by others. Once those hyperlinks are established, users interact with those regions in exactly the same way as they interact with local regions. Specifically, users can choose to teleport there. Once the user reaches the region behind the hyperlink, she is automatically interacting with a different virtual world without having to logout from the world where she came from, and while still having access to her inventory.
  
The hypergrid started as a GForge project, but it is now included in the standard distribution of OpenSimulator. '''To run your OpenSimulator instance in hypergrid mode, please see [[Installing and Running Hypergrid]].'''
+
The hypergrid started as a external project, but it is now included in the standard distribution of OpenSimulator. '''To run your OpenSimulator instance in hypergrid mode, please see [[Installing and Running Hypergrid]].'''
  
  
Line 18: Line 18:
  
  
= Using the Hypergrid =
+
= Teleporting via the Hypergrid =
'''TODO: Need to list all the ways in which a hypergrid teleport can be performed in different viewers.'''
+
The structure of a hypergrid link is identical to a web page link : [http[s]://]<hg-host>:<hg-port>[/<region-name>][/x/y]. Examples:
  
The structure of a hypergrid link is <hg-address>:<hg-port>:[<region-name>]Examples:
+
"http://cc.opensimulator.org:8002/keynote 1"
 +
  "http://grid.mydomain.com:9000"
  
"cc.opensimulator.org:8002:keynote 1"
+
The first example is the Hypergrid address of a region named "keynote 1" on the grid at cc.opensimulator.org that has port 8002.
"grid.mydomain.com:9000"
+
  
The first example is the Hypergrid address of a region named "keynote 1" on the grid at "cc.opensimulator.org" whose login port is 8002The grid address and login port are often the same that one would use to login to a local account on a grid (e.g. the equivalent loginuri for this example would be http://cc.opensimulator.org:8002).
+
The second example gives only the hg-host and port.  In this case, the destination region is the default region setup for that grid, as specified in the [GridService] section of bin/Robust.HG.ini (for grid) or bin/config-include/StandaloneCommon.ini (for standalones).
  
The second example gives only the hg-address and port.  In this case, the destination region is the default region setup for that grid, as specified in the [GridService] section of bin/Robust.HG.ini (for grid) or bin/config-include/StandaloneCommon.ini (for standalones).
+
= Installing and Running =
  
One common way to teleport to an HG address is to paste the address into the map find box of the virtual environment viewer.  If the source grid is Hypergrid-enabled, it will find the remote hg address and bring it up as a map tile which one can then teleport to.
+
Please see [[Installing and Running Hypergrid]].
  
 
= Hypergrid Concepts =
 
= Hypergrid Concepts =
  
See [[Hypergrid Concepts]].
+
* [[Hypergrid Concepts]].
 +
* [[Hypergrid Glossary]].
  
= Hypergrid Implementation =
+
= Hypergrid Development =
See [[Hypergrid Implementation]].
+
See [[Hypergrid Protocol]] for protocol level details.
  
= Installing and Running =
+
See [[Hypergrid Implementation]] for implementation details.
 
+
Please see [[Installing and Running Hypergrid]].
+
  
 
= Hypergrid Parameters =
 
= Hypergrid Parameters =
Line 47: Line 46:
 
For information about each Hypergrid configuration parameter and what it does, please see [[Hypergrid Parameters]] (eventually).
 
For information about each Hypergrid configuration parameter and what it does, please see [[Hypergrid Parameters]] (eventually).
  
= Hypergrid and Security =
+
= Hypergrid Security =
  
 
Please see [[Hypergrid Security]].
 
Please see [[Hypergrid Security]].
  
= Banning Foreign Users =
+
= Hypergrid Friends =
  
Please see [[Banning Foreign Users in Hypergrid]].
+
* [[Hypergrid Friends]] (updated 2015)
 +
* [[Hypergrid_Friends_and_IM]] (updated 2011)
  
 
= Public Hypergrid Nodes =
 
= Public Hypergrid Nodes =
Line 63: Line 63:
  
 
= Further References =
 
= Further References =
* http://www.ics.uci.edu/~lopes/opensim/HypergridReferenceGuide.html
+
* [http://www.ics.uci.edu/~lopes/opensim/HypergridReferenceGuide.html The Hypergrid Reference Guide]
 +
* [https://web.archive.org/web/20150426153421/https://dl.dropboxusercontent.com/u/18483217/hypergrid-draft.pdf Hypergrid: Architecture and Protocol for Virtual World Interoperability] - Cristina Videira Lopes paper defining Hypergrid protocol (PDF format)
  
 
= Development Meetings =
 
= Development Meetings =

Revision as of 17:09, 15 November 2020


Contents

What is the hypergrid?

The hypergrid is an extension to opensim that allows you to link your opensim to other opensims on the internet, and that supports seamless agent transfers among those opensims. It can be used both in standalone mode and in grid mode. The hypergrid is effectively supporting the emergence of a Web of virtual worlds.

The basic idea for the hypergrid is that region/grid administrations can place hyperlinks on their map to hypergrided regions run by others. Once those hyperlinks are established, users interact with those regions in exactly the same way as they interact with local regions. Specifically, users can choose to teleport there. Once the user reaches the region behind the hyperlink, she is automatically interacting with a different virtual world without having to logout from the world where she came from, and while still having access to her inventory.

The hypergrid started as a external project, but it is now included in the standard distribution of OpenSimulator. To run your OpenSimulator instance in hypergrid mode, please see Installing and Running Hypergrid.


Hypergrid Versions

  • Hypergrid 2.0 - current Hypergrid with greater security controls for region operators
  • Hypergrid 1.5 - past Hypergrid version with greater asset security and expanded services
  • Hypergrid 1.0 - the original Hypergrid described below


Teleporting via the Hypergrid

The structure of a hypergrid link is identical to a web page link : [http[s]://]<hg-host>:<hg-port>[/<region-name>][/x/y]. Examples:

"http://cc.opensimulator.org:8002/keynote 1"
"http://grid.mydomain.com:9000"

The first example is the Hypergrid address of a region named "keynote 1" on the grid at cc.opensimulator.org that has port 8002.

The second example gives only the hg-host and port. In this case, the destination region is the default region setup for that grid, as specified in the [GridService] section of bin/Robust.HG.ini (for grid) or bin/config-include/StandaloneCommon.ini (for standalones).

Installing and Running

Please see Installing and Running Hypergrid.

Hypergrid Concepts

Hypergrid Development

See Hypergrid Protocol for protocol level details.

See Hypergrid Implementation for implementation details.

Hypergrid Parameters

For information about each Hypergrid configuration parameter and what it does, please see Hypergrid Parameters (eventually).

Hypergrid Security

Please see Hypergrid Security.

Hypergrid Friends

Public Hypergrid Nodes

Please see Public Hypergrid Nodes.

Hypergrid Lists

Please see Hypergrid Lists.

Further References

Development Meetings

Hypergrid Meetings

See Also

Also see Grider; Virtual World Model; HyperGrid Team

Personal tools
General
About This Wiki