home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Network / infosystems / RUsers.910A.README < prev    next >
Encoding:
Text File  |  1993-10-11  |  3.0 KB  |  81 lines

  1. Copyright 1992 by Eric P. Scott.  All rights reserved.
  2.  
  3. RUsers Prototype 9209A demonstrates a graphical interface to the
  4. rusers protocol.  It is a complete reimplementation rather than
  5. a front end to the command-line rusers program.  While this
  6. version only runs under NeXTstep, it is capable of monitoring any
  7. system which provides the rusers version 2 RPC server.  [While
  8. that includes VAX/VMS systems with TGV MultiNet, VMS users will
  9. never appear to be logged onto the "console" device.]  Note that
  10. NeXT managed to "break" rpc.rusersd in Release 2.0 (it's prone to
  11. dropping dead, particularly when no one's logged in).  I
  12. understand that this is only one of several network programs
  13. known to be buggy in 2.x that NeXT still has NOT fixed in 3.0.
  14. You won't have problem with Sun (or any other UNIX vendor I'm
  15. aware of)--theirs "just works ... out of the box."
  16.  
  17.  
  18. Documentation:
  19.  
  20.   README        This file.
  21.   MapView.rtf        Description of the class that does most
  22.             of the grunt work.
  23.             
  24. Executables:
  25.  
  26.   RUsers.app        Executable and friends.
  27.   1.0/rpc.rusersd    Viable replacement for NeXT's broken 
  28.             /usr/etc/rpc.rusersd in NeXT Software
  29.             Release 2.x.
  30.  
  31. Images with reserved names:
  32.  
  33.   down.tiff        Machine doesn't respond.
  34.             (Raised arrow pointing downward.)
  35.   nobody.tiff        Machine is up, no users.
  36.             (Raised arrow pointing upward.)
  37.   somebody.tiff        Someone logged in remotely.
  38.             (As above, with dot.)
  39.   unknown.tiff        Someone logged into console, no NeXT Mail
  40.             picture.  (Generic face.)
  41.   balloon.tiff        Cursor to display when mouse down will do
  42.             something interesting.  Its "hot spot" is
  43.             hardcoded in the sample application.  :-(
  44.  
  45. Images that may or may not be useful:
  46.  
  47.   macrgb.tiff        Macintosh(R) RGB monitor (to represent
  48.             A/UX).  {24,45,64,64}
  49.   macII.tiff        Same, but resting on top of a Mac II.
  50.   megapixel.tiff    NeXT grayscale display.  {21,35,64,64}
  51.   pint-of-milk.tiff    Can be used for machines whose pictures
  52.             are "missing."  {2,13,64,64}
  53.   quart-of-milk.tiff    Ditto.  {2,98,64,64}
  54.  
  55.     Numbers in {braces} indicate suggested "people" inlay.
  56.  
  57.   sef+.tiff        The search for NeXT Mail pictures can be
  58.               preempted by placing an appropriately-
  59.             named file in the .app wrapper.
  60.             
  61.  
  62. Before you can use RUsers, you'll need to create a configuration
  63. file describing your network.  (The format is described in
  64. MapView.rtf.)  When RUsers starts up, it looks at the NXOpen
  65. default for the name of the configuration file to use.  If that
  66. doesn't work, it looks in its .app wrapper for config@<hostname>
  67. where <hostname> is replaced by your hostname string (unless it
  68. happens to be localhost), and then simply config.
  69.  
  70. Other trivia: The position and size of the window is saved in the
  71. MapFrame default.  (This is actually describes the content
  72. rectangle.)  A different strategy will be needed if a future
  73. version supports multiple MapViews.
  74.  
  75. When the "Update" menu item undims, RUsers is no longer obtaining
  76. current information.  Click to initiate another survey.
  77.  
  78. --> I want more machine images!  (Especially the popular ones.)
  79.  
  80. Author's e-mail address: eps@cs.sfsu.edu, NeXT Mail discouraged.
  81.