home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 3 / hamradioversion3.0examsandprograms1992.iso / packet / ad14 / ad14dist.exe / CONFIG.DOC < prev    next >
Text File  |  1990-12-05  |  6KB  |  140 lines

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