Difference between revisions of "Directory server"

From ASSS Wiki
Jump to: navigation, search
m (added see also section)
(reorganized and added content)
Line 1: Line 1:
The directory server's primary responsibility is to provide a gateway for clients to retreive a list of zones that are currently online and running. The default port for Subspace Server to Directory Server communication is 4991 with UDP protocol.
+
A Directory server is provides a way for clients to retreive a list of [zone]s that are currently online and running. These servers provide information on any zones that have registered with the Directory server. This information includes the name and description of the zone, the ip and port that should be used to connect to the zone, the server version, whether or not a billing server is connected to the zone, as well as the number of players in the zone.
  
== See also ==
+
A [[client]] can connect to a Directory server to retrieve a list of active zones. This is done on UDP port 4990 using the [[Directory Client Protocol]].
[[Directory Client Protocol]]
+
 
 +
Zones can register with Directory servers so that players can find the zone. This is done on UDP port 4991 using the [[Server to Directory Server Protocol]].

Revision as of 07:19, 28 September 2006

A Directory server is provides a way for clients to retreive a list of [zone]s that are currently online and running. These servers provide information on any zones that have registered with the Directory server. This information includes the name and description of the zone, the ip and port that should be used to connect to the zone, the server version, whether or not a billing server is connected to the zone, as well as the number of players in the zone.

A client can connect to a Directory server to retrieve a list of active zones. This is done on UDP port 4990 using the Directory Client Protocol.

Zones can register with Directory servers so that players can find the zone. This is done on UDP port 4991 using the Server to Directory Server Protocol.