<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Examples on ØMQ - The Guide</title>
    <link>https://deploy-preview-950--zguide.netlify.app/examples/</link>
    <description>Recent content in Examples on ØMQ - The Guide</description>
    <generator>Hugo -- gohugo.io</generator>
    
	<atom:link href="https://deploy-preview-950--zguide.netlify.app/examples/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title></title>
      <link>https://deploy-preview-950--zguide.netlify.app/examples/models/mdp_client/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://deploy-preview-950--zguide.netlify.app/examples/models/mdp_client/</guid>
      <description>The MDP/Client Protocol #  A REQUEST command consists of a multi-part message of 4 frames:
 Frame 1: &amp;quot;&amp;rdquo; (0 bytes, Empty frame) Frame 2: &amp;ldquo;MDPC01&amp;rdquo; (6 bytes, Protocol identifier) Frame 3: Service name (printable string) Frame 4: Request body (opaque binary)  A REPLY command consists of a multi-part message of 4 frames:
 Frame 1: &amp;quot;&amp;rdquo; (0 bytes, Empty frame) Frame 2: &amp;ldquo;MDPC01&amp;rdquo; (6 bytes, Protocol identifier) Frame 3: Service name (printable string) Frame 4: Response body (opaque binary)  </description>
    </item>
    
    <item>
      <title></title>
      <link>https://deploy-preview-950--zguide.netlify.app/examples/models/mdp_worker/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://deploy-preview-950--zguide.netlify.app/examples/models/mdp_worker/</guid>
      <description>The MDP/Worker Protocol #  A READY command consists of a multi-part message of 4 frames:
 Frame 1: &amp;quot;&amp;rdquo; (0 bytes, Empty frame) Frame 2: &amp;ldquo;MDPW01&amp;rdquo; (6 bytes, Protocol identifier) Frame 3: 0x01 (1 byte, READY) Frame 4: Service name (printable string)  A REQUEST command consists of a multi-part message of 5 frames:
 Frame 1: &amp;quot;&amp;rdquo; (0 bytes, Empty frame) Frame 2: &amp;ldquo;MDPW01&amp;rdquo; (6 bytes, Protocol identifier) Frame 3: 0x02 (1 byte, REQUEST) Frame 4: Client address (opaque binary) Frame 5: Request body (opaque binary)  A REPLY command consists of a multi-part message of 5 frames:</description>
    </item>
    
  </channel>
</rss>