Skip to content

Commit

Permalink
Update connect-to-broker.md
Browse files Browse the repository at this point in the history
to close #125
  • Loading branch information
dceejay committed Nov 27, 2023
1 parent b29df8b commit 051ad61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mqtt/connect-to-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ and an associated <code class="node">MQTT Config</code> node to connect to an MQ
Many users will run an MQTT broker such as [mosquitto](http://mosquitto.org) on
the same Raspberry Pi or PC that Node-RED is running on. Once you have an
<code class="node">MQTT</code> input or output node in your flow, you create an
<code class="node">MQTT Config</code> node by clicking on the `Server` configuration
pop-up and selecting `Add an MQTT broker...`. Assuming your broker is open,
<code class="node">MQTT Config</code> node by double clicking on the node, then clicking on the pencil button to the right of the `Add an MQTT broker...` dropdown. Assuming your broker is open,
set the server host to `localhost` and leave the port set to `1883`.

To connect to non-local, secured brokers, other <code class="node">MQTT Config</code>
Expand Down

0 comments on commit 051ad61

Please sign in to comment.