Softimage TCP Server



This plugin provides 2 examples of a TCP/IP server implementation for Softimage. The first example is a C# server which manages client connections asynchronously and can execute requests received from client connections.


The XSIClientSample command-line application can be used for sending requests to the Softimage server.

The second example is a python TCP server which also manage client connections asynchronously. The tcpclient.py example can be used for sending requests to the TCP server.