| Overview |
The
*plus/cs directory contains two types of
simple client server interfaces which can be easily
tailored to suit your needs. The two interfaces are:
| Tinynet |
This
interface provides a simple TCP/IP raw telnet
like connection to a host system. Using this
server, telnet terminal emulators (such as
putty) that provide a raw telnet
style communication protocol can be used to
connect to a host system. The program is
primarily designed for use with Windows where
there is generally no telnet server; however,
it could be used with other host systems. |
| Host/client |
This is a
stripped down client server interface that
allows Windx workstations to connect to a
host system. It provides less functionality
than either the standard *nthost process or
the Application Server; however, due to the
use of the ONESHOT functionality, a single
port can be shared by multiple processes. |
These two interfaces take
advantage of the new ONESHOT capability of the PxPlus TCP
interface in order to allow multiple sessions to share a
single connection port.
|