home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / t-doc-e.zip / TNC.TXT < prev   
Text File  |  1993-11-30  |  5KB  |  150 lines

  1.  
  2.  
  3.  
  4.  
  5.                              TNC ver. 2.0
  6.  
  7.  
  8.                           Nodelist Compiler.
  9.  
  10.                     The system operator manual.
  11.  
  12.  
  13.                                                                               
  14.                                                                               
  15.                                                                               
  16.                                                                               
  17.  
  18.  
  19.  
  20.  
  21.  
  22.               The document and programm designed and writen by
  23.               Andrey Elkin, 1992 and 93, St-Peterburg, Russia.
  24.                  All documents translated to english by
  25.                  Vadim Popkov 1992, Kramatorsk, Ukraine.
  26.  
  27. (C) 1992,93 by Andy Elkin                       (C) 1993 by Vadim Popkov
  28. 2:5030/15@fidonet                               2:4651/1@fidonet
  29. 2:5030/100@fidonet (T-Mail support node)        (T-Mail distribution node)
  30. elk@tek.spb.su                                  jim@moddem.donetsk.ua
  31.  
  32.                                                                               
  33.  
  34.  
  35.  
  36.  
  37.                                                                               
  38.  
  39.  
  40.  
  41.                                 1. Predestine.
  42.  
  43.      Information about nodes, composing networks, using FidoNet network
  44.  technology containing in specific files, named nodelist. Format of these
  45.  files defined by document FTS-0005. It is textual file, where each line
  46.  contain information about one node, for example:
  47.  
  48. ,100,T-Mail_support,St.Petersburg,Andy_Elkin,7-812-271-0755,9600,V32,MNP,CM,XX
  49.  
  50.     For programs, using nodelist (mailers and etc.) this format not is
  51.  entirely convenient, since enough plenty of nodes in networks it is necessary
  52.  organize quick search in nodelist, size of wich can reach the hundreds of
  53.  kilobytes.
  54.  
  55.     For more effective work nodelist "compiling" by special program, wich
  56.  creates index files, or in some cases - binary nodelist with fixed fields.
  57.  
  58.     Program TNC (T-mail nodelist compiler) using with T-mail version 2300, and
  59.  as with editor-echoprocessor TM-ED v.1.x. TNC creates the index file,
  60.  necessary for this programs can access nodelist's, number of wich can reach
  61.  32. Overmore, during nodelist compilation TNC can create truncated(reduce)
  62.  nodelist's, "cutting" the data about regions, networks or zones. At the
  63.  request, for each region can be created separate file, containing the lists of
  64.  networks, included in this region. This feature can appear useful for
  65.  organize routing on regions.
  66.  
  67.  
  68.                         2. Configuration file.
  69.  
  70.    TNC uses it's own configuration file, named TNC.ctl and wich searched by
  71.  TNC in current directory.
  72.  
  73.  Below you see example of this file.
  74.  
  75. ; =============== Nodelist compiler TNC. Control file. =====================
  76. ;
  77. ;
  78. Address 2:5030 / 15.1                   ; Full 4-d address
  79. ;
  80. ; Full address of system.
  81. ; If TNC using with T-mail address should coincide with address in T-Mail.ctl
  82. ;
  83. ;
  84. Path c:\T-Mail\nodelist\               ; Path to nodelist
  85. ;
  86. ;    Directory, where nodelist's and pointlist's placed
  87. ;
  88. ;
  89. ;
  90. List      nodelist.*
  91. List      Contact.dat           ; Contact_Net nodelist
  92. List      net5030.d??           ; My_Net lists
  93. ;
  94. ;  Described nodelist's and pointlist's.
  95. ;  wildcards allowed in nodelist's name with accordance of DOS rules.
  96. ;
  97. ;  If wildcards used, then in compilation included all suitable files,
  98. ;  exclude .ZIP, .ARJ, .LZH, .ZOO, .ARC, .PAK, .RED, .IDX, .NDX, .INX
  99. ;
  100. -ZONE 1                           ; Exclude Zone
  101. ;
  102. ; The zone 1 excluded from index file
  103. ;
  104. ; + ZONE 2                       ; Only this zone
  105. ; + ZONE 66
  106. ;
  107. ; Include only these zones, all another ignoreg.
  108. ;
  109. ReducedList Region 46 47 50
  110. ;
  111. ; Condition for creation truncated nodelist. The name coincides
  112. ; with initial, and extention is replaced on .RED
  113. ; In truncated list included only records about regions, networks or zones,
  114. ; given in this line.
  115. ;
  116. ; examples:
  117. ; ReducedList Zone 2 3
  118. ; ReducedList Net 5030 5040 5050
  119. ;
  120. ;
  121. ;============================ End of Tnc.ctl ===============================
  122.  
  123.  
  124.                              3. Options TNC.EXE.
  125.  
  126.        -C - conditionaly copmpile nodelist;
  127.        -F - mandatory copmpile nodelist;
  128.  
  129.  
  130.        -R  - create files rxx.net, containing lists of nets by region's
  131.        -S  - no screen output;
  132.        -?  - help.
  133.        -M<max_nodes>
  134.            - the maximal number of nodes sets, wich enter in index file. In
  135.              the event that programm TNC informs about shortage of memory for
  136.              sorting nodes, You need reduce <max_nodes>. If significance of
  137.              default value (24576) not enough, it is possible to be tried to
  138.              increase.
  139.  
  140.  
  141.  
  142.    If option -C is given, then TNC compare date of nodelist and date updating
  143.  index file, and compile only if necessity.
  144.  
  145.  The key -F cancels this checking.
  146.  
  147.  The key -S TNC work more faster.
  148.  
  149.  
  150.