Difference between revisions of "Directory server"

From ASSS Wiki
Jump to: navigation, search
(reorganized and added content)
m (catagory)
Line 1: Line 1:
 
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 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.
 +
 +
=== Communication ===
  
 
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]].
 
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]].
 
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:23, 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.

Communication

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.