node-red-contrib-aedes
Version:
Node Red MQTT broker node based on aedes.js
16 lines (15 loc) • 765 B
HTML
<script type="text/x-red" data-help-name="aedes broker">
<p>MQTT broker based on Barebone MQTT broker Aedes. You can use MQTT-in and MQTT-out nodes without an external broker like Mosquitto.</p>
<h3>Outputs</h3>
<dl class="message-properties">
<dt>payload <span class="property-type">object</span></dt>
<dd>the content of the events from the broker.</dd>
<dt>topic <span class="property-type">string</span></dt>
<dd>the topic of the event.</dd>
</dl>
<h3>Details</h3>
<h3>References</h3>
<ul>
<li><a href="https://github.com/moscajs/aedes">Aedes</a> - Barebone MQTT broker that can run on any stream server, the node way</li>
</ul>
</script>