Table of Contents

DSWP API: online people

Use this API to get a list of people online on the various DSWP-related servers (game servers, mumble server, forum and IRC channel on Quakenet). Only people registered on the forum are listed.

How to use

Get the data on this link :
http://www.dswp.de/old/dswp_tools/svarox/whoswhere_flat.php

Data are stored in CSV format separated by semicolons, for example :
226;rastaskud;RastaSkud;1
760;manhut;manhut;32
170;SvaRoX;SvaRoX;49

The format of each line is :
forum id;forum name;current name;bit mask

Server bit masks

TDM: 1
Bomb: 2
Jump: 4
Team survivor: 8
Mumble: 16
IRC: 32
Forum: 64
TDM4.2: 128

Notes

Game servers and IRC online status are refreshed every 30 seconds, forum and mumble online status are retrieved in real-time, so the best refresh time value is probably 30 seconds (one update ensured for every servers and not much traffic).