2023-05-23 Fred Gleason <fredg@paravelsystems.com>

* Implemented the 'Heartbeat' ['HB'] protocol command in ripcd(8).
	* Added support for the 'Heartbeat' ['HB'] RIPC protocol command
	to 'RDRipc'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-23 13:15:21 -04:00
parent c89b4bdc6e
commit 4236132aa8
5 changed files with 104 additions and 14 deletions

View File

@@ -481,7 +481,7 @@
Return current GPI mask states.
</para>
<para>
<userinput>GM <replaceable>matrix</replaceable>!</userinput>
<userinput>GI <replaceable>matrix</replaceable>!</userinput>
</para>
<para>
Request the list of current GPI mask states for
@@ -523,6 +523,24 @@
</variablelist>
</sect2>
<sect2 xml:id="privileged_commands.heartbeat">
<title>Heartbeat</title>
<para>
Verify the TCP network connection.
</para>
<para>
<userinput>HB!</userinput>
</para>
<para>
Request a heartbeat response from the
<command>ripcd</command><manvolnum>8</manvolnum>.
</para>
<para>
<command>ripcd</command><manvolnum>8</manvolnum> will respond with
<computeroutput>HB!</computeroutput>.
</para>
</sect2>
<sect2 xml:id="privileged_commands.get_gpo_mask_states">
<title>Get GPO Mask States</title>
<para>