This directory contains Tcl packages written for the Tnm Tcl
extension. These packages provide a library of useful procedures
that can be easily embedded into management applications.

Here is a short list of the contents of these files:

TnmDialog.tcl	-- Some frequently used dialog boxes. See the TnmDialog(n)
		   man page for a list of exported procedures.

TnmInet.tcl	-- Contains a collection of TCP/IP procedures to access
		   basic Internet serivces. See the TnmInet(n) man page
		   for a list of exported procedures.

TnmMap.tcl	-- A collection of utility procedures for network maps.
		   See the TnmMap(n) map page for a list of exported
		   procedures.

TnmMib.tcl	-- Contains the TnmMib package. See the TnmMib(n) man
		   page for a list of exported procedures.

output.tcl	-- An output window that I use frequently to display
		   arbitrary text.

snmp.tcl	-- Some utilities to pretty print SNMP information.
		   These utilities call the proc writeln to write the
		   text to whatever you want. If you alias writeln
		   with puts, you get all to stdout. The output window
		   (see above) defines writeln to write to the text
		   widget.

monitor.tcl	-- A set of low-level monitoring procedures that interact
		   with applications using the event command. This file
		   includes code to monitor SNMP variables, to monitor
		   SNMP variable value changes, to monitor SNMP sysUpTime
		   discontinuities and to monitor the interface load.

maphtml.tcl	-- Procedures that convert a map into a set of HTML
		   files.
