Hi Team,
Client is using RTDS V3.5 and want to use WebSocket API to subscribe data. what is the version requirement for Java-WebSocket ?
Thanks
New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
Hi Team,
Client is using RTDS V3.5 and want to use WebSocket API to subscribe data. what is the version requirement for Java-WebSocket ?
Thanks
Thank you for reaching out to us.
WebSocket is a standard protocol. We didn't provide the Java library to connect to WebSocket.
We provide Java examples in GitHub and the examples uses the following WebSocket client library.
<dependency org="com.neovisionaries" name="nv-websocket-client" rev="2.14"/>
However, the client can use any Java WebSocket client library.
Hello @gang.chen1
If you mean the version of RTDS that supports the WebSocket connection, the WebSocket connection needs RTDS version 3.2.1 and above.