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

Best Answer

  • Jirapongse
    Answer ✓

    @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.

Answers

  • wasin.w
    wasin.w admin

    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.