home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / VARIE / WS_WATCH / WS_WATCH.TXT < prev    next >
Encoding:
Text File  |  1995-02-19  |  7.2 KB  |  162 lines

  1.       Windows Sockets Net Watch - Alpha version 15 - 95.02.19
  2.       Copyright (C) 1995 John A. Junod.   All rights reserved.
  3.  
  4.       PLEASE LOOK AT THE UPDATE NOTES AT THE END OF THIS FILE!!
  5.  
  6.                PLEASE LOOK AT THE ON LINE HELP FILE!
  7.  
  8.      Please also read the additional information in WSWATCH1.TXT
  9.                written by Colin Seymour (THANKS!).
  10.  
  11. This program in its current version may be freely distributed and may
  12. be freely used.  This may or may not be true of all future versions.
  13. The ONLY restriction is that this version may NOT be SOLD.  You can
  14. include it on distribution diskettes and cd-rom's provided such is not
  15. for the sole purpose of distributing this program.  Documentation
  16. accompaning such distribution must contain this notice and the statement
  17. that WS_WATCH is copyright 1995 John A. Junod. (refer to on-line help)
  18.  
  19. This is strictly an expermental program.  Further development is
  20. dependant on feedback that I receive and my free time (very minimal
  21. at the moment!).
  22.  
  23. This program requires Windows NT or Win32s and a working Windows 
  24. Sockets DLL. (it works best on Windows NT or Windows 95)
  25.  
  26. The purpose of this program is to make active checks on hosts that are
  27. listed in its database file.  This program is designed to work on any
  28. Winsock DLL in Windows 3.x, however it works much better on one that 
  29. supports raw sockets (such as Ipswitch's Acadia, FTP PC/TCP, Novell LWP,
  30. Trumpet Winsock, Netmanage, etc..).  It DOES work on Microsoft's TCP/IP 
  31. stack for Windows for Workgroups however it uses a completely different 
  32. method for determining if a host is up or not.
  33. (This MAY not work with your Microsoft TCP/IP-32 under your Win32s.)
  34.  
  35. This program reads .DB files created by my EGA Netwatch program (which
  36. requires FTP's PC/TCP to work).  There is some editing capability built
  37. into this program.
  38.  
  39. Session settings are saved in the WS_WATCH.INI file in your WINDOWS
  40. or WINNT directory.  It is safe to delete this file anytime you want
  41. to set things back to default.
  42.  
  43. This program has been tested on:
  44.   Windows NT 3.5 - Microsoft TCP/IP
  45.   Windows 95 - Microsoft TCP/IP
  46.   Windows for Workgroups 3.11 - Ipswitch Acadia 1.0 - Win32s 1.2
  47.   Windows for Workgroups 3.11 - SuperTCP - Win32s 1.2
  48.   Windows for Workgroups 3.11 - Trumpet 2.0b - Win32s 1.2
  49.  
  50. Hints and Known problems:
  51.  
  52.   DON'T EXIT THIS PROGRAM WHILE A CHECK IS IN PROGRESS!  If you do,
  53.     you may have to reboot the system to rerun the program or to 
  54.     remove file concurrency errors on the EXE.
  55.  
  56.   Appears to be a bug when running on Win32s on the Microsoft TCP/IP
  57.     stack.  Works on some systems and not on others.  Program seems
  58.     to time-out on all remaining hosts after the first host fails.
  59.     This MAY be a problem in my timer routines so I'm looking at that.
  60.  
  61.   You MAY have to move other lines out of the way before you can
  62.     reference the line you want.  When deleting a line, you need to
  63.     try to click on an end of the line where no other lines meet it.
  64.  
  65. 94.10.24
  66.   First public alpha release
  67. 94.10.25
  68.   Hopefully a fix for WFWG 3.11, Win32s 1.15s, MS TCP/IP
  69.   Hosts are assumed down unless they answer a check.
  70. 94.10.26
  71.   Fixed yellow color
  72.   Added background option (grey or desktop)
  73.   Added show timer option (in title)
  74.   Increased max time between checks to 60000 seconds
  75. 94.10.28
  76.   Added ability to edit lines.  I'm not trying to write a CAD
  77.     program here, so please don't blast me on how its done. 
  78.     However, if you have an idea on how it can be done better
  79.     let me know. (Algoritims are the best help!)  Adding, 
  80.     deleting and moving lines is done with the right mouse button.
  81.   Added simple help to the editor.
  82.   Changed some defaults.
  83. 94.11.04
  84.   No longer hits telnet port on check.
  85.   Accepts command line variable of database name.
  86.   Default database name can be changed by adding a FILE= parameter
  87.     to the options section of the INI file.
  88. 94.12.06
  89.   Fix for long ip addresses
  90.   Editor changes, may not be better but I'm working on it.
  91. 94.12.12
  92.   Check out the menu available by RIGHT clicking on a host or the
  93.     screen.  The NETBEUI option is NOT complete, nor is the New->Line
  94.     menu item.  The EDIT mode will eventually disappear. Not all
  95.     menu items work yet....
  96.   Added LOOKUP, FINGER and WHOIS tools.
  97. 95.01.14
  98.   Added Microsoft ICMP support.  If you are running on Windows NT or
  99.     Windows 95 with Microsoft TCP/IP, turn the "Raw Socket" off and
  100.     turn "Microsoft ICMP" on.  I NEED FEEDBACK AS SOON AS POSSIBLE
  101.     IF THIS WORKS ON YOUR CONFIGURATION!  This thing is supposed to
  102.     work correctly regardless of settings but these options allow 
  103.     you to modify the automatic workings of guts.  If WS_WATCH uses
  104.     MS_ICMP, you will have a RTT (round trip time) in the popup
  105.     window when you hold the left mouse button down on a host.
  106.   Hosts turn red immediately for all errors except Time-Out.
  107.  
  108. 95.01.15
  109.   Modified Microsoft ICMP support where it inaccurately depicted
  110.     a host's status.
  111.   Fixed blanking of hosts
  112.  
  113. 95.01.16
  114.   Added Traceroute support IF you are using the Microsoft TCP/IP 32
  115.     stack.  Only tested on Windows NT and Windows 95.
  116.   Added Ping Tool support IF you are using the Microsoft TCP/IP 32
  117.     stack.  Only tested on Windows NT and Windows 95.
  118.   Added a "Fixed font in tools" option
  119.   Wider CHK button
  120.   Line below menu
  121.  
  122. 95.02.11
  123.   Added support for raw sockets ping and traceroute tools
  124.     Raw socket Traceroute only works correctly on Trumpet
  125.   Better checks for stack (still not perfect!)
  126.   This release is premature but was necessary due to improved
  127.     SuperTCP support for MIL sites.
  128.   Support names up to 26 chars long instead of ip addresses (This may
  129.     cause extended delays if a host can't be resolved, thus the
  130.     addition of the Abt (abort) button)
  131.   Added Abt Button (aborts current net operation if one is happening)
  132.   Added HELP file!
  133.   Resizable windows in most tools.
  134.  
  135. 95.02.19
  136.   Plugged resource leak when minimized.
  137.   Added object icons and related options.
  138.   Added color dialog so you can change colors for some items.  Note
  139.     that some items MUST be solid colors.  If you use a non-solid
  140.     color, the nearest solid color is used.
  141.   Added the ability to move hosts and lines from the main window
  142.     by holding the SHIFT key down and using the LEFT or RIGHT
  143.     mouse buttons to drag an item to a new location
  144.   Added an option of "Disable Auto Check" so WS_Watch will only
  145.     update the display when you press the CHK button
  146.   Expanded "hot" zone for detecting mouse clicks on an item
  147.   Updated HELP File
  148.   Enabled sound option.  This plays the DOWN.WAV file when an item
  149.     has missed 4 consecutive checks.  It continues to play it until
  150.     you press the Qui button or press the space_bar or ESC or q keys.
  151.     You can replace the file with whatever you want.  Anyone got a
  152.     siren?  If a host does go down, the UP.WAV file is played when
  153.     all down items become good again.
  154.   Included WSWATCH1.TXT, additional information written by Colin Seymour
  155.  
  156. -------------------------------------------------------------------------
  157. John A. Junod            <junodj@css583.gordon.army.mil>
  158. 267 Hillwood Street      
  159. Martinez GA 30907        <72321.366@compuserve.com>
  160. (706)-860-2671/5308
  161.  
  162.