Hi,
Here is my set-up.
- CC26xx as a sensor module: has aaaa::xx address
CC2538 as a slip-radio: has aaaa::xx address
RaspberrPi is the edge router: wlan0 interface has a public IPv4 addr,and use "router" mode of 6lbr
I am very confused how to access CC26xx nodes (aaaa::xx) from the server side?
Referring processors.wiki.ti.com/.../Cc26xx_sw_examples , I installed Wrapsix on the RPI. What end address do I need to write when I send a UDP packet from the server/computer? Do I need to use Wrapsix or a different tunneling solution?
Second question: How can I use 6lbr under an Access Point that assigns private IPv4 addr (and doesn't support IPv6)? In that case, how can I access to the sensors?