ATF-TF2 / srcds-rcon-app

.NET Desktop app for remotely administering SRCDS servers via RCON.
0 stars 0 forks source link

SRCDS protocol #1

Open Aciid opened 9 years ago

Aciid commented 9 years ago

Hey,

I found your project through google, I'm developing a tray application ( C# ) for srcds server monitoring. Currenly using only ping and socket methods just to see is the server online. I'd like to extend to SRCDS protocol to get real statistics.

Have you guys decided on the SRCDS protocol class? I found a couple through Valve's wiki https://developer.valvesoftware.com/wiki/Source_RCON_Protocol

This seems to be the most up to date. http://querymaster.codeplex.com/

Regards Aciid

bhwz commented 9 years ago

Sorry for the late reply. We are still looking around at various libraries, and had found this one: https://github.com/aiusepsi/SourceRcon However, the one you linked seems to be more feature complete. While unlikely, we might end up writing something from scratch if nothing we find suits our needs (the protocol doesn't seem to be that complex and has fairly good documentation, so it shouldn't be too much of an issue).