
This directory contains a set of evolving scripts for scotty that can
be used with the tkined editor. They turn tkined into a small network
management system. The script files implement various tools grouped by
functionality:

manager.tcl	- Some commands to start new tools from within INED.
comm.tcl	- A script that allows you to remote control an INED editor.
ip_trouble.tcl	- Some small trouble shooting commands.
ip_monitor.tcl	- Simple monitoring of round trip times etc.
ip_discover.tcl	- Discovering ip nodes and networks.
ip_layout.tcl 	- These commands help you to layout your network.

Not very serious:

game.tcl	- A very simple game. (In fact the first tool for INED)
clock.tcl	- A very simple script showing GMT time.

Old stuff:

monitor-noselect.tcl - The old monitoring script that does not rely on
 		       the new job scheduler (which needs the select
		       call of extended tcl).
utils.tcl	     - Utilities that have been merged into tkined.

All these scripts are started by tkined. tkined parses its tkined.defaults
file for interpreter<x> lines (where <x> is a number) and starts every
script listed there whenever a new view is opened. The default entry
in tkined.defaults is:

tkined.interpreter1:    manager.tcl

This way manager.tcl gets started. If something fails, you will get an
error message in your xterm where you started tkined. If everything is
ok, a new entry will show up in the toolbox of tkined. Clicking on the
new entry will allow you to select one of the new commands provided by
the script. The manager.tcl script is just used to start the other
scripts found in scotty/tkined/*.

If you start one of these scripts directly, you will see something
like 'ined status'. This is correct since these scripts communicate
with tkined via a socket pair using stdin and stdout.
