home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / pmp10 / pmp.cfg next >
Text File  |  1991-03-09  |  3KB  |  147 lines

  1. #
  2. #    PMP Configuration file
  3. #
  4. #    For PMP Version 0.93 (beta)
  5. #
  6. #
  7.  
  8. #
  9. #  MYCALL    Operator's callsign
  10. #
  11. mycall n8kei
  12.  
  13. #
  14. #  PTHRESH    The max I packet size for retries.  If the unACKed packet
  15. #        is longer than PTHRESH, a RR/Poll is sent, else the packet
  16. #        is repeated (ala AX.25 Version 1.0)
  17. pthresh    20
  18.  
  19. #
  20. #  TXDELAY    The wait after keying up and before transmitting starts
  21. #               (in milliseconds)
  22. #
  23. txdelay 250
  24.  
  25. #
  26. #  RETRY    Max number of retries before a connection is dropped.
  27. #
  28. retry 16
  29.  
  30. #
  31. #  FRACK    Parameter used to calculate the timeout time before retrying
  32. #        (in seconds)
  33. #
  34. frack 5
  35.  
  36. #
  37. # CHECK        Link keep-alive timer (in seconds).  After this many seconds
  38. #        of inactivity, the remote node is polled.
  39. #
  40. check    300
  41.  
  42. #
  43. # MAXFRAME    Specifies the maximum number of frames outstanding before
  44. #        an ACK is expected.
  45. maxframe 1
  46.  
  47. #
  48. #  PACLEN    Sets the maximum packet length in bytes, must be between
  49. #        1 and 256.
  50. paclen    128
  51.  
  52. #
  53. #  CLOCKSKEW    Enables or disables clock skewing.  When running PMP, the
  54. #        BIOS clock will loose time.  If CLOCKSKEW is enabled, PMP
  55. #        attempts to correct this by speeding the BIOS clock slightly.
  56. #        A zero value disables, and a non-zero value enables.
  57. clockskew 1
  58.  
  59. #
  60. # Screen attributes
  61. #
  62. #    These five parameters set the screen colors/attributes
  63. #    (the default settings are for a monochrome display)
  64. #
  65. normal    3
  66. inverse 112
  67. status  112
  68. bright    11
  69. message 112
  70.  
  71. #
  72. #   SOUND    Enables/disables sound.  A one value enables, a zero value
  73. #        disables.
  74. #
  75. sound    1
  76.  
  77. #
  78. #   CAPTURE    Specifies the size, in bytes, of the RAM capture buffer.
  79. #        After this buffer is filled, the contents are flushed to
  80. #        disk.  Larger values will minimize disk writes.  Values
  81. #        should be a multiple of a MS-DOS sector size (512 bytes).
  82. capture 4096
  83.  
  84. #
  85. #   CTEXT    Text sent out first during an incoming connect.  You can
  86. #        have up to 10 lines in a CTEXT message.
  87. #
  88. ctext Hello!  If I'm not around, please leave a message.
  89. ctext (I'm running a homebrew TNC setup.  There may be bugs!)
  90. ctext
  91.  
  92. #
  93. #  BTEXT    Text sent during a beacon
  94. #
  95. btext +++++ PMP Version 0.93 (beta test) +++++
  96.  
  97. #
  98. #  BADDR    Address (and path) to which beacons are sent.
  99. #
  100. baddr cq v w2cxm-1
  101.  
  102. #
  103. #  BEACON    Sets beacon interval (in seconds).  A beacon interval of zero
  104. #        turns beaconing off.
  105. #
  106. beacon 0
  107.  
  108. #
  109. #  PTTPORT    Sets the PTT port, bit mask, and active level.
  110. #
  111. pttport 0x378 2 0
  112.  
  113. #
  114. #  TXPORT    Sets the TX data port and bit mask.
  115. #
  116. txport 0x378 1
  117.  
  118. #
  119. #  CDPORT    Sets the CD port, bit mask, and active level.
  120. #
  121. cdport 0x379 0x80 0
  122.  
  123. #
  124. #  RXPORT    Sets the RX port and bit mask.
  125. #
  126. rxport 0x379 8
  127.  
  128. #
  129. #  INIT        Sends initialzing values to ports.  This statement is useful
  130. #        to initialize any necessary hardware before starting PMP
  131. #        (like mini-modems powered from spare output bits).
  132. init 0x378 0xff
  133.  
  134. #
  135. #  DEFINE    Function key (F1-F10) definitions.
  136. #
  137. define f1 ~cn8kei v w2cxm-1^m
  138. define f2 lm^ml^m
  139. define f3 CQ +++++ CQ CQ de N8KEI Ithaca, NY (Connect to N8KEI-15) +++++^m
  140. define f4 ~ccor144 v ith^m
  141.  
  142. #
  143. #  AUTOWRAP    Defines the column at which autowrap is active.  A value of
  144. #        zero disables autowrap.
  145. #
  146. autowrap    78
  147.