Yet another scotty snapshot.

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Wed, 8 Mar 1995 20:47:04 +0100

Hi!

I moved my current scotty sources (based on Tcl7.4 and Tk4.0) to our
ftp site so that interested people can take a look at it. Here is a
small list of changes since the 1.99.1 snapshot:

o Included the msqltcl interface written by Hakan Soderstrom and
wrote a script to create and fill some SQL tables. Look in the
bones directory. (configure --with-msql)

o Lots of fixes and enhancements to the SNMP code. The most
important changes are:

- The mib load command automatically searches mib files in
$scotty_lib/site and $scotty_lib/mibs.

- A new command, mib tc, provides access to textual conventions.

- A new wait command allows to wait until all pending request
on a SNMP handle have been finished. Really needed to write
asynchronous SNMP code.

- A mib walk command to walk the mib tree as loaded from the mib
files. Useful to build MIB browser or code generators.

- A binding mechanism for writing SNMP agents: Instead of defining
Tcl variable traces to implement behaviour of SNMP instances,
you can bind a procedure on a MIB tree node. This makes code
much more readable.

o Added a first version of the gdmo parser. Needs to be cleaned up
and it currently requires flex to compile. (configure --with-gdmo)

o A major cleanup of the CMIP interface.

You will find the sources at:

ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/scotty-1.99.2.tar.gz

Juergen