Index of  //timmersit.nl/wasd_root/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_AXP/ 8-Nov-2021 14:28512subdirectory
 
[TXT]AUTOBAHN.C 8-Nov-2021 14:2821,305C source
[PDF]AUTOBAHN.PDF 8-Nov-2021 14:28709,830Adobe Portable Document Format
[TXT]BUILD_ALL.COM 8-Nov-2021 14:28936DCL procedure
[TXT]BUILD_AUTOBAHN.COM 8-Nov-2021 14:282,054DCL procedure
[TXT]BUILD_RAWLIB.COM 8-Nov-2021 14:281,680DCL procedure
[TXT]BUILD_RAW_CHAT.COM 8-Nov-2021 14:281,772DCL procedure
[TXT]BUILD_RAW_ECHO.COM 8-Nov-2021 14:281,772DCL procedure
[TXT]BUILD_RAW_PTD.COM 8-Nov-2021 14:281,766DCL procedure
[TXT]BUILD_WSB.COM 8-Nov-2021 14:281,999DCL procedure
[TXT]BUILD_WSLIB.COM 8-Nov-2021 14:281,676DCL procedure
[TXT]BUILD_WSLIBCL.COM 8-Nov-2021 14:281,708DCL procedure
[TXT]BUILD_WS_BENCH.COM 8-Nov-2021 14:281,866DCL procedure
[TXT]BUILD_WS_CHAT.COM 8-Nov-2021 14:281,870DCL procedure
[TXT]BUILD_WS_ECHO.COM 8-Nov-2021 14:281,764DCL procedure
[TXT]BUILD_WS_MOUSE.COM 8-Nov-2021 14:281,866DCL procedure
[TXT]RAWLIB.C 8-Nov-2021 14:2876,350C source
[TXT]RAWLIB.H 8-Nov-2021 14:285,795C header
[TXT]RAW_CHAT.C 8-Nov-2021 14:2813,776C source
[TXT]RAW_ECHO.C 8-Nov-2021 14:2814,752C source
[TXT]RAW_PTD.C 8-Nov-2021 14:2818,893C source
[TXT]RAW_SOCKET.COM 8-Nov-2021 14:281,807DCL procedure
[HTM]README.HTML 8-Nov-2021 14:286,620"WebSocket directory read-me"
[TXT]WSB.C 8-Nov-2021 14:2846,854C source
[TXT]WSB.COM 8-Nov-2021 14:281,414DCL procedure
[TXT]WSLIB.C 8-Nov-2021 14:28158,658C source
[TXT]WSLIB.H 8-Nov-2021 14:2811,958C header
[TXT]WSLIBCL.C 8-Nov-2021 14:2821,613C source
[TXT]WS_BENCH.C 8-Nov-2021 14:289,436C source
[TXT]WS_CHAT.C 8-Nov-2021 14:2813,013C source
[HTM]WS_CHAT.HTML 8-Nov-2021 14:289,014"WebSocket Scripting - Chat Demonstration"
[TXT]WS_ECHO.C 8-Nov-2021 14:2812,498C source
[HTM]WS_ECHO.HTML 8-Nov-2021 14:287,168"WebSocket Scripting - Echo Demonstration"
[TXT]WS_MOUSE.C 8-Nov-2021 14:289,786C source
[HTM]WS_MOUSE.HTML 8-Nov-2021 14:288,332"WebSocket Scripting - Mouse Demonstration"