home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / packetcl / wp.doc < prev   
Text File  |  1989-01-05  |  2KB  |  47 lines

  1.  
  2.  
  3.  
  4.            WP Cache Server Functions
  5.  
  6.  
  7.  
  8.      The WP Cache server collects data releated to callsigns
  9.      and answers queries using that data.
  10.  
  11.      The data is collected from WP messages transiting the MailBox,
  12.      message headers, and logged in users.
  13.  
  14.      Callsigns are kept in 3 different classes; users that have logged
  15.      in to your system, MailBoxes that have been noticed in message headers,
  16.      and users of other MailBoxes seen in WP Update messages.
  17.  
  18.      The data collected on each call is; Callsign, Home BBS,
  19.      Zip or Postal Code, Name, QTH.
  20.  
  21.  
  22.      The "I" group of commands are used to view the data,
  23.      the EU command is used to manually change it if required.
  24.  
  25.  
  26.      A WP query is a message addressed to WP. Each line of the message
  27.      is the callsign, a space, and a question mark. WP returns a line
  28.      containing all information about that callsign.
  29.  
  30.      There are several parameters in CONFIG.MB to control the operation of WP:
  31.  
  32.      1) The global WP Server callsign.
  33.     If this is blank, then you will act as Global WP Server.
  34.  
  35.      2) The YES/NO tag that turns on Cache Server operation.
  36.     If this is NO, then no WP Server operation is enabled.
  37.  
  38.      3) The YES/NO tag that turns on @ BBS checking for messages.
  39.  
  40.      4) The number of days to retain inactive callsigns.
  41.     Note that a 0 here means "retain forever."
  42.  
  43.     There are 4 flavors, see config.mb for details.
  44.  
  45.      5) How often to refresh local user data to the global WP.
  46.  
  47.