rvkvino
Is this possible my same LS server can serve to TLCP protocol subscription clients. Or I need to do any changes on LS server also to connect TLCP. And also any sample code available for this concept to bind stock market data. If it is available means it will be helpful to me.
Giuseppe Corti
From a technical point of view you should only be sure that the version of TLCP you implement is compatible with the version of the server in use. For example TLCP version 2.2.0 targets Lightstreamer Server v. 7.1.1 or greater.
Then you should consider that TLCP explicit support is an optional feature so you need to verify your license and in case upgrade it.
rvkvino
I'm using SERVER VERSION: Lightstreamer Server version 7.1.1 using COMMUNITY edition. Is this possible by using this version and edition to use TLCP
Giuseppe Corti
Yes I confirm that you can use a client directly implementing the TLCP protocol with COMMUNITY edition by leveraging the parameter:
<enabled_client_api>generic_client</enabled_client_api>
of section community_edition_details in the lightstreamer_edition_conf.xml.
But in this case I confirm that a server can only support clients of only the specified type: so if you enable Generic Client, the normal web clients cannot be handled by the same server.