~~NOCACHE~~
====== Qstat plugin ======
This Dokuwiki plugin allow you to display informations about a Quake3 server. It query the server directly with an UDP socket connection to gather available data.
===== Install =====
Use the following url with the plugin manager : {{:dev:dwqstat.tar.gz|}}
Or you can download and decompress in your //lib/plugins/// directory the archive.
===== Syntax =====
To call this plugin you have to use :
{{qstat host port}}
* host: the host on which the server is running and
* port: the port the server is listening (usually 27960, 27961, ...)
===== Example =====
With the code :
{{qstat}}
The display is :
{{qstat}}
With the code :
{{qstat unfrag.guim.info 27962}}
The display is :
{{qstat unfrag.guim.info 27962}}
===== Licence =====
This code is released under the GPL v2 licence.