Index of  //vsmx86.vsm.com.au/wasd_root/src/websocket/*.*

WebSocket directory read-me

The WebSocket library, development utilities and simple example applications (scripts) demonstrating the basics of WASD WebSocket programming and use of the library.

Does this browser support WebSocket?   NO! 

See http://autobahn.ws/testsuite/reports/clients/index.html for browser compliance test results.

More information may be found in Scripting  —  5 - WebSocket.

WebSocket
DemonstrationSource CodeDescription
wsLIB.c
wsLIB.h
The WebSocket library. This abstracts most of the WebSocket protocol into callable functions suitable for the WASD WebSocket scripting environment.
wsLIBcl.c The WebSocket client library. Provides functionality to TCP connect to a server host and port and undertake a WebSocket upgrade handshake. It is less intended to be a real-world client library than a vehicle for bench-testing the WASD WebSocket and WSLIB.C functionality.
autobahn.c Autobahn (http://autobahn.ws/testsuite) is a sophisticated, comprehensive and indepdendent test suite powered by Python that validates WebSocket behaviour, particularly in corner cases. This AUTOBAHN utility/script has been used during WASD WebSocket environment development and testing. WASD v10.3.0 WebSocket and wsLIB v1.0.7 passes all Autobahn v0.5.5 tests (see autobahn.pdf)
wsb.c
ws_bench.c
WASD WebSocket environment development test-bench exerciser and gremlin inducing client/script. It can also be used as an effective measure of the raw WebSocket message throughput a particular hardware+VMS+TCP/IP+WASD platform can support
[ws_chat.html] ws_chat.c What can be said about this classic, collaborative application?
[ws_echo.html] ws_echo.c What was that I just said? Uses VMS data descriptors.
[ws_mouse.html] ws_mouse.c Distributing your mouse coordinates.
[ws_ptd.html] ws_ptd.c The Pseudo-Terminal Driver example has been replaced with the fully-functional VT102 terminal emulator DCLinabox. See http://wasd.vsm.com.au/wasd_root/src/dclinabox/ for detail and http://wasd.vsm.com.au/wasd/ for download.

A WASD "Raw"Socket is a variant of, and is heavily based on, the WASD WebSocket infrastructure. It allows a service (listening host and port) to accept a connection and immediately activate a configured WASD CGIplus script (in much the same manner as a standard WebSocket script) to service that connection. Routine library and example applications.

More information may be found in Scripting  —  5.8 - RawSocket.

"Raw"Socket
DemonstrationSource CodeDescription
rawLIB.c
rawLIB.h
The RawSocket library. This abstracts most of the required functionality for interacting with the CGIplus environment and performing asynchronous I/O into callable functions suitable for the WASD RawSocket scripting environment.
telnet client raw_chat.c This classic, collaborative application – again – this time using a WASD RawSocket.
telnet client raw_echo.c What was that I just said over a "raw" socket? Uses VMS data descriptors.
telnet client raw_ptd.c This Pseudo-Terminal Driver example behaves as a simple telnet server. Definitely not intended for production!

NameRevisedSizeDescription

[DIR]obj_x86_64/ 8-Jan-2023 13:14512subdirectory
 
[TXT]autobahn.c28-Jan-2026 04:3521,571C source
[PDF]autobahn.pdf28-Jan-2026 04:35709,830Adobe Portable Document Format
[TXT]build_all.com28-Jan-2026 04:35936DCL procedure
[TXT]build_autobahn.com28-Jan-2026 04:351,732DCL procedure
[TXT]build_rawlib.com28-Jan-2026 04:351,122DCL procedure
[TXT]build_raw_chat.com28-Jan-2026 04:351,222DCL procedure
[TXT]build_raw_echo.com28-Jan-2026 04:351,222DCL procedure
[TXT]build_raw_ptd.com28-Jan-2026 04:351,216DCL procedure
[TXT]build_wsb.com28-Jan-2026 04:351,677DCL procedure
[TXT]build_wslib.com28-Jan-2026 04:351,134DCL procedure
[TXT]build_wslibcl.com28-Jan-2026 04:351,166DCL procedure
[TXT]build_ws_bench.com28-Jan-2026 04:351,326DCL procedure
[TXT]build_ws_chat.com28-Jan-2026 04:351,214DCL procedure
[TXT]build_ws_echo.com28-Jan-2026 04:351,226DCL procedure
[TXT]build_ws_mouse.com28-Jan-2026 04:351,326DCL procedure
[TXT]rawlib.c28-Jan-2026 04:3576,719C source
[TXT]rawlib.h28-Jan-2026 04:355,795C header
[TXT]raw_chat.c28-Jan-2026 04:3514,145C source
[TXT]raw_echo.c28-Jan-2026 04:3515,121C source
[TXT]raw_ptd.c28-Jan-2026 04:3519,262C source
[TXT]raw_socket.com28-Jan-2026 04:351,807DCL procedure
[HTM]readme.html28-Jan-2026 04:356,620"WebSocket directory read-me"
[TXT]wsb.c28-Jan-2026 04:3546,584C source
[TXT]wsb.com28-Jan-2026 04:351,414DCL procedure
[TXT]wslib.c28-Jan-2026 04:35158,651C source
[TXT]wslib.h28-Jan-2026 04:3511,831C header
[TXT]wslibcl.c28-Jan-2026 04:3521,950C source
[TXT]ws_bench.c28-Jan-2026 04:359,708C source
[TXT]ws_chat.c28-Jan-2026 04:3513,398C source
[HTM]ws_chat.html28-Jan-2026 04:359,014"WebSocket Scripting - Chat Demonstration"
[TXT]ws_echo.c28-Jan-2026 04:3512,883C source
[HTM]ws_echo.html28-Jan-2026 04:357,168"WebSocket Scripting - Echo Demonstration"
[TXT]ws_mouse.c28-Jan-2026 04:3510,171C source
[HTM]ws_mouse.html28-Jan-2026 04:358,332"WebSocket Scripting - Mouse Demonstration"