Source Server Query Library: Difference between revisions
Jump to navigation
Jump to search
Ortzinator (talk | contribs) No edit summary |
|||
Line 30: | Line 30: | ||
[http://home.arcor.de/levelad/SSQbeta2_src.zip SSQbeta2_src.zip] | [http://home.arcor.de/levelad/SSQbeta2_src.zip SSQbeta2_src.zip] | ||
[[Category:Programming]] | [[Category:Programming]] | ||
==See== | |||
[[Server Queries]] |
Revision as of 20:39, 3 January 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 (www.viscountpherget.de)
Languages
Currently only for C/C++.
Download
Binary: SSQbeta1.zip
Source: SSQbeta2_src.zip