home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / netdate / ReadMe1st < prev    next >
Encoding:
Text File  |  1996-11-17  |  2.1 KB  |  75 lines

  1. ReadMe1st file for netdate (v1.0)
  2. ==========================
  3.  
  4. This archive (release.zip) contains the following files:
  5.  
  6. Disclaimer    Original disclaimer from unix source code
  7. ManPage        A plain text version of the unix man page
  8. netdate        The netdate binary itself
  9. README        Original README from the unix source archive
  10. ReadMe1st    This file
  11. SetClock    An example file showing how to use netdate (for demon)
  12.  
  13.  
  14. Syntax:
  15.  
  16. netdate [-v] [-l limit] [-d] <hostname> ...
  17.  
  18. -v = verbose
  19. -l = time difference limit
  20. -d = debug
  21.  
  22. <hostname> ... = one or more hostnames to fetch the time from
  23. [ they must be running a 'udp time server' ]
  24.  
  25. I recommend copying the netdate binary into either !Internet.bin
  26. or !FreeNet.bin, depending on whether you are running the acorn or
  27. freenet internet stack, respectively.
  28.  
  29. ---
  30.  
  31. This archive contains what is basically a rough and ready hack of the
  32. unix/linux netdate client. It's not elegant, it's not pretty, but it
  33. does work.
  34.  
  35. It uses the network time protocol to query the servers passed as arguements,
  36. and, if more than one server is listed, it will use alogorithms to works out
  37. which server appears to be the 'most right' compared to the others.
  38.  
  39. To use it, just do something like:
  40.  
  41. netdate ntp.demon.co.uk ntp1.demon.co.uk ntp2.demon.co.uk
  42.  
  43. It will output the times from each of the 3 servers, then pick the
  44. best, and output the time it is setting, and the data from the
  45. best server. If no 2 of the servers differ by less than 20 seconds,
  46. the clock will not be set. To change this limit, do:
  47.  
  48. netdate -l 200 ntp.demon.co.uk ntp1.demon.co.uk ntp2.demon.co.uk
  49.  
  50. which will ensure the servers agree to within 200 seconds.
  51.  
  52. You can list localhost as one of the servers. This will give the present
  53. time on your computer a 'vote'.
  54.  
  55.  
  56.  
  57.  
  58. This is a binary only distribution. The source is available from:
  59.  
  60. ftp://ftp.barnet.ac.uk/pub/Acorn/netdate/source.zip
  61.  
  62.  
  63. The lastest version of this software is available from:
  64.  
  65. ftp://ftp.barnet.ac.uk/pub/Acorn/netdate/netdate.zip
  66.  
  67.  
  68. Any bug reports, queries, suggestions should be sent to:
  69.  
  70. J.Heenan@ftp.barnet.ac.uk
  71.  
  72.  
  73. Thanks to Carol Carpenter from Barnet College for allowing me space on
  74. their ftp server.
  75.