uMQTTBroker icon indicating copy to clipboard operation
uMQTTBroker copied to clipboard

Accessing via mosquitto_sub/pub. How?

Open mprowe opened this issue 3 years ago • 1 comments

With the example program uMQTTBrokerSampleOOFull.ino running.

Trying to subscribe using mosquittio_sub -h 192.168.4.1 -t# -v from a PC on the 192.168.4/24 net give the following error. Connection error: Connection Refused: identifier rejected.

Can this be done? If so, how?

Regards, M.

mprowe avatar Dec 07 '21 17:12 mprowe

Dho... Silly me! mosquitto_sub -h 192.168.4.1 -t # -v -i Test_Client

Regards, M.

mprowe avatar Jan 18 '22 07:01 mprowe