Hi,
Hi I am trying to run Wrapsix on BBB. I am following this example http://processors.wiki.ti.com/index.php/Cc26xx_sw_examples
But my wireless nodes can not communicate with ipv4 addreesed computers.
I updated wrapsix.c file as following.
#define INTERFACE "eth0"
#define PREFIX "64:ff9b::"
#define IPV4_ADDR "10.10.16.211"
#define HOST_IPV6_ADDR "bbbb::100"
#define HOST_IPV4_ADDR "10.10.16.120"
in 1 wireless node ı runned mqtt_demo example. Node is trying to access 184.172.124.189(which is IBM MQTT broker address). But node cannot connect broker.
So How can I achieve that node can communicate with IBM server.