home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / time / NTSNTP27.ZIP / README.TXT < prev    next >
Text File  |  1996-02-19  |  5KB  |  137 lines

  1.  
  2. WEB SITE:    You can always find the latest versions of WinSNTP as well
  3.         as other useful information by checking our Web site.  You
  4.         can find Solaris Technologies Home Page at:
  5.  
  6.             http://www.solaris.com
  7.  
  8.  
  9.  
  10. IMPORTANT!!!!!  This is the 32 BIT version of WinSNTP and is designed to
  11.          run under Windows NT and Windows 95.  You should get version
  12.         1.9 (WSNTP19F.ZIP) for Windows and Windows for Workgroups.
  13.  
  14.  
  15.  
  16.  
  17. WinSNTP
  18. -------
  19.  
  20. WinSNTP is an implementation of the Simple Network Time Protocol and
  21. runs as a Windows application.  SNTP is a subset of the Network Time
  22. Protocol described in RFC-1305.  NTP is a set of algorithms
  23. and protocol that is designed to keep a distributed set of computer
  24. clocks synchronized to the correct time with a very high degree of
  25. accuracy.
  26.  
  27. WinSNTP uses SNTP to synchronize the clock of a PC running Windows
  28. to within 100-200 mS of the time information provided
  29. by an NTP server.  The time is corrected for differences in time zones
  30. and daylight savings time.  WinSNTP will periodically poll the NTP
  31. server in order to keep the PC clock accurate within a configurable
  32. limit.  The poll interval is extended or reduced to maintain the
  33. accuracy of the PC clock and balance this with the load placed on the
  34. NTP server.
  35.  
  36. WinSNTP uses the Winsock TCP/IP Sockets interface to access the network
  37. services required to implement SNTP.  WinSNTP has been tested with a
  38. large number of Winsock compliant TCP/IP products and verified for
  39. correct operation.  See the WinSNTP Help information for a list of
  40. the TCP/IP stacks known to interoperate at the time of release.
  41.  
  42. To use WinSNTP you need a PC running Microsoft Windows equipped with
  43. network access and a Winsock compliant TCP/IP implementation.  WinSNTP
  44. will operate correctly over a wide range of different network connections
  45. from SLIP links to high speed local area networks.
  46.  
  47. You will also need access to an NTP server - contact you local system
  48. or network administrator for pointers to a nearby NTP server.
  49.  
  50. WinSNTP has extensive help and configuration information that provides
  51. an on-line reference and users guide.
  52.  
  53.  
  54. Note on BWCC32.DLL
  55. ------------------
  56.  
  57. BWCC32.DLL is a dynamic link library containing the Borland Custom Window
  58. Controls.  This DLL is commonly used to give applications a more modern
  59. look and feel than the original Windows style of controls and windows.
  60.  
  61. While BWCC32.DLL is BACKWARD compatible with earlier versions, WinSNTP requires
  62. a compatible release of BWCC32.DLL.  WinSNTP will check the version of 
  63. BWCC32.DLL that is loaded when WinSNTP is run and will output a fatal 
  64. error message if the version of BWCC is incompatible.
  65.  
  66. When WinSNTP is run, it asks Windows to load the BWCC32.DLL; Windows will look
  67. in:
  68.     a) Memory to see if the DLL is already loaded.
  69.     b) The working directory
  70.     c) The WINDOWS\SYSTEM directory
  71.     d) All directories on the search path (DOS PATH)
  72. to try and locate the DLL.
  73.  
  74. Note that if you run another application that has an incompatible version
  75. of BWCC in its directory, the incompatible version will be loaded into memory
  76. and WinSNTP will issue its error message and abort.
  77.  
  78. The version of BWCC32.DLL supplied with WinSNTP is the latest version as of
  79. August 1994.  Its file size is 211,488 bytes.
  80.  
  81. If WinSNTP displays its fatal error that the version of BWCC found is
  82. back level, you need to find the incompatible versions of BWCC on your
  83. system AND DELETE THEM.  You should exit Windows BEFORE beginning your
  84. search since Windows locks a DLL when it is loaded.  You will not be able
  85. to delete a loaded DLL while Windows is running.
  86.  
  87. The best approach is to keep a single copy of BWCC32.DLL in your WINDOWS\SYSTEM
  88. directory and share this version across all the applications that use the
  89. Borland Custom Controls.  Not only will this save you disk space but it
  90. enables you to easily upgrade and manage your PC in the future.
  91.  
  92.  
  93. Installation
  94. ------------
  95.  
  96. Installation of WinSNTP is very straight forward.
  97.  
  98. 1. Create a directory on your hard drive;
  99.  
  100.     mkdir \winsntp
  101.  
  102. IMPORTANT!
  103. *********
  104. 2. Make sure that this directory is included in your DOS PATH
  105.    or alternatively, after you have unpacked the .ZIP file, copy
  106.    the file BWCC.DLL to a directory currently listed in the PATH
  107.    or to your WINDOWS\SYSTEM directory.
  108.  
  109.    WinSNTP requires BWCC.DLL to be available either in WINDOWS\SYSTEM
  110.    or in a directory in your PATH.  An error message will be displayed
  111.    if WinSNTP cannot load the file.
  112.  
  113. 3. Change to the newly created directory;
  114.  
  115.     cd \winsntp
  116.  
  117. 4. Unpack the .ZIP archive using PKUNZIP into the current directory;
  118.  
  119.     pkunzip a:ntsntp27.zip
  120.  
  121. 5. Run the Windows Program Manager.  Using the File|New option, create
  122.    a new program item called WinSNTP. Fill in the dialog box as follows;
  123.  
  124.     Description:        WinSNTP
  125.     Command Line:        x:\winsntp\winsntp.exe
  126.     Working Directory:    x:\winsntp
  127.  
  128.     Where x: is the drive containing the \winsntp directory.
  129.  
  130. 6. Copy the file BWCC32.DLL to your WINDOWS\SYSTEM directory and then
  131.    delete the copy in the \winsntp directory.  See the section Note on BWCC
  132.    above.
  133.  
  134.  
  135. Thats it!  You can run WinSNTP by double clicking on the WinSNTP icon.
  136.  
  137.