Hi !
Before starting my project i would like know if i can use the SDK client on normal server.
I dont find this information into the SDK documentation.
Thank you !
Printable View
Hi !
Before starting my project i would like know if i can use the SDK client on normal server.
I dont find this information into the SDK documentation.
Thank you !
The SDK (Server & Client) can't connect to a normal (Client & Server).
Why this is not possible? The clients (normal/SDK) are not based on the same components?
This restriction is voluntary?
E.g. there are no permissions in the SDK.
Hi,
I'm trying to develop a server addon using the last version of the TeamSpeak SDK (3.0.4).
I successfully compiled and ran the "server" example in the "examples/server" folder, however I can't connect to it using my TeamSpeak 3 client (version 3.1.8).
Here is the output of the server:
It works perfectly when I'm running the official server version (3.1.3).Code:[email protected]:~/ts3sdk/ts3_sdk_3.0.4/examples/server# ./ts3_server_sample
2018-05-01 17:30:53.539806|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.4 (2017-02-27 15:20:51) SDK
2018-05-01 17:30:53.539969|INFO |ServerLibPriv | |SystemInformation: Linux 4.9.87-xxxx-std-ipv6-64 #1 SMP Tue Mar 13 18:41:47 CET 2018 x86_64 Binary: 64bit
2018-05-01 17:30:53.540021|INFO |ServerLibPriv | |Using hardware aes
2018-05-01 17:30:53.541164|WARNING |Accounting | |Unable to find valid license key, falling back to limited functionality
2018-05-01 17:30:54.624079|INFO | | |Puzzle precompute time: 583
Server running
Server lib version: 3.0.4 [Build: 1488208851] SDK
Could not open file 'keypair_9987.txt' for reading keypair
Create virtual server using keypair ''
Create virtual server with 8 slots
2018-05-01 17:30:54.625023|INFO |VirtualServer |1 |listening on 0.0.0.0:9987, :::9987
2018-05-01 17:30:54.625100|INFO |VirtualSvrMgr | |addServer() VirtualServer(1) started
Channel 1 created by 0 on virtual server 1
Wrote keypair 'xxxxxxxxxxxxxx' to file 'keypair_9987.txt'.
TeamSpeak 3 server commandline interface
[q] - Quit
[h] - Show this help
[v] - List virtual servers
[c] - Show channels of virtual server 1
[l] - Show clients of virtual server 1
[n] - Create new channel on virtual server 1 with generated name
[N] - Create new channel on virtual server 1 with custom name
[d] - Delete channel on virtual server 1
[r] - Rename channel on virtual server 1
[m] - Move client on virtual server 1
[C] - Create new virtual server
[E] - Edit virtual server
[S] - Stop virtual server
Enter Command (h for help)>
Do you have any ideas?
You can not use the normal client on SDK server. Must be a SDK client connecting to the SDK server.
There are no such things as server addons. There are bots, which is stand-alone software.