| 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.
|