Simple Client-Server
Tinynet Simple telnet for Windows
   
Description 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.
   
Running Tinynet The tinynet host program is “*plus/cs/tinynet”. It can be run like any other program on the system and once initiated will monitor for connections on port 23 (the standard telnet port) by default. If desired, you can change this port by either by issuing a CALL and passing a new port number as a string in the first argument or by launching the program with a –ARG <portid> in the command line.

For Example:

CALL “*plus/cs/tinynet”, “10000”

The above call would launch the tinynet host program to monitor port 10000 as opposed to the default of 23.