This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2650: 6lowpan contiki cc26xx-web-demo custom MQTT broker

Part Number: CC2650

Hi, this is a follow-up from my last thread.

I have the cc26xx-web-demo example working and i can see data in IBM quickstart, but now i want to use a custom broker. I have installed the mosquitto broker also on port 1883 on the same raspberry pi running the slip radio and NAT64. I can send and receive topics, so i know that broker is working as expected on ip 10.0.0.58. To send data from the launchpad to my broker instead of the IBM server i changed the broker_ip in "mqtt-client.c" from "0064:ff9b:0000:0000:0000:0000:b8ac:7cbd" to "0064:ff9b:0000:0000:0000:0000:0a00:0083" (which my online translator said 10.0.0.58 is translated into), but i don't receive the data being sent. Apart from the local broker running on the network and this change, nothing is changed. I have tried subscribing to all topics, and i still can't see anything.

What else do i need to change in order to send the data to the local broker?