Hello Developers,
I've written a library in C# that allows you to use the query port of Teamspeak 3 using managed code. All methods within the documentation of the query port are implemented type safe with request and response objects. So you dont need to bother with "whats the name of the fucking parameter" or "which values are returned and which range of valid values are possible". This library has classes with properties for each request and response.
All queries are implemented but I dont guarantee its free of bugs
The library is open soutce and hosted here:
http://ts3querylib.codeplex.com/
I've also created a software that allows you to run the teamspeak 3 server as a windows service:
http://ts3querylib.codeplex.com/releases/view/38682
You'll need Visual Studio 2010 to compile the solution. The Library is usable in all kinds of projects: Silverlight, ASP.Net, ASP.Net MVC, WinForms, WPF, WCF, Windows Phone 7.1 and so on.
I've started a ".Net Core" version of the library here:
https://github.com/Scordo/TS3QueryLib.Net.Core
Greetings,
Scordo