uMQTTBroker
uMQTTBroker copied to clipboard
Accessing via mosquitto_sub/pub. How?
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.
Dho... Silly me! mosquitto_sub -h 192.168.4.1 -t # -v -i Test_Client
Regards, M.