Du ser en gammel version af denne side. Se den nuværende version.

Sammenlign med nuværende Vis sidehistorik

Version 1 Nuværende »

Install the client on Ubuntu:

sudo apt update
sudo apt install mosquitto-clients


The client is now installed and can be stated to Listen on a Topic:

mosquitto_sub -h localhost -t test

or with username and password:

mosquitto_sub -h localhost -t test -u "sammy" -P "password"

  • Ingen etiketter