Datalinks sample overview

The datalinks sample implements a sample TCP/IP based communication driver for supporting communication between the IBM Director console and server. This sample provides the required methods, defined in the TWGDataLink interface, to support server-based and console-based use of this class for unencrypted TCP/IP-based communication.

Detail of the datalink sample

The TCPIPDataLink class implementation supports an optional initialization string which, currently, supports only an override value for the IP port number used by the server-based implementation. If provided, the string can consist of a number representing the decimal value for the server's port address (default is 2034).

A modification of this sample should use a different port address default.

Source files of the sample