home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 1 / QRZ Ham Radio Callsign Database - December 1993.iso / ucsd / packet / misc / ad15dis.exe / CONFIG.DOC < prev    next >
Encoding:
Text File  |  1991-01-20  |  6.8 KB  |  157 lines

  1. CONFIG.DOC   Documentation on ARESDATA.CFG for Version 1.5 for SYSOP
  2.  
  3. ARES/Data will not run correctly unless you have properly edited
  4. ARESDATA.CFG!  In addition, to set your callsign, you must edit
  5. STARTUP.xxx for the TNC type that you are using.  The call for the G8BPQ
  6. switch is setup by BPQCFG.TXT.  Please read this file carefully, and see
  7. the example on the distribution disk for a good config file.
  8.  
  9. Multiple comment lines starting with a semicolon are allowed anywhere in
  10. the file.  Each non-comment line begins in column 1 with a command
  11. identifier followed by several optional parameter values that can be in
  12. the form "value" or "identifier=value".  Follow each parameter
  13. definition with at least one space.  Look at the example ARESDATA.CFG
  14. for illustrations.  Below is a description of each configuration
  15. command.  Replace the square brackets and the parameter name inside with
  16. the value you desire for that parameter.  For string values, remove the
  17. double quotes when you enter the string in the config file.
  18.  
  19. journal [journalpath] [jrninterval]
  20.  
  21.         journalpath     is the drive:path for the ARESDATA.JRN file.
  22.         jrninterval     is the number of new database transactions
  23.                         between updates of the journal file. max=25.
  24.  
  25. backup [backuppath] [backupint]
  26.  
  27.         backuppath      is the drive:path for the .BAK files.
  28.         backupint       is the backup interval in number of new database
  29.                         transactions since the last backup. 0 means
  30.                         no backup.
  31.  
  32. DBpath [dbpath]
  33.  
  34.         dbpath          is the drive:path for the database files
  35.  
  36. Indexpath [ndxpath]
  37.  
  38.         ndxpath         is the drive:path for the index files
  39.  
  40. Publicpath [pubpath]
  41.  
  42.         pubpath         is the drive:path for public downloading of your
  43.                         choice.  Be sure to put the "info" file in
  44.                         this subdirectory so users can type "get info".
  45.  
  46. printer [printerno]
  47.  
  48.         printerno       is the printer number.  Put 1 for lpt1:, etc.
  49.  
  50. startup ["auto" or "prompted"]
  51.  
  52.         "auto"          means that the program will attempt to synchronize
  53.                         with all interfaces automatically.
  54.         "prompted"      means you want to be asked to turn on each TNC
  55.  
  56. logall                  If present, causes all incoming packets to be logged
  57.                         to the sysop screen.
  58.  
  59. attach [name] type=[xxxx] port=[num] baud=[bnum] users=[nuser]
  60.              autoexec=[filename] ["deleteoff" or "deleteon"]
  61.  
  62.         name            is a three-letter name for this interface that
  63.                         you choose, i.e., "ax0", "ax1", for asynch ports,
  64.                         "dr0" for the DRSI port, etc.
  65.  
  66.         xxxx            is the interface type: must be "DED" for any TNC
  67.                         with WA8DED firmware, "DRSI" if there are
  68.                         DRSI boards present, and  "BPQ" for a BPQ
  69.                         switch.  Note no matter how many
  70.                         DRSI boards you might have, use only ONE attach
  71.                         command!  But you must have one attach command
  72.                         for each non-DRSI tnc.
  73.  
  74.         num             is the COM port number.  Useless for DRSI and BPQ.
  75.                         For all others, use the port number you have
  76.                         selected with MBBCONFG.EXE.  Most often, you
  77.                         will use "1" for COM1: with address 3F8 and
  78.                         int4, and "2" for COM2: with address 2F8 and
  79.                         int3.
  80.  
  81.         drsivec         is the software interrupt number used by the
  82.                         DRSI driver TNCTSR-S.EXE, which is usually 255
  83.                         (hex FF).
  84.  
  85.         bpqvec          is the software interrupt number used by the
  86.                         G8BPQ DED host interface program, DEDHOST.  If
  87.                         you are using DEDHOSFE, use 254 (hex FE).
  88.  
  89.         bnum            is the baud rate.  Not used for DRSI or BPQ.
  90.                         See example in ARESDATA.CFG).
  91.                         For serial ports, we recommend 4800 or lower.
  92.  
  93.         nuser           is the maximum number of users allowed on this
  94.                         interface at one time.  Set this to be equal
  95.                         to or less than the maximum number of connects
  96.                         allowed on this particular TNC.  For DRSI,
  97.                         this should be less than or equal to the maximum
  98.                         number of connects allowed by the TNCTSR you are
  99.                         using, with all "sub-ports" taken together.
  100.                         Max value on any interface: 10.
  101.  
  102.         filename        is the filename of a startup file that contains
  103.                         DED commands to be sent to this interface
  104.                         when ARES/Data starts.  NOTE! THIS IS WHERE THE
  105.                         DATABASE's CALLSIGN IS SET - EDIT TO SET YOURS!!
  106.                         See the STARTUP.XXX
  107.                         files on the distribution disk for examples.
  108.                         Note that every command in the startup file
  109.                         must END with a semicolon ";".  Meaningless
  110.                         for BPQ switch.
  111.  
  112.         "deleteoff"     if this parameter is present, this interface
  113.                         starts with remote delete disabled.  (see
  114.                         SYSOP.DOC for an explanation)
  115.  
  116.         "deleteon"      if this parameter is present, this interface
  117.                         starts with remote delete enabled.
  118.  
  119. retry [ntimes]
  120.  
  121.         ntimes          is the serial port retry count.  Adjust this
  122.                         upward if you are having TNC timeout errors.
  123.  
  124. pcparetry [ntimes]
  125.  
  126.         ntimes          is the DRSI PC*PA adapter retry count.  Adjust this
  127.                         upward if you are having DRSIin timeout errors.
  128.  
  129. bpqretry [ntimes]
  130.  
  131.         ntimes          is the BPQ switch retry count.  Adjust this
  132.                         upward if you are having BPQin timeout errors.
  133.  
  134. beacon [interval] [beacontext]
  135.  
  136.         interval        is the beacon (unproto) interval in MINUTES.
  137.                         Please do not beacon with a short interval!!!!!!
  138.                         Zero ("0") disables beacon function.
  139.         beacontext      is the beacon text
  140.  
  141. labels = [label1],[label2],[label3],[label4],[msglabel]
  142.  
  143.         label1          is the label for field 1 (20 chars max)
  144.         label2          is the label for field 2
  145.         label3          similar
  146.         label4          similar
  147.         msglabel        similar
  148.  
  149. widths = [wid1],[wid2],[wid3],[wid4]
  150.  
  151.         wid1            is the printing width for field 1
  152.         wid2            is the width for field 2
  153.         wid3            similar
  154.         wid4            similar
  155.  
  156. end CONFIG.DOC
  157.