home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / bpq405 / sysop.doc < prev    next >
Text File  |  1991-02-20  |  4KB  |  130 lines

  1. The first stage of the Remote Sysop facility is now available. The system
  2. also provides the same facilities locally. The program may be run as a
  3. normal DOS program, either in a Desqview window or standalone, or in may
  4. run as a TSR. The TSR mode would normally be used if you were running a
  5. standalone node, or a BBS system that doesnt need DesqView (eg AA4RE).
  6. In TSR mode, commands cannot be entered locally, and the SAVENODES command
  7. is disabled.
  8.  
  9.  
  10. Installation.
  11.  
  12. 1. Add an extra port to TNCPORTLIST (unless you have a spare)
  13.  
  14. 2. Add a suitible application name as the third APPLICATIONS Param, ie
  15.  
  16.      APPLICATIONS=BBS,,*SYSOP
  17.  
  18.    I suggest you use a name starting with a '*', as this will 'hide' the
  19.    command from the Valid Commands display.
  20.  
  21. 3« Creatσ ß file¼ PASSWORD.BPQ, containing a string of up to 80 characters.
  22.  
  23. 4. Run program SYSOP, with a single parameter of the TNCPORT specified above,
  24.    either on its own, or in a DesqView window. If a second parameter of
  25.    'RESIDENT' is specified, the program will become a TSR routine.
  26.  
  27.  
  28.  
  29.  
  30. Commands may mow be entered directly on the PC, (unless in TSR mode) or
  31. remotely by connecting to the Node, and entering the APPL name (eg *SYSOP).
  32. When accessed remotely, a password prompt is sent, containing 5 random numbers
  33. in the range 1 to the length of the PASSWORD.BPQ string. The first command
  34. entered must be the corresponding five letters from the password string, 
  35. or the user will be disconnected.
  36.  
  37. Available Commands.
  38.  
  39. The following commands are supported:
  40.  
  41. BYE - Disconnect remote user (even if entered from console)
  42.  
  43. TXDELAY
  44. MAXFRAME
  45. FRACK
  46. RESPTIME
  47. PACLEN
  48. RETRIES
  49. QUALITY
  50. PERSIST
  51. TXTAIL
  52. XMITOFF
  53. DIGIFLAG
  54. DIGIPORT
  55. USERS
  56. VALIDCALL
  57. L3ONLY
  58. BBSALIAS
  59.  
  60. Setting XMITOFF will supress all TX activity on a port (including CWID,
  61. beacons, etc). I put it in so I could monitor the satellites without
  62. causing QRM
  63.  
  64. Setting BBSALIAS will cause connects to the port call or port alias to go to
  65. the BBS rather than the node.
  66.  
  67. The above display or update the corresponding parameter for a specified port,
  68.  
  69. eg   PACLEN 1 100
  70.      PERSIST 2 50
  71.  
  72. If the third parameter is omitted, the current value is displayed.
  73.  
  74. It is not currently possible to update VALIDCALLS, but you can display
  75. the current setting.
  76.  
  77.  
  78. *** Warning ***  
  79.  
  80. At the moment the FRACK value is in 1/3sec units, and the TXDELAY is in
  81. 50ms units for HDLC cards, and 10ms units for KISS TNCs. I'll be sorting
  82. this out when I get the time to rationalize the timer code, but in the 
  83. meantime, I suggest you make a note of the current values before you
  84. start fiddling. 
  85.  
  86. Also KISS users should note that the params are only sent to the TNC every
  87. 5 mins or so, so the updated values may not take effect for a while.
  88.  
  89.  
  90. ROUTES
  91.  
  92. To display ROUTES table, enter ROUTES
  93.  
  94. To display entry for a particular neighbour, enter ROUTES Call Port,
  95.  
  96. eg   ROUTES G8BPQ-2 2
  97.  
  98. To update an entry, enter ROUTES Call Port Params
  99.  
  100. eg   ROUTES G8BPQ-2 2 100    - Set quality to 100
  101.      ROUTES G8BPQ-2 2 !         - Toggle 'Locked Route' flag
  102.      ROUTES G8BPQ-2 2 100 !     - Set quality and toggle 'locked' flag
  103.  
  104. SAVENODES
  105.  
  106. Not available in TSR mode.
  107.  
  108. Writes the ROUTES and NODES tables to the BPQNODES file.
  109.  
  110.  
  111. The SAVENODES function may also be invoked directly from the DOS command
  112. line - this function replaces BPQNODES.COM
  113.  
  114.      ie.  SYSOP SAVENODES
  115.  
  116.  
  117. Please let me know what other parameters you would like to be able to 
  118. update.
  119.  
  120.  
  121.  
  122. John Wiseman, G8BPQ
  123. 29.5.90
  124.  
  125. A version has now been produced to use with BPQ Host Mode - SYSOPH. It is
  126. functionally equivalent to SYSOP, but the port number can be in the range
  127. 1 to 64.
  128.  
  129. 20.2.91
  130.