Difference between revisions of "Directory server"

From ASSS Wiki
Jump to: navigation, search
(Directory Server Software: added skydir, I might get back to reformatting this section)
(rearranged page a bit)
Line 12: Line 12:
  
 
A variety of directory server's are available for you to download.  
 
A variety of directory server's are available for you to download.  
 
* SkyDir by [[User:Doc flabby|Doc Flabby]], written in Python with SQLite.
 
** http://forums.minegoboom.com/viewtopic.php?t=7590
 
  
 
=== Windows ===
 
=== Windows ===
Line 31: Line 28:
 
* SubSpace Directory Server 4 (by [[catid]]), ported to Linux by [[User:Doc flabby|Doc Flabby]].
 
* SubSpace Directory Server 4 (by [[catid]]), ported to Linux by [[User:Doc flabby|Doc Flabby]].
 
** http://forums.minegoboom.com/viewtopic.php?p=74575
 
** http://forums.minegoboom.com/viewtopic.php?p=74575
 +
 +
=== Cross-Platform ===
 +
* SkyDir by [[User:Doc flabby|Doc Flabby]], written in Python with SQLite.
 +
** http://forums.minegoboom.com/viewtopic.php?t=7590
  
 
[[Category: Definitions]]
 
[[Category: Definitions]]
 
[[Category: Servers]]
 
[[Category: Servers]]

Revision as of 09:36, 12 October 2007

A Directory server is provides a way for clients to retreive a list of zones 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.

Both SubSpace and Continuum clients are capable of saving this information locally on the PC in the zone.dat file.

Communication

A client can connect to a directory server to retrieve a list of active zones. Client's connect to UDP port 4990 using the Directory Client Protocol.

A zone can register itself with one or more directory servers so players can find the zone. It utilizes the Directory Game Server Protocol on UDP port 4991.

Directory Server Software

A variety of directory server's are available for you to download.

Windows

Linux

Cross-Platform