whoswhere_xml.1272736004.txt.gz · Last modified: 2010/05/01 19:46 by Samtron

whoswhere_xml

Differences

This shows you the differences between two versions of the page.

whoswhere_xml [2010/05/01 19:46]
Samtron created
whoswhere_xml [2014/01/27 03:16] (current)
JRandomNoob Added categories
Line 1: Line 1:
-One regularly refreshed XML-File shows all online players and the server states. This data can be used by services running on DSWP server as well as by programs on clientside. The according XML-Structure:+One regularly refreshed XML-File shows all online players and the server states. This data can be used by services running on DSWP server as well as by programs on clientside. 
 +Possible appraoch: 
 +  * use XML-File per server output by B3 (perhaps modify) 
 +  * create a PHP page which parses these 4 XML-Files and provides one big XML with all data (including Mumble, IRC and perhaps Forum) 
 + 
 +Possible Structure:
<code xml><dswp> <code xml><dswp>
<time>1234567890</time> <time>1234567890</time>
Line 102: Line 107:
</spec> </spec>
</ts> </ts>
 + <mumble>
 + ...
 + </mumble>
 + <irc>
 + ...
 + </irc>
 +
 + <forum>
 + ...
 + </forum>
<servers> <servers>
</dswp></code> </dswp></code>
 +
 +<WRAP categories>
 +| **[[category:categories|Categories]]**: **[[category:dswp-projects-and-coding|DSWP projects & coding]]** |
 +</WRAP>