patag
16-06-2004, 19:48
First time poster, so be gentle! :) BTW, love TS!
I'm currently working on a .NET application that will telnet into a TeamSpeak Server and execute the various commands to get the following information:
Global Information - gl
Server Information - si
Channel List - cl
Player List - pl
My question is specifically, has anyone written regex expressions to parse the above output? They don't have to be in .NET, php would work, I can port them.
I'd like to do this without having to use Webpost or mySQL or anything like that. I just want to telnet into the server, run my commands and parse the data. My goal is to create XML files from the data.
I've been able to telnet into the server with .NET already, so I know I can execute commands against the TS Server, just don't want to recreate the regex if I don't have to.
Here's a signature I created for the FPSMMO game PlanetSide: http://patag.universalrealms.com/ps/sig.aspx?WorldID=15&CharID=632254&TSLogin=patag&bg=6
It pulls in XML data from Dicepoint (the stats), TS info from a specific TS server, then uses GDI+ to dynamically write out the image.
Thanks for listening, I look forward to hearing from the forums gods!
I'm currently working on a .NET application that will telnet into a TeamSpeak Server and execute the various commands to get the following information:
Global Information - gl
Server Information - si
Channel List - cl
Player List - pl
My question is specifically, has anyone written regex expressions to parse the above output? They don't have to be in .NET, php would work, I can port them.
I'd like to do this without having to use Webpost or mySQL or anything like that. I just want to telnet into the server, run my commands and parse the data. My goal is to create XML files from the data.
I've been able to telnet into the server with .NET already, so I know I can execute commands against the TS Server, just don't want to recreate the regex if I don't have to.
Here's a signature I created for the FPSMMO game PlanetSide: http://patag.universalrealms.com/ps/sig.aspx?WorldID=15&CharID=632254&TSLogin=patag&bg=6
It pulls in XML data from Dicepoint (the stats), TS info from a specific TS server, then uses GDI+ to dynamically write out the image.
Thanks for listening, I look forward to hearing from the forums gods!