home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / bpq403a / nosbpq.doc < prev    next >
Text File  |  1991-03-08  |  2KB  |  69 lines

  1.                    NOS/BPQ Link - NODEDRV4.COM
  2.  
  3.  
  4. The 'Packet Driver' I wrote to allow NOS to communicate with the switch
  5. has been modified to use the BPQ Host mode interface. One copy of the
  6. packet driver is needed for each radio port to be used by NOS, plus one
  7. for the loopback port if you want NOS to be able to talk to the switch.
  8. I dont have a lot of experience of using NOS, but I suggest that if you
  9. are using TCP/IP over NETROM that you use the lookback port, and let the
  10. switch handle all the radio links. Only if you are using IP in datagram
  11. or ax.25 virtual circuit mode will you need to give NOS direct access to
  12. the radio ports.
  13.  
  14. Please note that you need at least version 4.03 of BPQCODE.EXE
  15.  
  16. The following is an extract from my system. You will need to tailor
  17. it to your own requirements.
  18.  
  19.  
  20. If using Desqview, NODEDRV4 must be loaded in the same window as NOS -
  21. if you put it under desqview the system will probably crash. It takes
  22. three parameters, the software interrupt number used by NOS to communicate
  23. with it (in the range 60-7f hex), the BPQ Host port to use to talk to the
  24. switch (1 - 63), and the number of the radio port to be accessed.
  25.  
  26.  
  27. Please note that NODEDRV4 reads BPQCFG.BIN to find what interrupt to use 
  28. to talk to the switch. BPQCFG.BIN must therefore be in the current directory
  29. when NODEDRV4 is loaded.
  30.  
  31.  
  32. STARTNOS.BAT
  33.  
  34.  
  35. nodedrv4 0x61 33 1         I am using BPQHost ports 33-35, as I use   
  36. nodedrv4 0x62 34 2        the first 32 for a PacketCluster Node. 
  37. nodedrv4 0x63 35 3        I have given NOS access to 2 radio ports,
  38. nos                and a loopback port to the switch.
  39.  
  40.  
  41.  
  42. This is the 'attach' bit of AUTOEXEC.NET. I can't see where the parameter
  43. following the interface name is used, but the code suggests it is the
  44. maximum length of the transmit queue. The next param is the MTU.
  45.  
  46.  
  47. #
  48. attach packet 61 ax1 5 256        Radio Port 1
  49. attach packet 62 ax2 5 256        Radio Port 2
  50. attach packet 63 node 5 236        Loopback link to the switch
  51. #
  52.  
  53.  
  54. This is a new facility, and there is very little local IP activity for
  55. me to try it with. Any feedback would be most welcome, both on problems
  56. and suggestions on how best to set up the system.
  57.  
  58.  
  59. 73,
  60.  
  61. John Wiseman, G8BPQ
  62. 76, Haywood Road,
  63. Mapperley,
  64. Nottingham.
  65. NG3 6AE
  66.  
  67. 6th June, 1990
  68. Revised 7 March 91.
  69.