Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:mosquitto [2024/08/29 09:15] – [Runit] darrontools:mosquitto [2024/09/01 10:03] (current) – [Test] darron
Line 88: Line 88:
 ===Test=== ===Test===
  
-MQTT host is listening at 192.168.0.13+==Private LAN==
  
 <code> <code>
 mosquitto_sub -h 192.168.0.13 -t '#' mosquitto_sub -h 192.168.0.13 -t '#'
 </code> </code>
 +
 +==Public WAN==
 +
 +<code>
 +mosquitto_sub -v -h hostname.example.com -p 8883 -u username -P password -t '#'
 +</code>
 +
 +The hostname must match the name in the TLS certificate.