home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / PMSN130.LZH / PMSNOOP.DOC next >
Text File  |  1991-10-01  |  3KB  |  86 lines

  1.  
  2. PmSnoop 1.30 Release Notes, Mon  09-30-1991
  3. -------------------------------------------
  4.  
  5. - I have rewritten PmSnoop so that I can distribute the source code.
  6.   The fancier font selection dialog had to be replaced.  When OS/2
  7.   2.00 is out,  I'll change it so that it uses the new system
  8.   provided dialog.
  9.  
  10. - I added a check in SnoopOpen() that will stop it from causing a
  11.   trap if a program erroneously tries to open a NULL pipe.
  12.  
  13.  
  14. PmSnoop,  What is it?
  15. ---------------------
  16.  
  17. PmSnoop is the client end of a client/server pair.  It simply
  18. displays text messages sent by the server.   The original server was
  19. Maximus/2.  BinkleyTerm,  Maxine and other programs have been
  20. updated to support PmSnoop as well.  All PmSnoop server programs use
  21. the Snoop API in SnServer.Dll to send messages to PmSnoop.exe.
  22.  
  23. Since SnServer.Dll uses named pipes,  the server program
  24. (Maximus/Bink) can be on a different computer than PmSnoop.  This
  25. allows the sysop to monitor several programs from a central
  26. location.   It is also useful on for the non-lan-sysop,  who wants
  27. to run the bbs session as a full screen session (since it will run
  28. faster that way than in a window),  yet monitor it from the PM
  29. desktop.
  30.  
  31. SnServer.Dll is used only by the server programs (Maxp.exe, btp.exe,
  32. etc).  PmSnoop.exe does not require it.
  33.  
  34. Using PmSnoop
  35. -------------
  36.  
  37. Each copy of PmSnoop monitors one "bbs session".  All server
  38. programs that run in that session, that support snooping,  should
  39. use the same pipe name.  Each "bbs session" should use a different
  40. pipe name.  To define the pipe name for a server program,  see the
  41. documentation for that program.
  42.  
  43. PmSnoop's pipe name can be passed on the command line,  or set via
  44. a dialog box.  For example:
  45.  
  46.  PMSNOOP \pipe\line1
  47.  
  48. The pipe name must always start with \pipe\,  unless it is
  49. referencing a pipe on another computer (a remote pipe),  in which
  50. case it should be of the form:
  51.  
  52.    \\server\pipe\line1
  53.  
  54. where 'server' is the Lan Manager (Lan Server) machine name of the
  55. computer running the bbs.   For this to work,  the server end of the
  56. remote pipe must be a Lan Manager server or peer server.  It should
  57. work with Novel's named pipe server,  but this is not supported.
  58.  
  59. WARRANTY
  60. --------
  61. This program is supplied "AS IS" without any warranty of any kind.
  62. It is a completely unsupported product.  Bug reports/suggestions
  63. will be listened to,  but not necessarily acted upon.
  64.  
  65. COPYRIGHT
  66. ---------
  67.  
  68. Copyright (C) 1989-91 A:WARE Inc.  All rights reserved.
  69.  
  70. PmSnoop and SnServer are free for nonprofit,  noncommercial use.
  71. All other usage must have prior written consent from A:WARE Inc.
  72.  
  73. A:WARE Inc. develops custom OS/2 applications,  device drivers,  and
  74. utilities.
  75.  
  76. A:WARE Inc.
  77. P.O. Box 670
  78. Adelaide St. Postal Stn.
  79. Toronto, Canada
  80. M5C 2J8.
  81.  
  82. Voice: (416)858-3222,  Peter Fitzsimmons.
  83. FidoNet: 1:250/628
  84. BBS: RT-LAB (416)867-9663
  85.  
  86.