Source Server Query Library: Difference between revisions
Jump to navigation
Jump to search
Ortzinator (talk | contribs) No edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
== Author == | == Author == | ||
Pascal Herget | Pascal Herget | ||
== Languages == | == Languages == |
Revision as of 10:27, 2 June 2007
About
The Source Server Query Library simplifies the communication with Source game servers and Source master servers.
You do not have to deal with the Source Server Query Protocol and can focus on integrating the library into e.g. a game browser, a remote console application etc.
With Source Server Query Library you can:
- Get latency times of game servers
- Receive general information about game servers
- Receive player details of players on game servers
- Receive game rules of game servers
- Receive logs of game servers
- Receive a list of game servers from a master server
- Send remote commands to game servers and receive the responses
Author
Pascal Herget
Languages
Currently only for C/C++.
Download
Binary: SSQbeta1.zip
Source: SSQbeta2_src.zip