home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 479.RELEASE.DOC < prev    next >
Text File  |  1988-12-24  |  5KB  |  148 lines

  1. Release notes for NET.EXE 871225.33 (Alpha w9nk.3 + n6tto.1)
  2. ============================================================
  3.  
  4. This version of the NET program contains the w9nk NETROM 
  5. enhancements and is based on the 871225.33 ALPHA release
  6. from KA9Q. This is the BBS download version which contains
  7. a minimum set of files which enable a DRSI owner to get up
  8. on TCP/IP. Please contact DRSI for a disk with the .doc files.
  9.  
  10. N6TTO adapted the package for use with the DRSI PC* PACKET ADAPTOR.
  11.  
  12. The release disk from DRSI contains the following files:-
  13.  
  14. RELEASE.DOC   - This file
  15. PKXARC.EXE    - Archive extract program
  16. NET_PC.ARC    - Archive of executable programs
  17. NET_DOC.ARC   - Archive of documentation
  18.  
  19. You should follow the instructions in this file and then read the 
  20. documentation files extracted from NET_DOC.ARC. The documentation
  21. files are available on request from DRSI.
  22.  
  23.  
  24. INSTALLATION
  25. ============
  26.  
  27. 1. Create the following directories on you hard disk using the
  28.    mkdir command.
  29.  
  30.    mkdir \spool
  31.    mkdir \spool\mqueue
  32.    mkdir \spool\mail
  33.    mkdir \net
  34.    mkdir \net\doc
  35.  
  36.    Directories under \spool are used by Bdales Messy-Dos Mailer; \net and
  37.    \net\doc will contain the executable programs and documentation.
  38.  
  39. 2. Copy files from the release disk to the hard disk.
  40.  
  41.    copy a:net_pc.arc \net
  42.    copy a:net_doc.arc \net\doc
  43.    
  44.  
  45. 3. Extract files from the archives using the PKXARC utility on the
  46.    release disk.
  47.  
  48.    cd \net
  49.    a:pkxarc net_pc
  50.    cd doc
  51.    a:pkxarc net_doc
  52.  
  53. 4. All the necessary files for using the KA9Q TCP/IP package are now
  54.    on your hard disk.  Please read the files in the \net\doc directory
  55.    to familiarize yourself with the concepts of TCP/IP over Ham radio.
  56.  
  57. 5. As a short cut to getting going; follow these steps.
  58.  
  59.    cd \net
  60.    copy autoexec.net \autoexec.net
  61.    copy hosts.net \hosts.net
  62.    copy ftpusers \ftpusers
  63.    copy bm.rc \bm.rc
  64.    mkdir \public
  65.  
  66.    These steps copy the configuration files to the root directory and
  67.    then establish a public directory for anonymous FTP users (see 
  68.    USERMAN.DOC).
  69.  
  70.    Edit \autoexec.net and change the lines following the **CHANGE**
  71.    flags.
  72.    
  73.    You need to obtain an IP address from your local address coordinator.
  74.    If you dont know who the local coordinator is for your area, try
  75.    looking on Packet BBS systems in your neighborhood for technical information
  76.    on TCP/IP.  You should find someone near you in most areas who is familiar
  77.    with TCP/IP and will be able to point you to the address coordinator.
  78.    
  79.    You can use the address in the AUTOEXEC.NET file until you are issued
  80.    with your permanent address.
  81.  
  82.  
  83. INFORMATION FOR DRSI PC* PACKET ADAPTOR USERS
  84. =============================================
  85.  
  86. The AUTOEXEC.NET file has been configured for user of the DRSI PC*
  87. PACKET ADAPTOR.  You may need to use the PARAM command in NET to
  88. change some of the driver characteristics depending on your rig and
  89. environment.
  90.  
  91. The PARAM command allows you to change the following driver parameters:-
  92.  
  93.    0 - TXDELAY
  94.    1 - P-PERSIST VALUE
  95.    2 - SLOTTIME
  96.    3 - SQUELCHDELAY
  97.  
  98. All parameters are changed using the param command as follows:-
  99.  
  100.    param dr0a <param> <value>
  101.  
  102.    ie: param dr0a 0 40
  103.        changes the TXDELAY to 400 mS.
  104.  
  105. The paramaters have the following effect:-
  106.  
  107. TXDELAY
  108.  
  109. This is the amount of time the driver will wait after keying
  110. the transmitter before starting to send a data frame.  Its
  111. default value is 20 (200 mS) which should be adequate for most
  112. modern rigs.  You may have to change this value if you have an
  113. older rig with relay transmit/receive switching instead of diode
  114. switching.  The delay is to enable the transceiver to switch into
  115. transmit and stabilize before sending the data frame.
  116.  
  117. P-PERSIST 
  118.  
  119. The P-PERSIST parameter controls the rate at which the NET program
  120. will attempt to transmit data frames on a busy (congested) channel.
  121. Everytime a frame is about to be transmitted, a random number is 
  122. used to determine whether of not the program will delay before
  123. attempting to send the frame.  If the random number is greater than
  124. the P-PERSIST value, a delay of one SLOTTIME is waited before trying to
  125. transmit on the channel.  The default value of the P-PERSIST parameter
  126. is 64 and the random number is picked between 0 and 255.  Thus 64 should
  127. cause a wait of one SLOTTIME approximately 1 in 4 transmit attempts.
  128.  
  129. The correct value for P-PERSIST is approx equal to:-
  130.  
  131.    P-PERSIST  =      1
  132.                  ----------
  133.       number of stations using channel
  134.  
  135. SLOTTIME
  136.  
  137. The amount of time waited for a P-PERSIST enforced delay.  Default is
  138. 10 (100 mS).
  139.  
  140.  
  141. SQUELCHDELAY
  142.  
  143. The amount of time the driver waits on switching from transmit to
  144. receive before enabling the character receiver on the adaptor.  This
  145. allows the receiver to squelch up and so avoid spurious receive interrupts
  146. on noise.  The default is 20 (200 mS).
  147.  
  148.