home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / ham / pe1chl_9.zip / PC / AUTOEXEC.AX next >
Text File  |  1993-04-05  |  4KB  |  123 lines

  1. # PE1CHL-NET configuration file for PC (AX.25-only version)
  2. #
  3. # insert your callsign (in lowercase) instead of the callsign below.
  4. # don't add an SSID here, and change only the part between - and }
  5. #
  6. setenv CALLSIGN ${CALLSIGN-pe1zzz}
  7. #
  8. # define timezone (name and offset in hours WESTward from UT)
  9. #
  10. #date tzset MET-1
  11. date tzset MDT-2
  12. #
  13. # below are shown some examples of attach commands, used to define the
  14. # connection to your radio(s) and/or other computer
  15. # the names you assign here, will be used later in "connect"
  16. # commands.  they may be 1..6 characters long, and should contain only
  17. # lower-case alphabetics and/or digits.
  18. # some suggestions for names (also used in the examples):
  19. #       144     144MHz 1200 baud AFSK
  20. #       430     430MHz 1200 baud AFSK
  21. #       4k8     HAPN's 4800 baud modem
  22. #       9k6     G3RUH's 9600 baud modem
  23. #       psk     PSK modem
  24. #
  25. # COM1 connected to 2m (144), COM2 to 70cm (430)
  26. # Setup COM1 (second line) and COM2 (first line)
  27. #
  28. attach com 2 ax25 430 256 4800 n $CALLSIGN-7
  29. attach com 1 ax25 144 256 4800 n $CALLSIGN-2
  30. #
  31. # attach PA0HZP OptoPcScc board(s).  please read SCC driver documentation!
  32. #
  33. #attach scc 2 init 150 4 2 0 1 168 3 p4915200
  34. #           ^ 2 * #boards          ^ interrupt level
  35. #
  36. # when you are running DESQview, use one channel for timing. change above
  37. # attach statement to something like this, to use channel 3 for timing:
  38. #    attach scc 2 init 150 4 2 0 1 168 3 p4915200 0 0 t3
  39. #
  40. #attach scc 3 ax25 psk 256 d1200 $CALLSIGN-10
  41. #attach scc 2 ax25 4k8 256 d4800 $CALLSIGN-4
  42. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  43. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  44. #
  45. # attach a DRSI PC*Packet adapter.  please read SCC driver documentation!
  46. #
  47. #attach scc 1 init 300 16 2 0 1 0 7 p4915200 8
  48. #           ^ boards    int.level ^  ^ crystal clock freq (on DRSI)
  49. #
  50. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  51. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  52. #
  53. #
  54. # AX25 parameters
  55. #
  56. ax25 digipeat on
  57. #
  58. # Misc settings
  59. #
  60. escape F10
  61. log c:\net\net.log
  62. setenv PROMPT "[use EXIT to go back to NET] ${PROMPT-$p$g}"
  63. #
  64. # KISS and AX25 stuff for each TNC connected
  65. #
  66. mheard 430 23
  67. mheard 144 23
  68. ax25 digipeat 430 gate
  69. ax25 digipeat 144 gate
  70. ax25 persist 430 128 5 64 60 900
  71. ax25 persist 144 128 5 64 60 900
  72. #
  73. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  74. #
  75. ax25 port 1 conn $CALLSIGN
  76. ax25 port 2 digi $CALLSIGN-3 144 gate
  77. ax25 port 2 digi $CALLSIGN-8 430 gate
  78. ax25 port 3 conn $CALLSIGN-3 144 multi
  79. ax25 port 3 conn $CALLSIGN-8 430 multi
  80. ax25 port 4 conn $CALLSIGN-6
  81. ax25 port 5 conn $CALLSIGN-12
  82. ax25 port 6 conn $CALLSIGN-1
  83. #
  84. # initialize KISS TNC on 430
  85. #
  86. param 430 1 36
  87. param 430 2 50
  88. param 430 3 30
  89. param 430 4 3
  90. param 430 5 0
  91. #
  92. # initialize KISS TNC on 144
  93. #
  94. param 144 1 36
  95. param 144 2 50
  96. param 144 3 30
  97. param 144 4 3
  98. param 144 5 0
  99. #
  100. # initialize KISS TNC on 9k6 for satellite operation (fullduplex)
  101. #
  102. #param 9k6 1 10
  103. #param 9k6 4 2
  104. #param 9k6 5 1
  105. #
  106. # now we can safely start all servers
  107. #
  108. ax25 start bridge
  109. ax25 start mheard
  110. ax25 start netdigi
  111. ax25 start tnc "= Connect Text ="
  112. #ax25 start tnc2 3=144 4=430
  113. #
  114. #broadcast start "\net\bcst"
  115. #broadcast server uo22 9k6 uosat5-11 244 6 1 3 pblist
  116. #broadcast server uo14 9k6 uosat3-11 244 6 1 3 pblist
  117. #broadcast trace 00ff
  118. #
  119. #ftl0 homedir "\net\ftl0"
  120. #ftl0 server ao16 psk pacsat-12 130 1 6 1 3 bbstat "Open"
  121. #ftl0 server uo14 9k6 uosat3-12 256 2 4 1 3 bbstat "Open"
  122. #ftl0 trace 00ff
  123.