Compare commits

..

3 Commits

Author SHA256 Message Date
brent saner
6e5229cad7 typo 2025-09-25 14:15:56 -04:00
brent saner
cec59c1c86 fix some weird spacing i added for some reason 2025-08-28 02:00:17 -04:00
brent saner
a9b703276c fix some URLs 2025-08-28 01:28:55 -04:00
2 changed files with 10 additions and 14 deletions

View File

@@ -84,11 +84,9 @@ The "Requester" terminology is still used in this case even though no actual "re
The WireProto specification is accompanied by a reference library for Golang, https://pkg.go.dev/r00t2.io/wireproto["WireProto"^] (https://git.r00t2.io/r00t2/go_wireproto[_source_^]): The WireProto specification is accompanied by a reference library for Golang, https://pkg.go.dev/r00t2.io/wireproto["WireProto"^] (https://git.r00t2.io/r00t2/go_wireproto[_source_^]):
++++ ++++
<br /> <a href="https://pkg.go.dev/r00t2.io/wireproto">
<br /> <img src="https://pkg.go.dev/badge/r00t2.io/wireproto.svg"
<a href="https://pkg.go.dev/go.pkg.dev/r00t2.io/wireproto"> alt="Go Reference"/>
<img src="https://pkg.go.dev/badge/go.pkg.dev/r00t2.io/wireproto.svg"
alt="Go Reference">
</a> </a>
<br /> <br />
<br /> <br />
@@ -150,7 +148,7 @@ Each *message* is composed of:
[id="msg_respstatus"] [id="msg_respstatus"]
=== Response Status === Response Status
For response messages, a speciall "summary byte" is prepended; a status indicator. For response messages, a special "summary byte" is prepended; a status indicator.
This allows requesting ends to quickly bail in the case of an error if no further parsing is desired. This allows requesting ends to quickly bail in the case of an error if no further parsing is desired.
The status will be indicated by one of <<hdrs_respstart, two values>>: an ASCII `ACK` (`0x06`) for all requests being returned successfully or an ASCII `NAK` (`0x15`) if one or more errors were encountered across all records. The status will be indicated by one of <<hdrs_respstart, two values>>: an ASCII `ACK` (`0x06`) for all requests being returned successfully or an ASCII `NAK` (`0x15`) if one or more errors were encountered across all records.

View File

@@ -636,7 +636,7 @@ pre.rouge .gs {
<div class="details"> <div class="details">
<span id="author" class="author">Brent Saner</span><br> <span id="author" class="author">Brent Saner</span><br>
<span id="email" class="email"><a href="mailto:bts@square-r00t.net">bts@square-r00t.net</a></span><br> <span id="email" class="email"><a href="mailto:bts@square-r00t.net">bts@square-r00t.net</a></span><br>
<span id="revdate">Last rendered 2025-08-28 01:06:52 -0400</span> <span id="revdate">Last rendered 2025-09-25 14:15:57 -0400</span>
</div> </div>
<div id="toc" class="toc2"> <div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div> <div id="toctitle">Table of Contents</div>
@@ -1290,11 +1290,9 @@ In the event of the embedded text in this document differing from the online ver
<div class="paragraph"> <div class="paragraph">
<p>The WireProto specification is accompanied by a reference library for Golang, <a href="https://pkg.go.dev/r00t2.io/wireproto" target="_blank" rel="noopener">"WireProto"</a> (<a href="https://git.r00t2.io/r00t2/go_wireproto" target="_blank" rel="noopener"><em>source</em></a>):</p> <p>The WireProto specification is accompanied by a reference library for Golang, <a href="https://pkg.go.dev/r00t2.io/wireproto" target="_blank" rel="noopener">"WireProto"</a> (<a href="https://git.r00t2.io/r00t2/go_wireproto" target="_blank" rel="noopener"><em>source</em></a>):</p>
</div> </div>
<br /> <a href="https://pkg.go.dev/r00t2.io/wireproto">
<br /> <img src="https://pkg.go.dev/badge/r00t2.io/wireproto.svg"
<a href="https://pkg.go.dev/go.pkg.dev/r00t2.io/wireproto"> alt="Go Reference"/>
<img src="https://pkg.go.dev/badge/go.pkg.dev/r00t2.io/wireproto.svg"
alt="Go Reference">
</a> </a>
<br /> <br />
<br /> <br />
@@ -1442,7 +1440,7 @@ In the event of the embedded text in this document differing from the online ver
<div class="sect2"> <div class="sect2">
<h3 id="msg_respstatus"><a class="link" href="#msg_respstatus">3.1. Response Status</a></h3> <h3 id="msg_respstatus"><a class="link" href="#msg_respstatus">3.1. Response Status</a></h3>
<div class="paragraph"> <div class="paragraph">
<p>For response messages, a speciall "summary byte" is prepended; a status indicator. <p>For response messages, a special "summary byte" is prepended; a status indicator.
This allows requesting ends to quickly bail in the case of an error if no further parsing is desired.</p> This allows requesting ends to quickly bail in the case of an error if no further parsing is desired.</p>
</div> </div>
<div class="paragraph"> <div class="paragraph">
@@ -2389,7 +2387,7 @@ ae88bed2 // Checksum Value (2928197330)
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2025-08-28 01:06:42 -0400 Last updated 2025-09-25 14:15:50 -0400
</div> </div>
</div> </div>
</body> </body>