\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Bill PY2BIL - LU7ECX (gcremerius)} \pdfinfo{ /Title (bpq-user-commands.pdf) /Creator (Cheatography) /Author (Bill PY2BIL - LU7ECX (gcremerius)) /Subject (BPQ User Commands Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{09807C} \definecolor{LightBackground}{HTML}{EFF7F6} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{BPQ User Commands Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Bill PY2BIL - LU7ECX (gcremerius)} via \textcolor{DarkBackground}{\uline{cheatography.com/118440/cs/21887/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Bill PY2BIL - LU7ECX (gcremerius) \\ \uline{cheatography.com/gcremerius} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 29th February, 2020.\\ Updated 26th June, 2022.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Node Commands}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{?}} & Displays a list of commonly used node commands, starting with all the sysop-defined applications first, then followed by the standard ones. \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} {\bf{A}}ttach & Get exclusive control of the port before connecting (for a single user, such as WINMOR or Pactor ports).\{\{nl\}\} `ATTACH~{[}P{]}\{\{nl\}\}C~{[}CALL{]}` \tn % Row Count 12 (+ 6) % Row 2 \SetRowColor{LightBackground} {\bf{BBS}} & {[}sysop defined{]} Usual command to access the BBS and Mail system, but could be anything else defined by the sysop. \tn % Row Count 17 (+ 5) % Row 3 \SetRowColor{white} {\bf{B}}ye or {\bf{Q}}uit & Disconnect from Node \tn % Row Count 19 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{CHAT}} & {[}sysop defined{]} Usual command to access the Chat system, but could be anything else defined by the sysop. \tn % Row Count 24 (+ 5) % Row 5 \SetRowColor{white} \{\{noshy\}\}{\bf{C}}onnect & Initiates a connection to another node, or to a normal AX.25 user.\{\{nl\}\} `C~P~CALL|ALIAS~{[}via~digi1~{[}digi2...{]}{]}~{[}S{]}`\{\{nl\}\} {\bf{P}} is the port number if you have more than 1\{\{nl\}\} {\bf{S}} for STAY to remain connected to the currrent node, when the connection to the next one is closed\{\{nl\}\} The system will make an L4 (NETROM) connect to a call that is in your NODES table.\{\{nl\}\} You can force a level 2 connect by specifying a port number and preceding the call with a {\bf{!}} \tn % Row Count 44 (+ 20) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Node Commands (cont)}} \tn % Row 6 \SetRowColor{LightBackground} {\bf{CQ}} & Sends a beacon to address CQ. \{\{nl\}\} Can only be used in LISTEN mode and only if LISTENing on one port.\{\{nl\}\} \tn % Row Count 5 (+ 5) % Row 7 \SetRowColor{white} {\bf{IDLE}}time & Sets the Idle session timeout for this session. \tn % Row Count 7 (+ 2) % Row 8 \SetRowColor{LightBackground} {\bf{I}}nfo & Display information about this Node from the text from the config file \tn % Row Count 10 (+ 3) % Row 9 \SetRowColor{white} {\bf{L4T1}} & Displays or sets the Level 4 timeout used for the current session. Sets the Level 4 (Netrom) retry timer for this session \tn % Row Count 15 (+ 5) % Row 10 \SetRowColor{LightBackground} {\bf{L}}inks & Lists the currently active AX.25 Sessions\{\{nl\}\} {\bf{S}} is the link state: 2=connecting, 4=disconnecting, 5=connected.\{\{nl\}\} {\bf{P}} is the port.\{\{nl\}\} {\bf{T}} is the link type: 1=Uplink, 2=Downlink, 3=Node-Node link.\{\{nl\}\} {\bf{V}} is the AX.25 Version (1 or 2).\{\{nl\}\} \tn % Row Count 25 (+ 10) % Row 11 \SetRowColor{white} {\bf{LIS}}ten & Enters Listen mode on the specified port(s).\{\{nl\}\} `LIS P1... Pn`\{\{nl\}\} {\bf{P}} port numbers\{\{nl\}\} While in Listen mode you can't connect to other stations, and if someone calls you Listen is cancelled. \{\{nl\}\} Type LISTEN OFF to exit listen mode.\{\{nl\}\} \tn % Row Count 35 (+ 10) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Node Commands (cont)}} \tn % Row 12 \SetRowColor{LightBackground} {\bf{MH}}eard & Lists stations heard recently on the specified port. \{\{nl\}\} `MHEARD P {[}CALL{]}`\{\{nl\}\} {\bf{P}} port number\{\{nl\}\} Output can be filtered with a partial callsign, eg MH 2 G8\{\{nl\}\} There are three variants:\{\{nl\}\} {\bf{MHV}} which lists in a more structured (verbose) way\{\{nl\}\} {\bf{{\emph{MHU}}}} and MHL which display timestamps in clock time (UTC or Local) instead of the default of time since last heard. \tn % Row Count 15 (+ 15) % Row 13 \SetRowColor{white} {\bf{N}}odes & Lists all the other NETROM/THENET/BPQ Nodes known to your node.\{\{nl\}\} `N {[}VIA{]}{[}NODECALL|NODEALIAS{]}{[}*{]}|{[}C{]}{[}T{]}`\{\{nl\}\} {\bf{N}} on its own displays the whole table in alias order\{\{nl\}\} {\bf{NODECALL}} or {\bf{NODEALIAS}} you can list the routes that the system will use to access that node\{\{nl\}\} {\bf{NODECALL*}} will display information for all SSID's of the specified call.\{\{nl\}\} {\bf{VIA NODECALL}} will display all stations reachable via the specified neighbour.\{\{nl\}\} {\bf{C}} Displays the whole table in callsign order. Can be placed before or after the pattern, eg N C GB7* or N GB7* C\{\{nl\}\} {\bf{T}} The Round Trip Times and frame counts for all nodes with a non-zero count.\{\{nl\}\} Use of ? and * wildcards are allowed\{\{nl\}\} The information after the callsign are only shown if some frames have been send to that node.\{\{nl\}\} {\bf{RTT}} stands for Round Trip Time, and is a rolling average of the time taken to get a response from that node (in seconds).\{\{nl\}\} {\bf{FR}} means Frames, the number of info frames sent to the node. \{\{nl\}\} {\bf{B}} if present, indicates the target is a BPQ node, and the number following the B is the number of hops to the target.\{\{nl\}\} Up to 3 possible routes to the node are listed.\{\{nl\}\} {\bf{1\textasciicircum{}st\textasciicircum{} number}} displayed is the {\emph{quality}}, the relative desirability of using this route rather than another.\{\{nl\}\} {\bf{2\textasciicircum{}nd\textasciicircum{} number}} is the {\emph{obsolesance count}}, an indication of how long it is since the system was last told about (or successfully used) this route. The number starts at a value set in the config file (typically 5) and is decremented each time a {\emph{NODES}} broadcast is sent (typically evey hour).\{\{nl\}\} {\bf{3\textasciicircum{}rd\textasciicircum{} number}} is the port.\{\{nl\}\} {\bf{\textgreater{}}} indicates the currently active route.\{\{nl\}\} \tn % Row Count 82 (+ 67) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Node Commands (cont)}} \tn % Row 14 \SetRowColor{LightBackground} {\bf{NRR}} & Sends a Netrom Record Route message to the specified node. If the node is reachable and supports NRR, a message will be displayed showing the path that the message took to the target node and back.\{\{nl\}\} `NRR CALL`\{\{nl\}\} \tn % Row Count 9 (+ 9) % Row 15 \SetRowColor{white} {\bf{PAC}}len & Displays and sets the PACLEN value used for messages generated by the node (eg command responses). \tn % Row Count 13 (+ 4) % Row 16 \SetRowColor{LightBackground} {\bf{P}}orts & Lists available ports and shows the frequency and baud rate used as defined in the configurarion file. \tn % Row Count 17 (+ 4) % Row 17 \SetRowColor{white} {\bf{RAD}}io & Used by the Rig Control Interface. \tn % Row Count 19 (+ 2) % Row 18 \SetRowColor{LightBackground} {\bf{R}}outes & Lists the stations which this node can hear.\{\{nl\}\}`r {[}r{]}`\{\{nl\}\} {\bf{\textgreater{}}} indicates that there is an active link to the node.\{\{nl\}\} {\bf{1\textasciicircum{}st\textasciicircum{} number}} is the port.\{\{nl\}\} {\bf{Call}} remote station call\{\{nl\}\} {\bf{2\textasciicircum{}nd\textasciicircum{} number}} is the {\emph{quality}}, This may be derived from the 'default quality' parameter in the PORTS section of the config file, or may be specified explicitly in the ROUTES section. A value of zero will prevent the route from being used, and is normally used when you have a one-way or marginal path.\{\{nl\}\} {\bf{3\textasciicircum{}rd\textasciicircum{} number}} is is the number of NODES list entries which refer to this route. This isn't used by the software, it is just information for the user. .\{\{nl\}\} {\bf{!}} indicates a {\emph{locked route}}, one entered in the CONFIG file or via SYSOPH. Other entries come and go as this node hears NODES broadcasts.\{\{nl\}\} Additional information may be obtained by entering r r\{\{nl\}\} The fields are:\{\{nl\}\} * Info frames sent\{\{nl\}\} * Info frames retransmitted\{\{nl\}\} * Retry Rate: the ratio of the above 2, as a percentage (or * if both are zero)\{\{nl\}\} * Non-standard maxframe (from Config file)\{\{nl\}\} * Non-standard frack (from Config file)\{\{nl\}\} * Time the last NODES broadcast was heard from this node.\{\{nl\}\} * Number of frames queued to be sent.\{\{nl\}\} * Remaining quality\{\{nl\}\} \tn % Row Count 69 (+ 50) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Node Commands (cont)}} \tn % Row 19 \SetRowColor{LightBackground} {\bf{S}}tats & Displays a number of counters.\{\{nl\}\} {\bf{Uptime (Days Hours Mins)}} Is the time since the system was loaded.\{\{nl\}\} {\bf{Semaphore Get-Rel/Clashes}}\{\{nl\}\} {\bf{Buffers:Max/Cur/Min/Out/Wait}} Out is the number of times a request to allocate a buffer failed because there were none available.\{\{nl\}\} {\bf{Known Nodes/Max Nodes}}\{\{nl\}\} {\bf{L4 Connects Sent/Rxed}}\{\{nl\}\} {\bf{L4 Frames TX/RX/Resent/Reseq}} Resent is the number retransmitted because an ACK wasn't received within the L4 timeout period. The Reseq is the number of frames received out of sequence, but subsequently used because the missing frame(s) eventually arrived.\{\{nl\}\} {\bf{REJ Frames Rxed}} A large number may indicate that your Maxframe is too high. Similarly a large number in 'RX out of sequence' may indicate the the station talking to you has too large a maxframe. \{\{nl\}\} {\bf{RX Overruns}} indicate characters lost because the software didn't process the interrupts fast enough.\{\{nl\}\} {\bf{Undrun/Poll T/o}} indicate a problem in responding to TX interrupts. Only used for HDLC cards.\{\{nl\}\} {\bf{Frames abandoned}} number of frames discarded because they have been waiting to be sent (for DCD to clear) for more than 60 secs. Only used for HDLC cards.\{\{nl\}\} {\bf{Link Active \%}} The first is the \% of time in the last minute that your station was transmitting, and the second the \% the channel was active. Only used for HDLC cards.\{\{nl\}\} \{\{nl\}\} There is one set of level 2 counters for each port.\{\{nl\}\} If you have more than 7 ports the display starts to look a bit untidy, so there are now two options on the STATS command:\{\{nl\}\} {\bf{S S}} Displays just the system and L3/4 stats\{\{nl\}\} {\bf{S n}} Displays just the port stats, starting with port N, for a maximum of 7 ports.\{\{nl\}\} \tn % Row Count 67 (+ 67) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Node Commands (cont)}} \tn % Row 20 \SetRowColor{LightBackground} {\bf{SYSOP}} & {[}sysop defined{]} Usual command to Talk to the Sysop (if available) but could be anything else defined by the sysop. \tn % Row Count 5 (+ 5) % Row 21 \SetRowColor{white} \{\{noshy\}\}{\bf{UN}}proto & Enters UNPROTO mode, where you can send UI messages.\{\{nl\}\} `UN P CALL {[}Digis{]}`\{\{nl\}\} When in Unproto Mode anything you type will be send as a UI frame to the port and destination you specified.\{\{nl\}\} This could be used in conjunction with the LISTEN command to have an multiuser conversation.\{\{nl\}\} Use Ctrl/Z to exit UNPROTO mode\{\{nl\}\} \tn % Row Count 18 (+ 13) % Row 22 \SetRowColor{LightBackground} {\bf{U}}sers & Lists the stations currently using the node.\{\{nl\}\} The Number on the end of the header line is the number of free buffers.\{\{nl\}\} {\bf{Host}} is an internal (Normally BBS Port)\{\{nl\}\} {\bf{Circuit}} is a link from/to another node.\{\{nl\}\} {\bf{Uplink}} is a connection from a normal AX.25 station.\{\{nl\}\} {\bf{Downlink}} is a connection to a normal user.\{\{nl\}\} {\bf{\textless{}-{}-\textgreater{}}} indicates an active session.\{\{nl\}\} {\bf{\textless{}\textasciitilde{}\textasciitilde{}\textgreater{}}} indicates a session being set up.\{\{nl\}\} \tn % Row Count 35 (+ 17) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Node Commands (cont)}} \tn % Row 23 \SetRowColor{LightBackground} {\bf{V}}ersion & Displays the version number of the Node software \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Only the {\bf{bolded}} part of each command is required} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{BBS Commands}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{?}} or {\bf{Help}} & Displays a list of commands. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{A}} & Abort the BBS output while paging. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{B}}ye & Disconnects from the BBS. \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \{\{noshy\}\}{\bf{CMSPASS}} {\emph{password}} & Sets {\emph{password}} for access to Winlink COM Servers. \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{D}} {\emph{num}} & Flag NTS Message(s) as Delivered \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} \{\{noshy\}\}{\bf{FILES}} or {\bf{LISTFILES}} & List files available for download \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{H}}ome & Enters or modifies the Home BBS. A point deletes the current Home BBS. \tn % Row Count 17 (+ 4) % Row 7 \SetRowColor{white} {\bf{I}} & Displays information about this BBS. \tn % Row Count 19 (+ 2) % Row 8 \SetRowColor{LightBackground} {\bf{I}} {\emph{callsign}} & Gives the information on {\emph{callsign}} taken from the white pages database. Callsign can include wildcards. \tn % Row Count 24 (+ 5) % Row 9 \SetRowColor{white} {\bf{I@}} {\emph{bbs}} & Gives the users of {\emph{bbs}} found in the WP database. \tn % Row Count 27 (+ 3) % Row 10 \SetRowColor{LightBackground} {\bf{IH}} {\emph{route}} & Gives the users of the hierarchical {\emph{route}} area from the WP database. \tn % Row Count 31 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{BBS Commands (cont)}} \tn % Row 11 \SetRowColor{LightBackground} {\bf{IZ}} {\emph{zip}} & Gives the users of the {\emph{zip}} code area from WP database. \tn % Row Count 3 (+ 3) % Row 12 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{K-commands delete messages sent by you or to you.}}} \tn % Row Count 5 (+ 2) % Row 13 \SetRowColor{LightBackground} {\bf{K}} {\emph{msg\#}} & Deletes a message identified by its number. \tn % Row Count 8 (+ 3) % Row 14 \SetRowColor{white} {\bf{KM}} & Deletes all the messages addressed to you, that you haven't yet read. \tn % Row Count 12 (+ 4) % Row 15 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{L-commands list message headers.}}} \tn % Row Count 13 (+ 1) % Row 16 \SetRowColor{white} {\bf{L}} & Lists the new messages since the last usage of this command. \tn % Row Count 16 (+ 3) % Row 17 \SetRowColor{LightBackground} {\bf{L\textless{}}} {\emph{callsign}} & Lists message from {\emph{callsign}} \tn % Row Count 18 (+ 2) % Row 18 \SetRowColor{white} {\bf{L\textgreater{}}} {\emph{callsign}} & Lists message to {\emph{callsign}} \tn % Row Count 20 (+ 2) % Row 19 \SetRowColor{LightBackground} {\bf{L@}} {\emph{bbs}} & Lists the messages via {\emph{bbs}}. \tn % Row Count 22 (+ 2) % Row 20 \SetRowColor{white} {\bf{L}} {\emph{msg\#{\bf{}}-}} & Lists all messages, starting from {\emph{msg\#}} \tn % Row Count 24 (+ 2) % Row 21 \SetRowColor{LightBackground} \{\{nobreak\}\}{\bf{L}} {\emph{msg\#{\bf{}}-}}{\emph{msg\#}} & Lists messages between the given numbers. \tn % Row Count 26 (+ 2) % Row 22 \SetRowColor{white} {\bf{L}}{\emph{x}} & List messages with status {\emph{x}} - x can be N Y H K F D \$. \tn % Row Count 29 (+ 3) % Row 23 \SetRowColor{LightBackground} {\bf{LB}} & Lists bulletins. \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{BBS Commands (cont)}} \tn % Row 24 \SetRowColor{LightBackground} {\bf{LC}} & Lists all Bulletin "categories" (TO Fields) \tn % Row Count 3 (+ 3) % Row 25 \SetRowColor{white} {\bf{LL}} {\emph{n}} & Lists the last {\emph{n}} messages. \tn % Row Count 5 (+ 2) % Row 26 \SetRowColor{LightBackground} {\bf{LM}} & Lists the messages to you. \tn % Row Count 7 (+ 2) % Row 27 \SetRowColor{white} {\bf{LP}} & Lists personal messages \tn % Row Count 9 (+ 2) % Row 28 \SetRowColor{LightBackground} {\bf{LR}} & Equivalent to L but the messages are listed in reverse order. \tn % Row Count 12 (+ 3) % Row 29 \SetRowColor{white} {\bf{LT}} & List Traffic (NTS-messages). \tn % Row Count 14 (+ 2) % Row 30 \SetRowColor{LightBackground} {\bf{N}} & Enters or modifies your name (max 12 characters allowed). \tn % Row Count 17 (+ 3) % Row 31 \SetRowColor{white} {\bf{NODE}} & Exits BBS and returns to Node. \tn % Row Count 19 (+ 2) % Row 32 \SetRowColor{LightBackground} {\bf{OP}} {\emph{num}} & Enables or disables the paging of output by specifying the {\emph{num}} of lines.\{\{nl\}\}0 disables pagung \tn % Row Count 24 (+ 5) % Row 33 \SetRowColor{white} \{\{noshy\}\}{\bf{POLLRMS}} & nables or disables polling RMS for messages for you.\{\{nl\}\} `POLLRMS Enable|DISABLE`\{\{nl\}\} `POLLRMS SSID1 SSID2 ... SSIDn`\{\{nl\}\} (for the base call, specify SSID of 0)\{\{nl\}\} eg POLLRMS 0 1 15 will look for messages to CALL, CALL-1, CALL-15\{\{nl\}\} \tn % Row Count 36 (+ 12) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{BBS Commands (cont)}} \tn % Row 34 \SetRowColor{LightBackground} {\bf{Q}} & Enters or modifies QTH. \tn % Row Count 2 (+ 2) % Row 35 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{R-commands read messages.}}} \tn % Row Count 3 (+ 1) % Row 36 \SetRowColor{LightBackground} \{\{noshy\}\}{\bf{R}}~{\emph{msg\#~msg\#}} & Reads the messages by their numbers. \tn % Row Count 5 (+ 2) % Row 37 \SetRowColor{white} {\bf{RM}} & Reads new messages to you. \tn % Row Count 7 (+ 2) % Row 38 \SetRowColor{LightBackground} {\bf{RMR}} & Read my new messages in reverse order (oldest first) \tn % Row Count 10 (+ 3) % Row 39 \SetRowColor{white} {\bf{READ}} {\emph{name}} & Read File from Files area. \tn % Row Count 12 (+ 2) % Row 40 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{S-commands send messages.}}} \tn % Row Count 13 (+ 1) % Row 41 \SetRowColor{white} {\bf{S}} & `S{[}P|B{]} callsign`\{\{nl\}\} Sends a message or a bulletin.\{\{nl\}\} `S call` Sends a message as private.\{\{nl\}\} \tn % Row Count 18 (+ 5) % Row 42 \SetRowColor{LightBackground} {\bf{SP}} & Sends a message as private. \tn % Row Count 20 (+ 2) % Row 43 \SetRowColor{white} {\bf{ S @BBS}} & `S callsign @ BBSCALLSIGN`\{\{nl\}\} Sends a message to a station AT another BBS.\{\{nl\}\} The message must be terminated by a Ctrl/Z or /EX followed by a return. \tn % Row Count 28 (+ 8) % Row 44 \SetRowColor{LightBackground} {\bf{SC}} & `SC Msg\# callsign @ BBSCALLSIGN`\{\{nl\}\} Copies a message or bulletin to the specified callsign. \tn % Row Count 33 (+ 5) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{BBS Commands (cont)}} \tn % Row 45 \SetRowColor{LightBackground} {\bf{SR}} & `SR Msg\#`\{\{nl\}\}Replies to a message. \tn % Row Count 2 (+ 2) % Row 46 \SetRowColor{white} {\bf{V}} & Displays Version number of the BBS and Node software. \tn % Row Count 5 (+ 3) % Row 47 \SetRowColor{LightBackground} {\bf{X}} & Toggles Expert Mode. \tn % Row Count 6 (+ 1) % Row 48 \SetRowColor{white} {\bf{YAPP}} & `YAPP name`\{\{nl\}\} Download file from File area.\{\{nl\}\} \tn % Row Count 9 (+ 3) % Row 49 \SetRowColor{LightBackground} {\bf{Z}} & Enters or modifies the Zip Code. \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.48 cm} x{5.52 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Chat Commands}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{/A}} & Toggle Alert on user join. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{/Auto}} & Toggle Automatic character set selection. \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{/B}} & Leave Chat and return to node. \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} {\bf{/C}} & Toggle Colour Mode on or off\{\{nl\}\}(only works on Console or BPQTerminal) \tn % Row Count 8 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{/E}} & Toggle Echo \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} {\bf{/F}} & Force all links to be made. \tn % Row Count 10 (+ 1) % Row 6 \SetRowColor{LightBackground} {\bf{/J}} {\emph{name}} & Join Topic or Create new Topic.\{\{nl\}\}Topic Names are not case sensitive. \tn % Row Count 13 (+ 3) % Row 7 \SetRowColor{white} {\bf{/K}} & Show Known nodes. \tn % Row Count 14 (+ 1) % Row 8 \SetRowColor{LightBackground} {\bf{/Keepalive}} & Toggle sending Keepalive messages every 10 minutes. \tn % Row Count 16 (+ 2) % Row 9 \SetRowColor{white} {\bf{/N}} & Enter your Name \tn % Row Count 17 (+ 1) % Row 10 \SetRowColor{LightBackground} {\bf{/P}} & Show Ports and Links \tn % Row Count 18 (+ 1) % Row 11 \SetRowColor{white} {\bf{/Q}} & Enter your QTH \tn % Row Count 19 (+ 1) % Row 12 \SetRowColor{LightBackground} {\bf{/QUIT}} & Leave Chat and disconnect from node \tn % Row Count 21 (+ 2) % Row 13 \SetRowColor{white} {\bf{/S}} {\emph{call text}} & Send Text to that station only. \tn % Row Count 23 (+ 2) % Row 14 \SetRowColor{LightBackground} {\bf{/ShowNames}} & Toggle displaying name as well as call on each message. \tn % Row Count 26 (+ 3) % Row 15 \SetRowColor{white} {\bf{/T}} & Show Topics \tn % Row Count 27 (+ 1) % Row 16 \SetRowColor{LightBackground} {\bf{/Time}} & Toggle displaying timestamp on each message. \tn % Row Count 29 (+ 2) % Row 17 \SetRowColor{white} {\bf{/U}} & Show users \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.48 cm} x{5.52 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Chat Commands (cont)}} \tn % Row 18 \SetRowColor{LightBackground} {\bf{/UTF-8}} & Toggle Character set Selection - UTF* or 8 bit. \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Credits}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{\{\{popup="http://g8bpq.org.uk/"\}\}BPQ/BPQ32\{\{/popup\}\} system and documentation © by John Wiseman, G8BPQ \newline % Row Count 3 (+ 3) Adapted and formatted by Guillermo Bill Cremerius, PY2BIL - LU7ECX \newline % Row Count 5 (+ 2) Contributions by Tadd C. Torborg, KA2DEW% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}