Other Parts Discussed in Thread: CC2650
Hi,
I would like to run MQTT example from cc26xx-web-demo using local Mosquitto on my RPi, but no luck so far
My Mosquitto on RPi is working
root@raspberrypi:~# mosquitto_pub -h localhost -t "all" -m "hey"
root@raspberrypi:~# mosquitto_sub -h localhost -t "#"
hey
I am running 6lbr and have the IPv6 address from ifconfig:
inet6 addr: bbbb::101/64 Scope:Global
inet6 addr: fe80::880d:43d2:b0ee:b09f/64 Scope:Link
Pointed the node to the brokers IPv6 address (bbbb::101 ) by accessing the MQTT config page (web page) on the node. Is this OK or should I change it in a code?
Testing it both from command line and Node-Red, but no luck so far
root@raspberrypi:~# mosquitto_sub -h aaaa:212:4b00:69f:d58f -t "#"
Unable to connect (Lookup error.).
root@raspberrypi:~#
(aaaa:212:4b00:69f:d58f - is IPv6 address of my node (sensortag CC2650))
Jan