home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 367.lha / netclock / netclock.doc.pp / netclock.doc
Encoding:
Text File  |  1990-05-03  |  4.5 KB  |  91 lines

  1. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  2. /* |_o_o|\\ Copyright (c) 1990 The Software Distillery.  All Rights Reserved */
  3. /* |. o.| || This program may not be distributed without the permission of   */
  4. /* | .  | || the authors.                                                    */
  5. /* | o  | ||    Dave Baker     Ed Burnette  Jay Denebeim John Mainwaring     */
  6. /* |  . |//     Gordon Keener  Jack Rouse   John Toebes  Doug Walker         */
  7. /* ======                    BBS:(919)-471-6436                              */ 
  8. /*                                                                           */
  9. /* Doug Walker, 405 B3 Gooseneck Dr, Cary, NC 27513 USA
  10. /* USENET: ...mcnc!rti!sas!walker   BIX: djwalker   PLINK: dwalker           */
  11. /*                                                                           */
  12. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  13. NetKeys is Copyright © 1989, 1990 The Software Distillery.
  14. Permission is granted to distribute programs and data in this distribution
  15. provided the following conditions are met:
  16.  
  17.    1.  All files present in the distribution package must be redistributed
  18.        with the package, including this documentation file.  If you 
  19.        distribute on diskette, all files must be on a single diskette.
  20.  
  21.    2.  The distributor may charge a fee to recover distribution costs.
  22.        The fee for diskette distribution should not be more than the cost 
  23.        to obtain the same diskette from Fred Fish or The Software Distillery,
  24.        whichever is greater.  Current charge from The Software Distillery
  25.        is $6 per disk, including all postage and handling charges.
  26.  
  27.    3.  The distributor agrees to cease distributing the programs and data
  28.        involved if requested to do so by authors or any member of The 
  29.        Software Distillery.
  30.  
  31. ------------------------------DISCLAIMER
  32.  
  33. Neither The Software Distillery nor any of its members will be held liable for 
  34. any damage arising from the failure of this program to perform as described,
  35. or any destruction of other programs or data residing on a system 
  36. attempting to run the program.  While we expect no damaging errors, the 
  37. user of this program uses it at his or her own risk.
  38.  
  39. ------------------------------ACKNOWLEDGEMENTS
  40.  Written in Lattice C V5.05.  Thanks to Matt Dillon for DNET!
  41.  
  42. Contributions to continue development of this and other fine products for the
  43. Amiga should be sent to the Software Distillery at the above address.
  44.  
  45. Other Products produced by the Software Distillery are:
  46.    BLINK      - the Turbo-charged Alink replacement
  47.    HACK       - The Amiga port of the famous UNIX game
  48.    LARN       - Another famous UNIX game
  49.    MEMWATCH   - Protects your machine from random trashes
  50.    MEMLIB     - A library of memory debugging routines
  51.    MAKE       - A software development tool one shouldn't be without
  52.    KERMIT     - The World renown file transfer protocol brought to the Amiga
  53.    ICONEXEC, SETALTERNATE, SETWINDOW - Icon manipulation tools
  54.    TSIZE      - A short utility for determining directory sizes.
  55.    POPCLI     - A hotkey utility and screen blanker.
  56.    PICKPACKET - A tutorial program for learning about the DOS packet interface
  57.    NET:       - An Amiga-to-Amiga network file system running on either the 
  58.                 parallel or serial ports with no additional hardware.
  59.    FILEHANDLER- An example file system written entirely in C
  60.    
  61.  
  62. All of these are available on our BBS.
  63.  
  64. -----------------------------THE GOOD STUFF
  65.  
  66. NETCLOCK sets the clock on one Amiga from the clock on a second Amiga.  This is
  67. handy if you have a stripped-down Amiga 1000 with no built-in clock hooked up
  68. via DNET with another Amiga, over the phone or via null modem.
  69.  
  70. NETCLOCK uses Matt Dillon's DNET networking package.  DNET is freely redist-
  71. ributable, available on Fred Fish #294 and on all the major nets.  Follow the
  72. directions that come with DNET to establish the connection.
  73.  
  74. DNET uses the file S:DNET.SERVERS to locate server programs; you will need to 
  75. add a line like
  76.  
  77. 9496   sys:dnet/sclock  ram:   ;NETCLOCK server
  78.  
  79. in order for DNET to find the NETCLOCK server.  Change the path to reflect
  80. the actual path of the server, but don't modify the number 9496.
  81.  
  82. To run NETCLOCK, just type NETCLOCK.  There are no options.  The clock on the
  83. machine you type the command on will be set by the clock of the remote machine.
  84. It's only accurate to within a few seconds, but it's better than nothing!
  85.  
  86. ------------------------------DISTRIBUTION LIST
  87.  
  88. netclock.doc                4649
  89. netclock                    8012
  90. sclock                      5608
  91.