This is NEC USA NWSL beta version of Socks5Watcher. This is
a monitoring program that works in conjunction with Socks5
and is required to use the Socks5Cop and/or socks5mon
programs.


CONTENTS

socks5watcher   -- Socks5Watcher executable.
Copyright       -- the copyright and use notice.

libmon.a        -- Socks5Watcher library.
monConfig.h     -- Socks5Watcher header file.
monMmap.h       -- Socks5Watcher header file.
monMsg.h        -- Socks5Watcher header file.
monPort.h       -- Socks5Watcher header file.
monSocks.h      -- Socks5Watcher header file.


USAGE

The SOCKS5 server MUST BE configured "--with-monitor=<path>" for
Socks5Watcher to work.  See the README file with the Socks5
distribution for more information.

This program is typically executed without any command line
arguments.  It will create two temporary files:

/tmp/monitor.mmap
/tmp/monitor.fifo

If this files already exist and you do not have the proper file
access permissions to delete them, then Socks5Watcher will not
run.  Use the 'ps' command to verify Socks5Watcher is running.

For System V type machines:

	% ./socks5watcher
	% ps -deaf | grep socks5watcher

For BSD type hosts:

	% ./socks5watcher
	% ps -aux | grep socks5watcher

For testing, running socks5watcher with a command line argument of
"--foreground" will prevent the from becoming a daemon. This will 
also make the application log messages to stdout.

A man page will be release with a later version.  More information
about SOCKS and this application can be found at http://www.socks.nec.com

NEC USA, Inc.
Networking Systems Lab
