1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
<html>
<head>
<title>F6FBB Pages : FBB</title>
<link title="fbbmain" rel="stylesheet" href="fbbmain.css" type="text/css">
</head>
<body text="#000000" bgcolor="#C0C0C0" link="#0000EE" vlink="#551A8B" alink="#FF0000"
background="back_fbb.jpg">
<h1 align="center">SID letters</h1>
<p>FBB software presents a SID which looks like : <font color="#FF0000"><strong>[FBB-7.00-AB1FHMX$]</strong></font></p>
<h3>What is a SID ?</h3>
<ul class="txt">
<li>SID means System IDentifier</li>
<li>A SID allows a system which connects the BBS to know if standard (or specific) features
are supported or not</li>
</ul>
<h3>Protocol</h3>
<ul class="txt">
<li>The SID is always sent by the BBS as the first line after the connection</li>
<li>A SID is composed of fields (at least two, maximum three) separated by a hyphen
"-" .</li>
<li>In FBB SID, I use three fields which are :<br>
</li>
<ul class="txt">
<li>The author string ("FBB" in my case)</li>
<li>A version number or author data ("7.00" for instance)</li>
<li>A list of features symbolized by letters optionnaly followed by a digit giving the
version number. If no digit is given, version 0 is assumed</li>
</ul>
<li>The version number (ot author data) is optionnal</li>
<li>The features of FBB software are :<br>
</li>
<ul>
<li>A : Acknowledge for personal messages</li>
<li>B : FBB compressed protocole V0 supported</li>
<li>B1 : FBB compressed protocole V1 supported</li>
<li>F : FBB basic protocole supported</li>
<li>H : Hierarchical Location designators supported</li>
<li>M : Message identifier supported</li>
<li>X : Compressed batch forwarding supported</li>
<li>$ : BID supported (must be the last character of the list)</li>
</ul>
</ul>
<p> </p>
<p> </p>
</body>
</html>
|