    Copyright 1995 Sentinet Ltd
    All rights reserved.

    Lyndon David and Tom Brock

    Redistribution and use in any form are permitted provided that the
    following restrictions are are met:
	1.  Source distributions must retain this entire copyright notice
	    and comment.
	2.  Binary distributions must include the acknowledgement "This
	    product includes software developed by Lyndon David" in the
	    documentation or other materials provided with the
	    distribution.  This must not be represented as an endorsement
	    or promotion without specific prior written permission.
	3.  The origin of this software must not be misrepresented, either
	    by explicit claim or by omission.  Credits must appear in the
	    source and documentation.
	4.  Altered versions must be plainly marked as such in the source
	    and documentation and must not be misrepresented as being the
	    original software.
    This software is provided "as is" and without any express or implied
    warranties, including, without limitation, the implied warranties of
    merchantability and fitness for a particular purpose.


SCCS revision @(#)README	2.1 5/20/95


Send_waitfor is a small C program to help automate the process of
dialing a remote machine with a modem and logging in. The scripts
supplied show some examples of how it can be used within aegis
scripts to automate the whole process. 

dial_script is the master script. It will require customizing
to make it work with your application and is provided as an example.

dcd is a small aegis script called by dial_script to look for
the the carrier dropping and so signify that the modem has
hung up.

hangup forces the modem to hang up by dropping dtr for a short
time.

These scripts assume that you have configured your modem so that
dcd follows the state of the carrier and that the modem will
hangup by dropping dtr. This is not the default configuration
for many modems.

To compile send_waitfor.c:

/com/cc send_waitfor.c
chn send_waitfor.bin send_waitfor

Please send any comments or bug reports to
lyndond@sentinet.demon.co.uk.
