IDE & Doomseeker
Hello!
Would be awesome if you can help to add support for querying doomsday servers from master server.
For these Server Browsers: Doom Explorer and Doomseeker.
http://doomseeker.drdteam.org/download.php
http://doomutils.ucoz.com/forum/4-103-1
Would be awesome if you can help to add support for querying doomsday servers from master server.
For these Server Browsers: Doom Explorer and Doomseeker.
http://doomseeker.drdteam.org/download.php
http://doomutils.ucoz.com/forum/4-103-1
Comments
Though I can of course see the positives in having one program able to display the available servers of every port possible, but as mentioned, it isn't Deng Team who have to add support.
I appreciate Blzut's position because lets face it, not many people are currently using Doomsday for multiplayer.
How popular are tools like this in the multiplayer community? If theres a bit of "chicken and egg" scenario here yet such tools are generally popular, I'd be willing to speculate and invest the time and developing support.
i think i need
master server IP
and structures, to request and receive data
Our web based master server browser interacts with the master server in the same way that a potential Doomseeker plugin would need to. Actual communication with the server can be taken from Doomsday itself: https://github.com/skyjake/Doomsday-Eng ... server.cpp
Our master server provides a digest of the currently running servers in various formats. For example, in XML: http://dengine.net/master.php?xml
Edit: Personally, I would actually prefer to parse a JSON response for the sake of brevity, minimizing bandwidth and the fact that it is generally much simpler to parse. However, there seems to be a problem with generating a JSON response at present (I'll look into it...).