Hi group,
How to connect to a server at certain ipaddress and port using clientquery plugin ? I tried looking from it's 'HELP' command, but couldn't find one. Is it possible ?
Thanks
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Hi group,
How to connect to a server at certain ipaddress and port using clientquery plugin ? I tried looking from it's 'HELP' command, but couldn't find one. Is it possible ?
Thanks
yes it is posible. from REEDME.txt from clientQuery
try find it at Teamspeak_DIR \plugins\clientquery_plugin\examples\Code:There are two main ways to interact with the TS3 Client: - When the Client is not running, you can get information from configuration files, and run the Client passing it parameters to e.g. make it connect to certain servers. The "startts3client.py" and "connectbookmark.py" example python scripts show how this works, see below for a more detailed description of each example. - When the Client is running it listens to a tcp socket providing a service we call ClientQuery. This can both be used to fire off commands (e.g. switch to a certain channel), or to query information (e.g. what is my nickname) or to register for certain events (e.g. talkStatusChange events are fired whenever somebody starts or stop talking). The "connectinfo.py" and "demo.py" examples show you ways this can be used. The ClientQuery plugin offers a telnet interface on localhost:25639
There are currently 1 users browsing this thread. (0 members and 1 guests)