For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
68 2 6 13

Java-Websocket version

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

#technologywebsocketsjava
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
81.2k 266 53 76

@gang.chen1

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
25.7k 58 17 14

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.