meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sw:ansible:mqtt [2025/10/21 09:17] – created niziak | sw:ansible:mqtt [2025/10/21 10:45] (current) – niziak | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| docker run -it hivemq/ | docker run -it hivemq/ | ||
| + | con -h mqtt.example.com -p 1884 | ||
| </ | </ | ||
| + | mosquitto_pub -h mqtt.example.com -p 1884 -t test -m " | ||
| + | |||
| + | |||
| + | <code bash> | ||
| + | sudo apt install node-mqtt | ||
| + | mqtt publish -t ' | ||
| + | </ | ||