home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mb1503.zip / BPQ.DOC < prev    next >
Text File  |  1992-11-25  |  1KB  |  55 lines

  1.  
  2.  
  3.      +-------------+
  4.      |   Radio     |
  5.      +-------------+
  6.             |                      Named with IRQ, Port Address, sub-channel
  7.             | <--------- Hardware: RS-232 Cable, KISS protocol data
  8.             |                      Named with BPQ port numbers
  9.             |                      Many users per port
  10.      +-------------+
  11.      |   Hardware  |
  12.      |   Driver    |<--- Software: BPQCODE
  13.      +-------------+
  14.             |
  15.      +-------------+
  16.      |   Switch    |
  17.      |   AX.25     |<--- Software: BPQCODE
  18.      +-------------+
  19.             |
  20.      +-------------+
  21.      |   Switch    |<--- Software: BPQCODE
  22.      |   NET/ROM   |
  23.      +-------------+
  24.             |
  25.      +-------------+
  26.      |   Switch    |<--- Software: YTNC, BPQCODE
  27.      |  Interface  |
  28.      +-------------+
  29.             |                      Named with "COM" port number
  30.             |                      Named with MailBox port letter
  31.             | <--------- Software: One user per port, any radio.
  32.             |                      "Virtual TNC"
  33.      +-------------+
  34.      |   MailBox   |
  35.      +-------------+
  36.  
  37.  
  38.  
  39.  
  40.  
  41. Here is a server that will save your bpq node list:
  42.  
  43. Create a batch file called \bbs\bpqnodes.bat like this:
  44.  
  45. cd \bpq
  46. bpqnodes
  47. cd \bbs
  48.  
  49. Where \bpq is whatever directory you have your bpq code in.
  50.  
  51. In server.mb, add the entry
  52.  
  53. ! bpqnodes.bat
  54.  
  55.