You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
Order online or call us +62-821-2442-2332 (Whatsapp)
IDR
  • Empty!

WebSocket Client Console Application (Site Licence)

  • Brand: esegece
  • Product Code: WebSocket Client Console Application (Site Licence)
  • Availability: In Stock



WebSocket Client Command Line Application for Windows, OSX and Linux

WebSocket Client Commands

Fully Featured Application

Supports Full RFC6455 and widely tested by thousands of users.

TLS Supports

Supports secure websocket connections without external libraries (OSX and Linux requires openssl 1.0.2)

Easy to Use

Simple but very powerful.

Watchdog and HeartBeat

Automatic recovery after a disconnection and heartbeat support.


Please select one of the sgcWebSocket downloads below. If you have any problems downloading the files, please contact us.

FREE FOR NON-COMMERCIAL USE


WebSocket Client Win32

sgcWebSocketClient Win32
WebSocket Client Win32


WebSocket Client Win64

sgcWebSocketClient Win64
WebSocket Client Win64


WebSocket Client OSX32

sgcWebSocketClient OSX32
WebSocket Client OSX32


WebSocket Client OSX64

sgcWebSocketClient OSX64
WebSocket Client OSX64


WebSocket Client Linux64

sgcWebSocketClient Linux64
WebSocket Client Linux64


How Open a new WebSocket Connection

Example: open a websocket connection to echo.websocket.org

{"message": "open", "params":{"url": "ws://echo.websocket.org"}}

Example: open a secure websocket connection to echo.websocket.org

{"message": "open", "params":{"url": "wss://echo.websocket.org"}}

How Send a Text message

Example: send a message to server "This is my First Message"

{"message": "write", "params":{"text": "This is my First Message"}}

Example: send a message to server "This is my Second Message"

{"message": "write", "params":{"text": "This is my Second Message"}}

How Enable HeartBeat and WatchDog

Example: Enable heartbeat every 30 seconds.

{"message": "options", "params":{"heartbeat": {"enabled": true, "interval": 30}}

Example: Enable watchdog every 10 seconds.

{"message": "options", "params":{"watchdog": {"enabled": true, "interval": 10}}

Example: Disable heartbeat

{"message": "options", "params":{"heartbeat": {"enabled": false}}

Example: Disable watchdog 

{"message": "options", "params":{"watchdog": {"enabled": false}}

Close Connection

Example: close connection

{"message": "close"}

Example: restart connection

{"message": "close"}

{"message": "open"}






Buy at Tokopedia!

Buy Now!

Tags: WebSocket Client Console Application, WebSocket