Netinfo - Protocol, service, network,host and ether info.

Copyright (c) 2004-2014 Stuart Cassoff

The netinfo Tcl extension provides access to
system protocol, service, network and host information which is
retrieved from system databases and made available for querying.

License: ISC

Installation:

From source:
$ tar xzf netinfo-0.6.tar.gz
The only files needed are netinfo.tcl and pkgIndex.tcl.
They should be placed somewhere where [package require] can find them.
You might also want to install the man page, netinfo.n.

Install using the SPITE version:
$ gunzip < netinfo-0.6.spite.gz | sh -s -- --install

To get all installation options:
$ gunzip < netinfo-0.6.spite.gz | sh


Tests:
You can run netinfo_test.tcl which will test out a few things.


Examples:
Some example files have been provided as well.
  nid.tcl    Prints the results of a few Netinfo commands.
  tknib.tcl  Tk Netinfo Browser
