Mosquitto broker testleri için iothook da mqtt server çalıştırıyoruz. Broker a mesaj gönderebilir ve mesajlara abone olabilirsiniz.
Örnek Yayınlama:
mosquitto_pub -h iothook.com -p 1883 -t "temp/random" -m "6" -u pub_user -P iothook_pub_user
Örnek Abone Olma:
mosquitto_sub -h iothook.com -p 1883 -t "temp/random" -u pub_user -P iothook_pub_user