home *** CD-ROM | disk | FTP | other *** search
/ nisttime.carsoncity.k12.mi.us / nisttime.carsoncity.k12.mi.us.tar / nisttime.carsoncity.k12.mi.us / pub / daytime / timeserver.info < prev    next >
Text File  |  2001-02-23  |  3KB  |  76 lines

  1.      The NIST Network Time Server is synchronized to the NIST cesium
  2. clock ensemble.  The server transmits time using three common internet
  3. protocols:  the daytime protocol, which uses tcp/ip port 13, the time
  4. protocol on udp/ip port 37 and the NTP (Network Time Protocol), which
  5. uses udp/ip port 123.  The tcp/ip protocol is the simplest one to use.  
  6. Its transmissions provide advance notice of leap seconds and of the 
  7. transitions to and from Daylight Saving Time (based on the US transition 
  8. dates of the first Sunday in April and the last Sunday in October).
  9.  
  10.      You can get a copy of the tcp/ip client software to access the NIST 
  11. network time servers via anonymous ftp from any NIST time server.  For 
  12. example, use ftp to connect to
  13.  
  14.     time-b.timefreq.bldrdoc.gov
  15.  
  16. and the software is in directory /pub/daytime.  In that directory
  17. you will find the source code and the makefile for building a 
  18. version for any BSD-compatible UNIX machine.  The program will also
  19. work unchanged on many machines that are based on System V but have 
  20. the ability to emulate BSD Sockets.  Instructions are in file 
  21. nistime.man.  After you have built the client software to access 
  22. the NIST server, you may run it manually at any time or you may run 
  23. it periodically using utilities such as "cron" or something equivalent.  
  24. If you wish to use it to set the time as part of the bootstrap process, 
  25. then you should add a call to run it from the startup script, which is 
  26. usually in a file named /etc/rc.local.  
  27.  
  28.      This code can also be used on an MSDOS PC if it has TCP/IP with a 
  29. network interface that emulates BSD sockets.  If your PC meets
  30. this requirement, you may use the same source code or you may 
  31. copy the compiled and linked MSDOS program from the same directory.  
  32. Two version of this program are available depending on what kind
  33. of network software you have.  If you have tcp/ip software (such
  34. as PC/TCP), then you can use nistimen.exe.  Instructions for using 
  35. it are in file nistimen.man;  if you have a packet-driver, the
  36. corresponding files are nistimep.exe and nistimep.man.  Note that 
  37. while both .man files are normal text files, you must copy the 
  38. .exe files in binary (image) mode.
  39.  
  40.      This directory also has compiled and linked versions for Windows
  41. systems.  The file nistimew.exe is for Windows 3.x/95/98 and 
  42. nistime-32bit.exe is for Windows 98/2000/NT/Me.  All of the versions will 
  43. probably work in most Windows environments, but only the 32-bit version can 
  44. set the clock on an NT system.  
  45.  
  46.      There are other programs available via anonymous ftp from
  47. the same server such as the current version of the ACTS software.
  48. This software connects to our time service via normal dial-up
  49. telephone lines. It can be configured to run either in a UNIX 
  50. (BSD or System V derivative) or MS-DOS (IBM-PC or equivalent) 
  51. environment.  This software is in directory /pub/acts.  
  52.  
  53.      Additional technical information is available by sending
  54. a specific message to time@time.nist.gov or by calling 
  55.  
  56. Judah Levine
  57. Time and Frequency Division
  58. NIST
  59. (303) 497 3903
  60.  
  61. Comments in writing may be addressed to:
  62.  
  63. Network Time Service
  64. Joint Institute for Laboratory Astrophysics
  65. Campus Box 440
  66. University of Colorado
  67. Boulder, Colorado 80309
  68.  
  69. or
  70.  
  71. Network Time Service
  72. Time and Frequency Division - 847
  73. National Institute of Standards and Technology
  74. 325 Broadway
  75. Boulder, Colorado 80303
  76.