Set mqtt broker

Hello everyone,

I have installed mosquitto on my pc Windows. I have a board from TI with linux running on it. I want to be able to send messages from this board to my mqtt broker on windows.
How can I do so ? and how can i set up the broker receive messages from the board.
Im new to this concept. Thank you for your help.

Regards,
Tryna

Hello Tryna,

In order to send messages to your broker, you need to use a client. There are many different clients for MQTT out there. One you could use is this mosquitto_pub.

Make sure that both of your devices are in the same network so they are able to reach each other.

1 Like

Hello Tizian,

Thank you so much, I will try that.

Sincerely,
Tryna