Heres my plan (in java) :

A program runs at interval of x minutes on one of the local machines.

This program uses the local address and .htm page of the modem to read the
web page that contains the IP and DNS addresses of the current condition
of the modem.

Each line that comes back from the modem that contains an IP address is
stored in an array.

At the end of the web page, the program compares these values sequentially
to the values stored by the previous run (in a file.)

If any value has changed (or if the comparison file does not exist, as in
the first run,) the program formats and sends an email containing the new
IP addresses.

The program re-writes the file containing the current status.

Parameters required by the program:

X  minutes interval to run (could be run daily from WIN scheduler.)

HTTP  - address of the modem page containing the current status (
http://192.168.0.111/homeBS.htm <http://192.168.0.111/homeBS.htm>  is mine)

EMAIL  address to send the notification.

NET  identifies the network (to be included in the notification.)

SMTP  mailserver name

USER  mailserver user name

PASSWORD  mailserver password

Any suggestions?

Paul Putkowski
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to