Hello guys
I hope someone can help me here, I have configured the conduit as a lora gateway and is pushing the info out via ethernet port. I have the mosquitto broker running on the conduit and confirmed that is works but running
“$ mosquitto_sub -t lora/+/up” and I can see the incoming messages, the next step for me is to install a mosquitto client on pc and see messages in the client. I have done so but i cant seem to get the mqtt.fx client to connect to the broker.
i have the following info and have added it to the client but does not work.
username :xxxx
password: xxxx
IP 127.0.0.1 and have tried 192.168.2.1 neither works
port 1883
dev/test is the topic
what else do i need to look at to get this working ?