home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / ap381 / aplink.doc < prev    next >
Text File  |  1989-06-15  |  47KB  |  1,175 lines

  1.  
  2.  
  3.  
  4.      AMTOR/PACKET Link (APLINK) Version 3.81, June 10, 1989 
  5.  
  6.         Copyright (c) 1988, 1989 - Victor D. Poor, W5SMM
  7.  
  8.  
  9. WHAT THE SYSTEM DOES...
  10.  
  11. The AMTOR/PACKET Link (APLINK) is a software system that runs under
  12. MS-DOS 3.x or higher on an IBM-XT or compatible computer.  It runs
  13. an AMTOR MBO and a PACKET BBS concurrently using a common set of
  14. message files.  (For whatever reason, the AMTOR community refers
  15. to these things as mailboxes [MBO] and the PACKET community as
  16. bulletin board systems [BBS].  In this document MBO will refer to
  17. the AMTOR side and BBS to the PACKET side of the system.)
  18.  
  19. Both sides of the system conform as closely as possible to the
  20. conventions that have evolved for the use of PACKET BBSs. There are
  21. differences necessitated by the nature and constraints of the AMTOR
  22. mode.  AMTOR has a very restricted character set and is subject to
  23. transmission errors.  For this reason, as well as the fact that
  24. AMTOR does not automatically identify a sending station, the MBO
  25. requires positive identification during login.  Traffic that is
  26. bound for another station at the MBO will have its address field
  27. checked against the registered stations file to protect against
  28. addressing errors in typing or transmission.  When an AMTOR station
  29. sends a message into the PACKET system the MBO will ask the sending
  30. operator for confirmation, as insurance against a transmission
  31. error sending the message into oblivion.
  32.  
  33. Why use AMTOR at all, given its limitations?  AMTOR will work under
  34. difficult radio conditions that would pack in a PACKET link (pardon
  35. the pun).  The author of this system lives on a sailboat and
  36. maintains communications with friends and family via ham radio. 
  37. AMTOR has worked reliably for that purpose, day in and day out,
  38. while running with low power, long hauls, and abominable radio
  39. conditions.  Only CW could improve on its record for reliability.
  40.  
  41. The MBO provides all of the features that any MBO in use today
  42. would normally supply.  The BBS is a subset of what packet
  43. operators who use the W0RLI or WA7MBL systems are used to.  It is
  44. not intended that this system be used as your local PACKET BBS
  45. although it could be in a pinch.
  46.  
  47. No provision is made for handling anything but ASCII text files in
  48. regular message format.  There are no W, D, or U commands in the
  49. system.  On the BBS side there is no registering of users - no N
  50. commands.  The L commands are more limited and work slightly
  51. differently from other systems, but should be sufficient for the
  52. mission.
  53.  
  54. When a message is transmitted to an AMTOR station all lower case
  55. characters are converted to upper case and all punctuation is
  56. converted to the closest available character in AMTOR or, if there
  57. is nothing close, to an equal sign (=).
  58.  
  59. While AMTOR stations may place bulletins into the MBO they will not
  60. be forwarded into the PACKET network automatically.  The sysop must
  61. forward those messages manually - again to avoid forwarding traffic
  62. with errors for the whole world to see.  On the other hand SP, and
  63. ST traffic can be entered and automatically forwarded by the
  64. system.  On the BBS side, bulletin traffic received from another
  65. BBS will be kept (for 21 days) but will not be forwarded.
  66.  
  67. It is not expected that traffic entered into the system from the
  68. PACKET system will be forwarded onward on PACKET.  Most sysops will
  69. configure the system to prevent any autoforwarding of traffic out
  70. on PACKET that has been received on PACKET.
  71.  
  72.  
  73. HARDWARE INSTALLATION
  74.  
  75. The equipment required to run this system includes:
  76.  
  77.    1. IBM-XT or close clone running MS-DOS 3.x or higher and a hard
  78. disk. COM1 and COM2 must be installed and available. Minimum
  79. acceptable memory is 256k.
  80.  
  81.    2. An AMT-1 or a PK-232 AEA AMTOR Terminal Unit.  If the AMT-1
  82. is used this should be connected to COM1 and hardware configured
  83. for 110 baud.  All soft configuring is done by APLINK at startup. 
  84. Only Rx and Tx signals are used between the AMT-1 and the computer. 
  85. Flow control is performed through use of the status byte from the
  86. AMT-1.
  87.  
  88.    If a PK-232 AEA Terminal Unit is used on the AMTOR channel, it
  89. should be connected to COM1 and hardware configured for 2400 baud. 
  90. All configuring other than baud rate is done by APLINK at startup
  91. provided all other initial values are at the default settings.  If
  92. in doubt, execute the RESET command and then set TBAUD to 2400. 
  93. The interconnecting cable between the PK-232 and the COM1 serial
  94. port should include wires 1 through 8 and 20.
  95.  
  96.    3. A Packet TNC.  Any TNC that recognizes Control-C to enter
  97. command mode, responds to CONOK ON and OFF and enters CONVERSE mode
  98. automatically on connect should work.  The program looks for the
  99. "*** Connected to..." sequence as well as the DCD control line (pin
  100. 8) to control the state of the BBS.
  101.  
  102. The critical TNC parameters are:
  103.  
  104.       ECHO OFF
  105.       FLOW OFF
  106.       XFLOW ON
  107.       XON $11
  108.       XOFF $13
  109.       START $11
  110.       STOP $13
  111.       MONITOR OFF 
  112.       MYCALL <your call>
  113.       
  114.       Baud rate to the computer: 2400
  115.       Parity: None
  116.       Characters: 8-bits
  117.       
  118. These things are NOT set by APLINK.  Since it is intended that
  119. APLINK work with any TNC, no effort has be made to automatically
  120. configure the TNC.  Be sure your TNC is properly configured before
  121. trying to run the system on the air.  You may bring up the system
  122. and use the keyboard to set up the TNC.  The TNC must be on COM2. 
  123. Only software flow control is used (both ways); the only other
  124. RS-232 status signal used is pin 8, carrier detect (CD).  Your TNC
  125. must be capable of asserting this signal on connect.  For the
  126. PK-232, parameter DCD ON must be set, for the PK-87, Jumper JP6
  127. must be set to the B position.  Other TNC's will have similar
  128. settings that must be changed, consult your manual.
  129.  
  130.    4. The r.f. hardware I will leave to your imagination. Since
  131. this system is fully concurrent, both channels must be able to work
  132. without mutual interference.  AMTOR would be set up on your h.f.
  133. frequency of choice and the TNC on a suitable v.h.f. channel.
  134.  
  135.  
  136. SOFTWARE INSTALLATION
  137.  
  138. The delivery disk or archived file contains the following files:
  139.  
  140.    READ.ME - Read it!
  141.    COPYRITE - Author's copyright statement,
  142.    APLINK.DOC - The Sysop instructions, 
  143.    AMTFWD.DOC - The AMTOR autoforwarding supplement,    
  144.    NTSOPS.DOC - The NTS operations supplement,
  145.    AP.AMT - The main program when using the AMT-1 on the AMTOR   
  146.       channel,    
  147.    AP.232 - The main program when using the PK-232 on the AMTOR  
  148.       channel,    
  149.    USERS.EXE - The users' file editor,
  150.    APLINK.CNF - A sample system configuration file,    
  151.    AMTFWD.A$ - A sample AMTOR autoforward routing file,         
  152.    ROUTE.S$ - A sample packet routing file.
  153.    SIGNON.P$ - The PACKET signon file,
  154.    HELP.A$ - The AMTOR help file,
  155.    HELP.P$ - The PACKET help file,
  156.    INFO.A$ - The AMTOR info file (should be Sysop edited),       
  157.    INFO.P$ - The PACKET info file (should be Sysop edited), and  
  158.    USERS.A$ - The file of registered AMTOR users,
  159.    HELP1. thru HELP9. - Help files the Sysop will install using the
  160.      SH command.
  161.    INTRCPT.S$ - A sample intercept file.
  162.  
  163. In addition the Sysop must obtain a copy of the Norton Editor.
  164.  
  165. To install the system, simply copy all of the above files and the
  166. Norton Editor (renamed E.COM) into a hard disk subdirectory named
  167. \APLINK.  Make a sub-subdirectory named \APLINK\ARCHIVE.  Rename
  168. either AP.AMT or AP.232 to AP.EXE, depending upon which AMTOR
  169. terminal you are using.
  170.  
  171. Using the Norton Editor, edit APLINK.CNF, AMTFWD.A$, ROUTE.S$,
  172. INTRCPT.S$, INFO.A$, and INFO.P$ to fit your station.  Edit
  173. USERS.A$ with USERS.EXE to add or delete whatever stations you
  174. wish.
  175.  
  176. Several other files will be created by the system in the APLINK
  177. directory when it is first run.
  178.  
  179. Your computer's system clock (TIME and DATE command in MS-DOS)
  180. should be set to GMT.  The file CONFIG.SYS in your root directory
  181. should have BUFFERS=20 and FILES=20, at least.
  182.  
  183. Look at INFO.A$ and INFO.P$ with the Norton Editor.  You will see
  184. what needs to be done there.  
  185.  
  186. Read the ROUTE.S$ file with the Norton Editor.  Change the entries
  187. as required for packet forwarding at your station.
  188.  
  189. The intercept file, INTRCPT.S$, provides a very special service. 
  190. Each line of the file should contain two station's call letters,
  191. separated by one or more spaces - AND NOTHING ELSE.  Each time a
  192. message is received by APLINK the file is searched for a match to
  193. the TO field of the incoming message. If the first call on any line
  194. matches, then the second call is placed in the AT field of the
  195. message.  Note in the sample provided that the first line of the
  196. file reads:
  197.  
  198. W5SMM   WA5QZI
  199.  
  200. This means that any message for W5SMM arriving in the system will
  201. be forwarded to him at WA5QZI.  (In fact, W5SMM requests that all
  202. sysops with systems feeding the U.S. Packet Network leave his call
  203. in the intercept file as shown.)
  204.  
  205.  
  206. THE CONFIGURATION FILE
  207.  
  208. For APLINK to run you must first edit the APLINK.CNF file to suit
  209. your particular station.  The following parameters must be included
  210. in the file for the system to function.  
  211.  
  212. STATION=W5XYZ       The call letters for your station.
  213. STASEL=WXYZ         The selcal for your station.
  214.  
  215. The remaining parameters are optional and the system will assume
  216. A default value if nothing is given.  Typical values are shown here
  217. for illustration.
  218.  
  219. EXT=4               An extension to your call such as a different
  220.                     call area.  Do not include the / in the entry. 
  221.                     Default: nothing
  222.  
  223. QTH=MIAMI, FL Z:32132  Your QTH and postal code.  This text will
  224.                     appear in your message headers.  Default:
  225.                     nothing
  226.  
  227. TZONE=EDT           Your local time zone.  Must be three letters. 
  228.                     Default: GMT
  229.  
  230. TDIFF=4             The number of hours GMT is ahead of your time
  231.                     zone.  For example, Eastern Daylight Time is
  232.                     4.  Default: 0
  233.  
  234. TFWD=35             Sets the number of minutes past the hours that
  235.                     PACKET forwarding begins.  Set to 999 to turn
  236.                     PACKET forwarding off.  Default: 999
  237.  
  238. TUPDATE=9           Set the hour of the day (GMT) that the system
  239.                     update will occur automatically.  Set to 999
  240.                     to prevent automatic updating.  Automatic
  241.                     updating is strongly recommended.  Default: 0
  242.  
  243. ALMOFF=7            Set the hour of the day (GMT) to turn off the
  244.                     sysop alarm.  Default: nothing
  245.  
  246. ALMON=15            Set the hour of the day (GMT) to turn on the
  247.                     sysop alarm.  Default: nothing
  248.  
  249. ARCHIVE=C:\APLINK\ARCHIVE\  The path for archiving messages removed
  250.                     from the system. (Note: the trailing \ must be
  251.                     included.  Default: C:\APLINK\ARCHIVE\
  252.  
  253. SIGNON=NEED HELP? TYPE 'HELP+?'  The pre-login message.  Default:
  254.                     IF YOU NEED HELP TYPE 'HELP(CR/LF)'
  255.  
  256. SYSMSG=IMPORTANT: READ MESSAGER 1234  The post-login message.  This
  257.                     is not normally set but may be used to draw
  258.                     attention to an important bulletin.  Default:
  259.                     nothing
  260.  
  261. ALOG=AMTLOG         The path/filename for the AMTOR log file. 
  262.                     Default: AMTLOG
  263.  
  264. PLOG=PKTLOG         The path/filename for the PACKET log file.
  265.                     Default: PKTLOG
  266.  
  267. PRINTER=LPT1        The path to your system printer.  Default: NONE
  268.  
  269. PRTLOG=AMTOR        The name of the channel that prints to your
  270.                     printer when the system starts.  May be AMTOR,
  271.                     PACKET, or SYSTEM.  Default: SYSTEM
  272.  
  273. MSGFF=OFF           ON enables automatic form feed at the end of
  274.                     a message printed on the system printer. 
  275.                     Default: OFF
  276.  
  277. NTS=OFF             ON enables special NTS services.  See the
  278.                     NTSOPS.DOC file for National Traffic System
  279.                     operations.  Default: OFF
  280.  
  281. DIRECTVIDEO=ON      Must be set to OFF if running under Desqview. 
  282.                     Default: ON
  283.  
  284. CALL=W1ABC          Sets the internally stored call for a station
  285.                     you may wish to link with on AMTOR (manually)
  286.                     when you bring the system up.  Default: nothing
  287.  
  288. SELCAL=WABC         Sets the internally stored selcal for a station
  289.                     you may wish to link with on AMTOR (manually)
  290.                     when you bring the system up.  Default: nothing
  291.  
  292. The following parameters would only be set in special circumstances
  293. and are best left omitted from the APLINK.CNF file for normal
  294. operation.
  295.  
  296. AMODE=MBO           If AMODE is set to KSR (Keyboard Send/Receive -
  297.                     MBO off) the AMTOR channel will come on
  298.                     intially in KSR mode and will not automatically
  299.                     return to MBO mode on timeout. Default: MBO
  300.  
  301. PMODE=BBS           If PMODE is set to KSR (Keyboard Send/Receive -
  302.                     MBO off) the PACKET channel will come on
  303.                     initially in KSR mode and will not
  304.                     automatically return to BBS mode on timeout. 
  305.                     Default: BBS
  306.  
  307. AAB=ON              OFF defeats the system's automatic answerback.
  308.                     Default: ON
  309.  
  310. AUTOLOG=ON          OFF defeats the system's automatic logon
  311.                     system.  Default: ON
  312.  
  313. PKTAUTOFWD=OFF      ON enables autoforwarding of messages on PACKET
  314.                     that were received on PACKET.  Default: OFF
  315.  
  316.  
  317. STARTING THE SYSTEM
  318.  
  319. To start the system the first time, keep your transmitters turned
  320. off but your AMT-1 and your TNC turned on, and run AP.EXE.  The
  321. system will go through its initialization procedure and when it is
  322. ready for service will display the copyright notice on the screen.
  323.  
  324. Press the PgDn key on the number pad and type the following
  325. commands to enter the tutorial help files:
  326.  
  327. SH AMTOR HELP1(return) 
  328. SH AMTOR HELP2(return) 
  329. etc. thru HELP9
  330.  
  331. To see if it all worked type:
  332.  
  333. LH(return)
  334.  
  335. and you should get the message list with the help files showing. 
  336. If uncertain about this procedure read KEYBOARD OPERATION and SYSOP
  337. COMMANDS sections first.
  338.  
  339. This completes the installation.  You should be up and running
  340. unless the AMT-1 or TNC installation has not been previously
  341. checked out.  You can use the AP.EXE program to do that by simply
  342. switching off the related MBO or BBS function and using it as an
  343. ordinary terminal, following the installation instructions for the
  344. AMT-1 or your TNC.
  345.  
  346.  
  347. BULLETINS
  348.  
  349. Bulletins entered into the system from the AMTOR channel or by the
  350. Sysop are visible to everyone who uses the system.  Because of the
  351. proliferation of bulletins that arrive at any BBS via PACKET,
  352. bulletins that enter the system from the PACKET channel will not
  353. be visible to AMTOR users unless the Sysop uses the MCB Editor to
  354. change the "Channel" field from PACKET to SYSOP. Bulletins entered
  355. on the AMTOR channel will have no AT field and will not be
  356. forwarded by the system.  If an AMTOR user wishes to enter a
  357. bulletin into the PACKET network he must service the Sysop with
  358. instructions and the Sysop must then use the MCB Editor to reroute
  359. the bulletin.
  360.  
  361. Bulletins entering the system via PACKET are deleted after 21 days
  362. unless the Sysop changes the channel designator with the MCB
  363. Editor.
  364.  
  365.  
  366. LOG FILES
  367.  
  368. The system maintains three log files.  The path (file names) of two
  369. are declared in the APLINK.CNF file.  These are the AMTOR and
  370. PACKET text logs.  They record everything transmitted or received
  371. on their respective channels.  Their main purpose is diagnostic and
  372. can be turned off once the system is known to be stable and free
  373. of programmer errors. In order not to fill the disk with endless
  374. text logs, the current text logs are renamed AMTLOG.OLD and
  375. PKTLOG.OLD when UPDATE is executed and the previous AMTLOG.OLD and
  376. PKTLOG.OLD files are deleted.
  377.  
  378. The third log is a text format event log file that records logons,
  379. logoffs, filing of messages, reading of messages, etc., etc.  It
  380. is named EVENTLOG.S$.
  381.  
  382. The current AMTOR log may be read with the F7/F2 command when the
  383. keyboard is in AMTOR mode, the current PACKET log with the F7/F2
  384. command when the keyboard is in PACKET mode and the EVENT log with
  385. the F7/F2 command when the keyboard is in SYSOP mode. 
  386.  
  387. If a failure occurs during system operation the three log files
  388. should immediately be saved to give the programmer half a chance
  389. at finding what happened.
  390.  
  391.  
  392. CONSOLE OPERATION
  393.  
  394. When the system is started, three windows will be displayed with
  395. the copyright notice showing on the top window when the system has
  396. completed initialization.  
  397.  
  398. The top window is always devoted to displaying characters received
  399. on the AMTOR channel, the middle screen to characters received on
  400. the PACKET channel, and the bottom window to characters received
  401. from the keyboard or files being transmitted.  Over each window is
  402. a status bar related to that window (and channel).
  403.  
  404. The keyboard has four normal operating states; OFF, AMTOR, PACKET
  405. and SYSOP.  There are two additional states, ATEST and PTEST, that
  406. the Sysop will not normally use - they are for diagnostic purposes
  407. only.
  408.  
  409. If the keyboard is OFF the console will beep as a reminder whenever
  410. a key is pressed.  The system comes up with the keyboard OFF.  The
  411. numeric key pad is used to re-assign the keyboard:
  412.  
  413.    9 (PgUp) for AMTOR, 
  414.    6 (Right Arrow) for PACKET, 
  415.    3 (PgDn) for SYSOP and 
  416.    7 (Home) for OFF.  
  417.    
  418. The labels on the keys don't make much sense but it 'feels right'
  419. for the purpose.
  420.  
  421. In PACKET and SYSOP mode the keyboard is line buffered. Characters
  422. are transmitted only when return is pressed allowing backspace over
  423. the whole line.  In AMTOR mode the keyboard is word buffered. 
  424. Characters are transmitted when the spacebar, return, a control
  425. character, or +? is pressed.
  426.  
  427. If a 'T' (talk to the Sysop) command is received on one of the
  428. channels during a session the keyboard is automatically assigned
  429. to that channel for 5 minutes when the Sysop alarm is sounded. 
  430. After 5 minutes the keyboard reverts to its pervious assignment.
  431.  
  432. Some of the function keys are always active and some will respond
  433. only if the keyboard is assigned to the relevant channel.  This
  434. will make sense to you when you use the system.
  435.  
  436. Here is the meaning of the status bar indicators:
  437.  
  438.  
  439. AMTOR:aaa/bbb:cccc  <gmt time and date>  ddd/eee/fff  
  440.  
  441.    aaa = MBO when the AMTOR Mailbox is alive and well.    
  442.    aaa = KSR when the SYSOP has shut off the mailbox by          
  443.       one or another means.
  444.  
  445.    bbb = SBY when the MBO is waiting for a logon.    
  446.    bbb = OPN when someone has logged on, but there is no         
  447.       command outstanding.
  448.    bbb = INP when receiving a file.
  449.    bbb = OUT when transmitting a file.
  450.    bbb = TSF when transmitting files in response to an RN command.
  451.    bbb = NEW during the time a new AMTOR station is being        
  452.       registered.    
  453.    bbb = CFM during the time a message header is being confirmed.
  454.  
  455.    cccc = Is the call of the last user to have signed onto the   
  456.    AMTOR mailbox; or, if the system has just been initialized, it 
  457.       is the call specified in the CALL parameter of the         
  458.       configuration file.
  459.  
  460.    ddd = RCV when the AMTOR link is in the receive direction.
  461.    ddd = SND when the AMTOR link is in the transmit direction.
  462.  
  463.    eee = FEC during standby and when operating in FEC mode. 
  464.    eee = ARQ when linked or operating in ARQ-Listen mode.
  465.  
  466.    fff = ERR, RQ, TFC, IDL, OVR, PHA, SBY, or ESC depending on the 
  467.       state of the AMT-1.  See the AMT-1 or PK-232 Manual for    
  468.       explanations.
  469.  
  470.  
  471. PACKET:aaa/bbb:cccc  <local time and date>  Snd:dd/Rcv:ee  
  472.  
  473.    aaa = BBS when the Packet BBS on.
  474.    aaa = KSR when the Sysop has turned off the BBS.
  475.  
  476.    bbb = SBY when the BBS is waiting for a logon.    
  477.    bbb = OPN when someone has connected but there is no command  
  478.       outstanding.
  479.    bbb = INP when receiving a file.
  480.    bbb = OUT when transmitting a file.
  481.    bbb = TSF when transmitting files in response to an RN command.
  482.    bbb = SBJ while waiting for the subject input for a message.
  483.  
  484.    cccc = Is the call of the last user to have signed onto the
  485.       PACKET mailbox.
  486.  
  487.    dd = OK when XON has been received from the TNC.    
  488.    dd = NO when XOFF has been received from the TNC.    
  489.    ee = OK when XON has been sent to the TNC.
  490.    ee = NO when XOFF has been sent to the TNC.
  491.  
  492.  
  493. KBD:aaaaa                                        PTR:bbb
  494.  
  495.    aaaaa = KOFF when the keyboard is off.  
  496.    aaaaa = AMTOR when the keyboard is assigned to the AMTOR      
  497.       channel.
  498.    aaaaa = PACKET when the keyboard is assigned to the PACKET    
  499.       channel.
  500.    aaaaa = SYSOP when the keyboard is assigned to the SYSOP     
  501.       command handler.
  502.    aaaaa = *ATEST* when the keyboard is assigned to the AMTOR    
  503.       test routine.
  504.    aaaaa = *PTEST* when the keyboard is assigned to the PACKET   
  505.       test routine.
  506.    
  507.    bbb = NCF when the printer is not configured.
  508.    bbb = SYS when the printer is assigned to the system.
  509.    bbb = AMT when the printer is assigned to the AMTOR channel.  
  510.    bbb = PKT when the printer is assigned to the PACKET channel.
  511.  
  512.  
  513. FUNCTION KEY COMMANDS
  514.  
  515. The function key assignments will 'feel' right with the function
  516. keys arranged vertically at the left hand edge and the Gray + and -
  517. keys are on the right hand edge (standard XT layout).  If your
  518. keyboard arranges the function keys along the top they will be more
  519. awkward to use.  Note: The keys described below are active when the
  520. keyboard is in the relevant mode.  
  521.  
  522.  
  523. Keys           Function
  524.  
  525. Grey +         ARQ/FEC receive mode.  In the ARQ mode, a +? is
  526.                transmitted and in the FEC mode a begin transmit
  527.                command is issued to the AMTOR terminal unit.
  528.  
  529. Grey -         ARQ/FEC transmit mode.  In either mode an
  530.                appropriate break command is issued to the AMTOR
  531.                terminal unit.  (Note: The PK-232 will not execute
  532.                this command until it sees a IDLE status.)
  533.  
  534. Esc            Stops any file transmission in progress and clears
  535.                all keyboard and send buffers.
  536.  
  537. End            Issues an end command to the AMTOR terminal unit. 
  538.                This closes the link in ARQ mode and performs the
  539.                same function as the Grey + key above in the FEC
  540.                mode.
  541.  
  542. Del            Issues a return-to-letters-case command to the AMTOR
  543.                terminal unit.  This provides an immediate manual
  544.                override when text is being received if figures-
  545.                case.
  546.  
  547. F1             Displays a short help menu.
  548.  
  549. F3             Displays the Mode Selection menu.
  550.  
  551. F3 F2          In AMTOR mode, forces the AMTOR terminal unit into
  552.                STANDBY mode.  (With the PK-232 there may be some
  553.                delay in execution.)
  554.  
  555. F3 F4          In AMTOR mode switches the MBO on and off.  In the
  556.                PACKET mode switches the BBS on and off.
  557.  
  558. F3 F6          In the AMTOR mode commands the AMTOR terminal unit
  559.                to monitor ARQ.
  560.  
  561. F3 F8          In the AMTOR mode, begins an AMTOR automatic
  562.                forwarding cycle; in the PACKET mode, begins the a
  563.                PACKET automatic forwarding cycle.
  564.  
  565. F3 F10         Ends the APLINK program and returns to the operating
  566.                system.
  567.  
  568. F5             Displays the Clear Selection menu.
  569.  
  570. F5 F6          Clears all windows.
  571.  
  572. F5 F10         Sends a formfeed command to the printer.
  573.  
  574. F7             Displays the File Operations menu.
  575.  
  576. F7 F2          Read or edit a log file.  In AMTOR mode, the AMTOR
  577.                log file; in PACKET mode, the PACKET log file; and
  578.                in SYSOP mode, the EVENT log file.
  579.  
  580. F7 F4          Invoke the Norton Editor to edit any ASCII file.
  581.  
  582. F7 F6          Invoke MS-DOS as an overlay.  APLINK will be
  583.                suspended but will remain resident.  Type exit at
  584.                the DOS prompt to return to APLINK.
  585.  
  586. F7 F8          Prompts for a file name and then transmits that
  587.                file.
  588.  
  589. F7 F10         Switch the printer to print the channel indicated
  590.                by the current mode.  If in SYSOP mode the printer
  591.                is switched off.
  592.  
  593. F9             Display the AMTOR On-Line Commands menu.
  594.  
  595. F9 F4          Enter call letters and optionally the selcal for a
  596.                station to be called.  If the selcal is not entered
  597.                then it will be generated automatically from the
  598.                call letters by APLINK.
  599.  
  600. F9 F6          Begin an ARQ call.
  601.  
  602. F9 F8          Switch on a steady carrier to the AMTOR transmitter
  603.                for testing or tuning.
  604.  
  605. F9 F10         Send an identification sequence on the AMTOR
  606.                channel.
  607.  
  608. Alt-F9         Send an identification sequence followed by a LOGOUT
  609.                command on the AMTOR channel.
  610.  
  611.  
  612. SYSOP COMMANDS
  613.  
  614. Remember, the following are SYSOP commands.  They are not the same
  615. as the commands used over the air by a remote station.  These
  616. commands are not normally invoked while linked but may be usually
  617. without harm.  The system will delay response to an online user
  618. while SYSOP commands are being executed.
  619.  
  620. In the table below <number> is any integer between 0 and 29999,
  621. <id>, <id1> and <id2> are standard 1 to 6 character PACKET routing
  622. designators (usually call letters), and <filename> is any valid
  623. MS-DOS path/filename. 
  624.  
  625. COMMAND                  FUNCTION
  626.  
  627. CANCEL <number>          Marks message <number> as CANCELLED.  It
  628.                          will no longer appear on any be the
  629.                          Sysop's message lists.  This is normally
  630.                          used to remove bulletins from the system
  631.                          but may be used to remove a defective or
  632.                          possible illegal message as well.  The
  633.                          next UPDATE will archive all cancelled
  634.                          messages.
  635.  
  636. E <number>               Invokes the Message Control Block Editor
  637.                          for message <number>.  See the separate
  638.                          section describing the MCB Editor.
  639.  
  640. L                        List all messages in the system except
  641.                          bulletins.
  642.  
  643. L <number>               List all messages in the system equal to
  644.                          or greater than <number>, except
  645.                          bulletins.
  646.  
  647. LP                       List all "pending" messages; messages
  648.                          awaiting forwarding or delivery.
  649.  
  650. LT                       List all messages addressed to this
  651.                          station and to "SYSOP".
  652.  
  653. LT <id>                  List all messages to <id>.
  654.  
  655. LF                       List all messages from this station.
  656.  
  657. LF <id>                  List all messages from <id>.
  658.  
  659. LB                       List all bulletins.
  660.  
  661. LH                       List all help files.
  662.  
  663. LR                       List users logging into the system on the
  664.                          AMTOR channel in the last 24 hours.
  665.  
  666. LU                       List all users registered for the AMTOR
  667.                          channel.
  668.  
  669. NTS                      List all NTS messages in the system. 
  670.                          (Note: This command when invoked on the
  671.                          AMTOR or PACKET port will only list NTS
  672.                          messages marked as FILED or ACCESSED.
  673.  
  674. P <number>               Print message <number> to your printer. 
  675.                          If the message is addressed to your
  676.                          station it will be marked as forwarded.
  677.  
  678. PN                       Print all new messages to your station and
  679.                          mark them as forwarded.
  680.  
  681. R <number>               Read message <number>.  This invokes the
  682.                          Norton Editor with message <number>.  Not
  683.                          only can the Sysop read but he can also
  684.                          modify any message in the system.  It is
  685.                          generally not socially acceptable to
  686.                          modify other people's messages.  Any
  687.                          message accessed in this way addressed to
  688.                          you station will be marked as forwarded.
  689.  
  690. RESTORE <number>         Restores a cancelled message provided it
  691.                          has not been archived.
  692.  
  693. SP <id1> [AT <id2>] [<filename>]   If file name is included, copies
  694.                          <filename> into APLINK as a message to
  695.                          <id1>.  If <filename> is not included then
  696.                          the Norton Editor in invoked.  After the
  697.                          message has been typed and edited, exiting
  698.                          the editor stores the message into APLINK. 
  699.                          If the Norton Editor is exited without
  700.                          saving the text (i.e., F3 Q Y) then the
  701.                          operation is cancelled.
  702.  
  703. SB . . .                 Same as the SP command above except the
  704.                          message is marked BULLETIN.
  705.  
  706. ST . . .                 Same as the SP command above except that
  707.                          the message is marked NTS.  Certain
  708.                          restrictions may apply to NTS messages. 
  709.                          See the section on NTS operations.
  710.  
  711. SH . . .                 Same as the SP command above except the
  712.                          "message" is a help file only.          
  713.  
  714. IN AND OUT OF AMTOR MBO MODE
  715.  
  716. First set the keyboard to AMTOR mode.
  717.  
  718. The system is toggled in and out of MBO mode by pressing F3 F4. 
  719. The system will automatically return to MBO mode after about ten
  720. minutes time, once the system is no longer linked, in the highly
  721. unlikely event that the Sysop forgets to return it.
  722.  
  723. If a user is using the MBO when F3 F4 is invoked, all operations
  724. will stop, any open message files closed and the system will send:
  725.  
  726.       PLEASE STANDBY...
  727.  
  728. At that point you may converse with the user.  F3 F4 again will
  729. return the system to MBO mode.  Once out of MBO mode the program
  730. operates as an ordinary AMTOR terminal program and may be used to
  731. call stations, send files manually, etc.
  732.  
  733. If a station that you want to talk to has logged off before you
  734. could catch them just press F9 F6 with the keyboard set to AMTOR
  735. and if the other station is still on the frequency the link will
  736. be re-established.
  737.  
  738. Whenever an ARQ call is initiated (F9 F6) the MBO mode is switched
  739. off.  It may be restored by the F3 F4 toggle.
  740.  
  741.  
  742. USING THE PRINTER
  743.  
  744. If the printer has been declared in the configuration file it is
  745. available to the Sysop for either logging or printing messages.
  746.  
  747. To log a channel, put the keyboard in that channel mode and press
  748. F7 F10.  To return the printer to standby put the keyboard in SYSOP
  749. mode and press F7 F10.
  750.  
  751.  
  752. THE MCB EDITOR
  753.  
  754. Each message in the system has a tag record called a message
  755. control block maintained in a separate file.  This record contains
  756. pertinent information about the message such as it's type, filing
  757. time, from and to fields, etc., etc.  Any item of data in the MCB
  758. may be changed by the Sysop except the message number and the
  759. filing and forwarding times.  This is done with the MCB Editor
  760. which is invoked on the Sysop's command line with:
  761.  
  762.    E <message number>
  763.  
  764. Once the Editor's window is opened on the c.r.t., typing any of the
  765. following key words (upper or lower case) will change the
  766. appropriate parameter in the MCB:
  767.  
  768.    PRIVATE, BULLETIN, NTS, HELP
  769.    SYSOP, AMTOR, PACKET,
  770.    STATIC, FILED, ACCESSED, DELIVERED, or CANCELLED.    
  771.  
  772. The TO, AT, FROM, and BBS fields may be changed by typing:
  773.  
  774.    TO <new field>,
  775.    AT <new field>, etc...
  776.       
  777. Pressing return with no other entry will record any changes and
  778. return to the SYSOP command line.
  779.  
  780.  
  781. PROGRAM DISTRIBUTION
  782.  
  783. APLINK is now being distributed by two methods.  If you have access
  784. to Compuserve (CIS), the latest version (in archive format) may be
  785. downloaded from the Hamnet forum.  Otherwise, a disk with all the
  786. APLink files may be obtained by mail from AD7I.  Please send a
  787. blank, formatted 5-1/4 inch floppy diskette with return mailer and
  788. postage to: 
  789.  
  790.      Paul Newland, AD7I
  791.      Post Office Box 205
  792.      Holmdel, NJ 07733
  793.      USA
  794.  
  795. Paul has written a complete AMTOR User's guide for APLINK that is
  796. available from him at the above address, please include a large
  797. (8-1/2 x 11) SASE envelope with return postage.
  798.  
  799.  
  800. SYSOP ASSISTANCE
  801.  
  802. If you are having problems bringing up APLINK for the first time
  803. please read, and then re-read the documentation provided on the
  804. disk.  Most questions received to date are covered in this
  805. information.
  806.  
  807. If you still are having problems, or have other questions relating
  808. to APLINK system operation please direct them, in writing, to
  809. Craig, WA8DRZ/6:
  810.  
  811.      Craig McCartney, WA8DRZ
  812.      160 Montalvo Road
  813.      Redwood City, CA 94062
  814.      USA
  815.  
  816. Via AMTOR, leave an note on the WA8DRZ/6 APLink system on 20
  817. meters.  
  818.  
  819. Via Packet, send a message to: 
  820.  
  821.       WA8DRZ @ WA8DRZ.#NOCAL.CA.USA.NA  
  822.  
  823. Via CIS send a note on Hamnet or Email to user id 73126,3260.
  824.  
  825. In emergencies, verbal messages may be left on a 24-hour answering
  826. machine at telephone number 415-365-2053.
  827.  
  828.  
  829. The following is a verbatim copy of the various help files included
  830. in the APLink distribution:
  831.  
  832.  
  833. APLINK PACKET Channel Commands:
  834.  
  835. B                   Bye - Log off the BBS.  Just disconnecting does
  836.                     the same thing.
  837.  
  838. H                   Help - Sends this file.
  839.  
  840. I                   Info - Sends the Information file.
  841.  
  842. L                   List - Lists all messages.
  843. L #                 List # - List all files from message #.
  844. LB                  List all bulletins.
  845. LF <call>           List From <call> - Lists all messages to
  846.                     <call>.  If <call> is omitted it lists all
  847.                     messages from you. 
  848. LT <call>           List To <call> - Lists all messages to <call>. 
  849.                     If <call> is omitted it lists all messages to
  850.                     you.
  851. LH                  List all help files.
  852.  
  853. NTS                 List all NTS messages that have not been
  854.                     forwarded.
  855.  
  856. R #                 Read # - Read message #.
  857. RN                  Read New - Read all new messages addressed to
  858.                     you.
  859.  
  860. SP <call> @ <bbs>   Send - Send a message to <call> (optionally)
  861.                     at <bbs>. 
  862. SB <name>           Send a general interest bulletin of <name>.  
  863.                     (Will not be forwarded.)
  864. ST <id2> @ <id2>    Send NTS traffic using current conventions.
  865.  
  866. T                   Talk - Signal the Sysop.
  867.  
  868. V                   Version - Read system version number.
  869.  
  870. CANCEL #            Cancels message # if you are the originator.
  871.  
  872. There is no Kill command.  Messages that have been read of
  873. forwarded will be deleted automatically from the system after 24
  874. hours.  Unread messages will be deleted automatically after 21
  875. days.  Bulletins will remain until the originator or the Sysop
  876. cancels them.
  877. AMTOR CHANNEL COMMANDS
  878.  
  879. TYPE ALL COMMANDS ON A NEW LINE, END WITH (CR/LF).  DO NOT SEND THE
  880. + ? SEQUENCE.  LET THE SYSTEM CONTROL THE LINK DIRECTION.
  881.  
  882. NEW (CALL) (SELCAL) - REGISTERS A NEW USER
  883. LOGIN (YOUR CALL) - LOGS YOU IN IF YOU ARE REGISTERED LOGON (YOUR
  884. CALL) - SAME AS LOGIN
  885.  
  886. H OR HELP - SEND THE HELP FILE
  887.  
  888. L - LIST ALL AVAILABLE MESSAGES IN THE SYSTEM (SEE NOTE)
  889. L (NUMBER) - AS ABOVE EQUAL OR GREATER THAN (NUMBER) 
  890. LT OR LM - LIST ALL MESSAGES TO YOU
  891. LT (CALL) - LIST ALL MESSAGES TO (CALL)
  892. LF - LIST ALL MESSAGES FROM YOU
  893. LF (CALL) - LIST ALL MESSAGES FROM (CALL)
  894. LB - LIST ALL GENERAL INTEREST BULLETINS (SEE NOTE)
  895. LB (NUMBER) - AS ABOVE EQUAL OR GREATER THAN (NUMBER) 
  896. LR - LIST AMTOR USERS WHO HAVE LOGGED ON IN THE PAST 24 HOURS 
  897. LU - LIST ALL REGISTERED AMTOR USERS
  898.  
  899. NTS - LAST ALL UNFORWARDED NTS MESSAGES (MAY BE RESTRICTED)
  900.  
  901. RN OR RM - READ ALL NEW MESSAGES ADDRESSED TO YOU 
  902. R (NUMBER) - READ MESSAGE (NUMBER)
  903.  
  904. SP (CALL) - SEND A MESSAGE TO (CALL), END WITH NNNN 
  905. SB (ID) - SEND A BULLETIN TO 'ID', END WITH NNNN 
  906.  
  907. SP (CALL1) AT (CALL2) - SEND A MESSAGE TO (CALL1) TO BE FORWARDED
  908.  TO BBS (CALL2)
  909. ST (ZIPCODE) AT (NTS STATECODE) - SEND AN NTS MESSAGE (USE       
  910.  ACCEPTED NTS SUBJECT AND MESSAGE FORMAT)
  911.    
  912. VN OR VM - READ ALL NEW MESSAGES ADDRESSED TO YOU INCLUDING ROUTING
  913.  HEADERS
  914. V (NUMBER) - READ MESSAGE (NUMBER) INCLUDING ROUTING HEADERS
  915.  
  916. CANCEL (NUMBER) - CANCELS MESSAGE (NUMBER) IF ORIGINATED BY YOU
  917.  
  918. T - TALK TO THE SYSOP
  919.  
  920. I - INFORMATION ABOUT THIS SYSTEM
  921.  
  922. V - READ VERSION NUMBER
  923.  
  924. A - (AFTER SEIZING THE LINK) ABORT A FILE BEING RECEIVED
  925.  
  926. LOGOUT - LOGS YOU OFF
  927. LOGOFF - SAME AS LOGOUT
  928.  
  929. /// - ANYWHERE ON THE LINE CANCELS THE LINE (EXCEPT IN MESSAGES)
  930.  
  931. NOTE: THE L, AND LB COMMANDS WILL ONLY LIST MESSAGES YOU HAVE NOT
  932. PREVIOUSLY LISTED.  FOLLOW THE COMMAND WITH A NUMBER TO OVERRIDE
  933. THIS FEATURE.  USE 0 TO LIST ALL MESSAGES IN THE CATEGORY.
  934.  
  935. HERE IS SOME SPECIAL COMMANDS FOR THE EXPERT USER:
  936.  
  937. RI - READS THE MBO'S INTERCEPT FILE
  938. RF - READS THE MBO'S AMTOR AUTOFORWARD ROUTING FILE 
  939. F - (AFTER SEIZING THE LINK) ABORT A FILE BEING RECEIVED AND MARK
  940.  IF FORWARDED IF IT IS FOR YOU.  (THIS IS FOR USE WITH          
  941.  DUPLICATE MESSAGES.)
  942.  
  943.  
  944. REGISTERING A NEW AMTOR USER
  945.  
  946. THE COMMAND 'NEW (CALL) (SELCAL)' WILL REGISTER A NEW USER WITH THE
  947. SYSTEM.  THIS COMMAND MAY BE INVOKED WHETHER LOGGED INTO THE SYSTEM
  948. OR NOT.  AN UNREGISTERED STATION MAY REGISTER ITSELF AND THEN LOG
  949. IN OR A LOGGED IN STATION MAY REGISTER ANOTHER STATION.  SINCE THE
  950. SYSTEM WILL ONLY ACCEPT TRAFFIC FOR REGISTERED STATIONS (UNLESS THE
  951. TRAFFIC IS TO BE FORWARDED TO ANOTHER MBO/BBS), THIS PROVIDES A
  952. MEANS FOR A MESSAGE ORIGINATOR TO ENTER A MESSAGE BEFORE THE
  953. ADDRESSEE HAS USED THE SYSTEM FOR THE FIRST TIME.
  954.  
  955. THE SYSTEM WILL REQUEST CONFIRMATION OF THE CALL AND SELCAL. IF THE
  956. PLAYBACK IS NOT CORRECT FOR ANY REASON, RESPOND WITH A 'NO' AND
  957. INVOKE THE 'NEW' COMMAND AGAIN.
  958.  
  959. CALL LETTERS MUST BE SEVEN OR LESS LETTERS.  PREFIXES OR SUFFIXES
  960. SUCH AS /8 OR /MM2 MAY NOT BE INCLUDED.  THIS REGISTRATION PROCESS
  961. ASSURES ACCURATE STATION IDENTIFICATION AND ADDRESSING CONSISTENCY
  962. WITH THE PACKET SYSTEM WITH WHICH APLINK INTERCONNECTS.
  963.  
  964.  
  965.  
  966. LOGGING IN ON AMTOR
  967.  
  968. THIS MBO HAS AN AUTOMATIC LOGIN PROCEDURE FOR REGISTERED STATIONS
  969. WITH AUTOMATIC ANSWERBACK (AAB) ENABLED.  WHEN YOU FIRST LINK WITH
  970. THE SYSTEM, IT SEIZES THE LINK, IDENTIFIES, SENDS A 'WRU' CHARACTER
  971. (FIGS-D), AND WAITS FOR AN ANSWERBACK RESPONSE.  THE EXPECTED
  972. RESPONSE IS: 'QRA CALL SELCAL' (FOR EXAMPLE 'QRA WA8DRZ WDRZ' IS
  973. THIS STATION'S RESPONSE).
  974.  
  975. IF NO AAB RESPONSE IS RECEIVED THE SYSTEM SENDS A MANUAL LOGIN
  976. REQUEST FOLLOWED BY THE + ? SEQUENCE.  AT THIS POINT A USER SHOULD
  977. SEND EITHER 'LOGIN (CALL)(CR/LF)' OR 'LOGON (CALL)(CR/LF)'.  IF THE
  978. CALL HAS BEEN REGISTERED THE SYSTEM WILL RESPOND WITH A 'GA'
  979. PROMPT.  IF AN ERROR WAS RECEIVED OR THE CALL IS NOT REGISTERED THE
  980. SYSTEM WILL EITHER PROVIDE ANOTHER PROMPT OR WAIT FOR THE USER TO
  981. TRY AGAIN.
  982.  
  983. APLINK WILL DISCONNECT AFTER THREE MINUTES IF NO LOGIN HAS BEEN
  984. RECOGNIZED.
  985.  
  986. ONCE YOU HAVE LOGGED ON, THE SYSTEM IS READY FOR YOUR COMMAND
  987. WHENEVER IT SENDS A 'GA' (GO AHEAD) PROMPT.
  988.  
  989. YOU MAY LOG OUT OF THE SYSTEM WITH 'LOGOUT(CR/LF)', 'LOGOFF(CR/LF)'
  990. OR ANY TIME THE LINK IS LOST THE CURRENT USER IS AUTOMATICALLY
  991. LOGGED OUT.
  992.  
  993. IF A MESSAGE IS BEING SENT TO THE SYSTEM DURING A LINK FAILURE,
  994. THAT PART OF THE MESSAGE THAT WAS RECEIVED IS FILED AND IS
  995. AVAILABLE TO THE ADDRESSEE.
  996.  
  997.  
  998.  
  999. RECEIVING YOUR MESSAGES ON AMTOR
  1000.  
  1001. THE QUICKEST AND SIMPLEST WAY TO RECEIVE YOUR MESSAGES IS TO GIVE
  1002. THE 'RN' (MEANING 'READ NEW') COMMAND AS SOON AS YOU SIGN ON.  ALL
  1003. MESSAGES IN THE SYSTEM NOT ALREADY MARKED 'FORWARDED' WILL BE
  1004. TRANSMITTED TO YOU AUTOMATICALLY WITHOUT FURTHER ACTION ON YOUR
  1005. PART.  AS EACH MESSAGE IS COMPLETELY FORWARDED TO YOU IT IS MARKED
  1006. 'FORWARDED' AND WILL NOT BE TRANSMITTED AGAIN WITH THIS COMMAND. 
  1007. (YOU MAY READ IT AGAIN WITH THE 'R (NUMBER)' COMMAND.
  1008.  
  1009. IF YOU ARE RECEIVING AN UNFORWARDED MESSAGE AND THE LINK IS LOST
  1010. THE MESSAGE IS MARKED 'ACCESSED', NOT 'FORWARDED'.  NEXT TIME YOU
  1011. LOG IN IT WILL STILL BE AVAILABLE TO THE 'RN' COMMAND.
  1012.  
  1013. IF YOU HAVE LOGGED INTO THE SYSTEM WITH YOUR AUTOMATIC ANSWERBACK
  1014. THEN THE SYSTEM WILL MARK YOUR MESSAGES 'FORWARDED' ONLY AFTER IT
  1015. TRIGGERS YOUR ANSWERBACK AT THE END OF EACH MESSAGE.
  1016.  
  1017. YOU DO NOT HAVE TO (IN FACT, CANNOT) DELETE A MESSAGE.  ONCE IT IS
  1018. FORWARDED THE SYSTEM WILL DELETE IT 24 OR MORE HOURS LATER.  IN THE
  1019. MEANTIME IT MAY BE READ AGAIN USING THE 'R (NUMBER)' COMMAND.
  1020.  
  1021. USE THE LIST COMMANDS TO SEE WHAT MESSAGES ARE AVAILABLE.
  1022.  
  1023.  
  1024.  
  1025. ENTERING A MESSAGE ON AMTOR
  1026.  
  1027. MESSAGES MAY BE ENTERED DIRECTLY FROM YOUR KEYBOARD INTO THE
  1028. SYSTEM, HOWEVER IT IS BETTER IF YOU PREPARE A FILE BEFORE LOGGING
  1029. ON AND THEN SEND IT AT MACHINE SPEED.  THIS REDUCES THE CONNECT
  1030. TIME TO THE SYSTEM AND THE POTENTIAL FOR TRANSMISSION ERRORS.
  1031.  
  1032. YOU MAY SEND THREE KINDS OF MESSAGES:
  1033.  
  1034. 'SP (CALL)' WHICH IS A MESSAGE TO A SPECIFIC STATION AND MAY ONLY
  1035. BE READ BY THAT STATION (OR YOU OR THE SYSOP) AND WILL APPEAR ON
  1036. THE MESSAGE LIST ONLY FOR THOSE STATIONS.  FOR OTHERS, IT SIMPLY
  1037. ISN'T THERE.  'SP' MESSAGES WILL REMAIN IN THE SYSTEM FOR 21 DAYS
  1038. OR 24 HOURS AFTER BEING MARKED 'FORWARDED', WHICHEVER COMES FIRST.
  1039.  
  1040. 'SP' TYPE MESSAGES MAY ALSO BE ENTERED FOR AUTOMATIC FORWARDING TO
  1041. ANOTHER MBO/BBS.  THEY MAY BE ENTERED IN THE FORM 'SP (CALL1) TO
  1042. (CALL2)' WHERE (CALL1) IS THE ADDRESSEE AND (CALL2) IS HIS LOCAL
  1043. MBO/BBS.
  1044.  
  1045. 'ST (ZIPCODE) TO (NTS STATECODE)' IS USED TO ENTER A MESSAGE TO
  1046. ANYONE TO BE DELIVERED BY THE NATIONAL TRAFFIC SYSTEM. THE SUBJECT
  1047. (FIRST LINE) SHOULD READ: QTC (CITY, STATE) AND THE BODY OF THE
  1048. MESSAGE SHOULD BE IN STANDARD ARRL MESSAGE FORMAT.
  1049.  
  1050. 'SB (ID)' ADDRESSES A MESSAGE TO 'ID' AND MARKS IT AS A BULLETIN.
  1051.  
  1052. BULLETIN TYPE MESSAGE WILL REMAIN IN THE SYSTEM UNTIL REMOVED
  1053. (CANCELLED) BY EITHER THE ORIGINATOR OR THE SYSOP.
  1054.  
  1055. TO SEND A MESSAGE, TYPE THE COMMAND (I.E., 'SP W5SMM(CR/LF)') AND
  1056. WAIT FOR A RESPONSE FROM THE SYSTEM.  AT THE 'GA MSG' PROMPT ENTER
  1057. THE TEXT OF THE MESSAGE.  THE FIRST LINE WITH TEXT WILL APPEAR ON
  1058. THE SUBJECT LINE IN THE MESSAGE LISTS. IF THE STATION YOU ADDRESSED
  1059. THE MESSAGE TO IS NOT IN THE USER ID FILE (OR THERE HAS BEEN A
  1060. TRANSMISSION ERROR) YOU WILL RECEIVE A 'NF' (MEANING NOT FOUND). 
  1061. IF YOU WISH TO SEND A MESSAGE TO THAT STATION ANYWAY USE THE 'NEW'
  1062. COMMAND TO REGISTER THE STATION FIRST.
  1063.  
  1064. AT THE END OF THE MESSAGE SEND 'NNNN' ON A NEW LINE.  'NNNN'
  1065. EMBEDDED IN TEXT IS IGNORED.  AFTER SENDING 'NNNN' WAIT FOR A NEW
  1066. 'GA' PROMPT TO ENTER A NEW COMMAND.
  1067.  
  1068. IDENTIFY YOUR STATION AT REGULAR INTERVALS BY SENDING YOUR
  1069. IDENTIFICATION AFTER A 'GA' PROMPT.  ANY CHARACTER SEQUENCE THAT
  1070. IS NOT A VALID COMMAND IS IGNORED BY THE SYSTEM ONCE YOU HAVE
  1071. LOGGED IN.
  1072.  
  1073. IF YOU HAVE ALREADY SENT A PARTIAL COMMAND LINE AND WANT TO CANCEL
  1074. THE LINE JUST SEND THREE OR MORE '/'S IN A ROW ANYWHERE ON THE
  1075. LINE.  THAT LINE WILL BE IGNORED.  THIS ONLY WORKS ON COMMAND
  1076. LINES.  /// IMBEDDED IN A MESSAGE WILL BE PASSED ON TO THE
  1077. ADDRESSEE.
  1078.  
  1079. AFTER YOU HAVE TRANSMITTED A MESSAGE YOU MAY CANCEL IT WITH THE
  1080. 'CANCEL (NUMBER)' COMMAND.  THIS IS NORMALLY USED TO ONLY REMOVE
  1081. A BULLETIN YOU HAVE PLACED IN THE SYSTEM, BUT IT MAY BE USED TO
  1082. REMOVE ANY MESSAGE YOU HAVE PREVIOUSLY SENT.
  1083.  
  1084.  
  1085.  
  1086. MESSAGE LIST EXPLANATION
  1087.  
  1088. THE FORMAT FOR THE MESSAGE LIST IS SIMILAR TO THAT OF COMMONLY USED
  1089. PACKET BBS PROGRAMS.  THE SYMBOLS FOR TYPE AND STATUS ARE
  1090. CONSISTENT WITH THE PACKET SYSTEM EXCEPT FOR THE STATUS SYMBOL 'A'.
  1091.  
  1092. MSG = MESSAGE NUMBER (ASSIGNED BY THE SYSTEM)
  1093.  
  1094. T = MESSAGE TYPE AS FOLLOWS:
  1095.  P - A PRIVATE MESSAGE, MAY ONLY BE READ BY THE ADDRESSEE,       
  1096.      ORIGINATOR OR SYSOP  
  1097.  B - A BULLETIN
  1098.  T - AN NTS MESSAGE
  1099.  
  1100. S = STATUS AS FOLLOWS:
  1101.  N - MESSAGE NOT YET ACCESSED BY, DELIVERED, OR FORWARDED TO THE
  1102.      ADDRESSEE  
  1103.  A - MESSAGE ACCESSED BY THE ADDRESSEE VIA AMTOR BUT NOT FULLY   
  1104.      DELIVERED (POSSIBLY A LINK FAILURE DURING DELIVERY)  
  1105.  Y - MESSAGE FORWARDED TO THE ADDRESSEE OR ANOTHER MBO/BBS  
  1106.  
  1107. TO = CALL OF ADDRESSEE
  1108.  
  1109. AT = CALL OF ADDRESSEE'S BBS
  1110.  
  1111. FROM = CALL OF ORIGINATOR
  1112.  
  1113. FILED = DATE/TIME MESSAGE WAS ENTERED INTO THE SYSTEM
  1114.  
  1115. SUBJECT = THE FIRST LINE OF THE MESSAGE CONTAINING TEXT
  1116.  
  1117.  
  1118.  
  1119.  
  1120. LISTING MESSAGES
  1121.  
  1122. THERE ARE SEVERAL COMMANDS FOR LISTING MESSAGES THAT ARE IN THE
  1123. SYSTEM.  THE 'LT (CALL)', AND 'LF (CALL)' ('LIST TO' AND 'LIST
  1124. FROM') DEFAULT TO THE CALL OF THE USER LOGGED INTO THE SYSTEM IF
  1125. NO ARGUMENT IS GIVEN.  
  1126.  
  1127. THE 'L', AND 'LB' COMMANDS WHEN GIVEN WITHOUT ARGUMENTS WILL LIST
  1128. ONLY MESSAGES NOT PREVIOUSLY LISTED FOR YOU.  YOU MAY OVERRIDE THIS
  1129. FEATURE BY ADDING A NUMBER FOLLOWING THE 'L', OR 'LB'. THE ARGUMENT
  1130. 0 WILL LIST ALL THE MESSAGES IN THE CATEGORY.
  1131.  
  1132. MESSAGES THAT HAVE BEEN CANCELLED WILL NOT APPEAR ON THE MESSAGE
  1133. LIST EVEN THOUGH THEY MAY STILL BE IN THE SYSTEM.
  1134.  
  1135. MESSAGES THAT ARE TYPE 'PRIVATE' WILL ONLY APPEAR ON LISTS FOR THE
  1136. ADDRESSEE AND ORIGINATOR OF THE MESSAGE.
  1137.  
  1138. READ THE HELP FILES NAMED 'SYSTEM MAINTENANCE' AND 'MESSAGE LIST
  1139. EXPLANATION'.
  1140.  
  1141.  
  1142.  
  1143. SYSTEM MAINTENANCE
  1144.  
  1145. THE MAINTENANCE ROUTINES FOR THIS SYSTEM ARE TYPICALLY RUN ONCE A
  1146. DAY BY THE SYSOP.  AT THAT TIME THE FOLLOWING RULES APPLY TO ALL
  1147. MESSAGE FILES:
  1148.  
  1149. 1. ALL MESSAGES MARKED CANCELLED ARE REMOVED.
  1150.  
  1151. 2. ALL MESSAGES MARKED DELIVERED FOR MORE THAT 24 HOURS ARE
  1152. REMOVED.
  1153.    
  1154. 3. ALL MESSAGES EXCEPT BULLETINS THAT ARE OVER 21 DAYS OLD ARE
  1155. REMOVED.
  1156.  
  1157.  
  1158.  
  1159. AMTOR PORT OPERATING HINTS
  1160.  
  1161. IF YOU HAVE BEEN SITTING IDLE FOR A FEW SECONDS BEFORE TYPING A
  1162. COMMAND, TYPE CR/LF JUST BEFORE ISSUING THE COMMAND.  THIS CLEARS
  1163. ANY STRAY LEADING CHARACTERS FROM THE BUFFER THAT MAY HAVE BEEN
  1164. RECEIVED IN ERROR DURING THE IDLE PERIOD.
  1165.  
  1166. IF YOU GET A LONG FILE STARTED AND WOULD LIKE TO ABORT, SIMPLY
  1167. CEASE THE LINK, WAIT FOR IDLE STATUS ON YOUR AMTOR TERMINAL, AND
  1168. TYPE 'A' (CR/LF).  THE SYSTEM WILL RETURN A 'BK GA' PROMPT AND
  1169. ACCEPT A NEW COMMAND FROM YOU.
  1170.  
  1171. REMEMBER THAT THE FIRST LINE OF A MESSAGE WILL APPEAR ON THE
  1172. MESSAGE LIST AS THE SUBJECT.  MAKE IT MEANINGFUL TO SOMEONE
  1173. SCANNING THE LIST.
  1174.  
  1175.