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: How to send data from nodes to the internet through border router and vice versa.

Part Number: CC2650

I am using Contiki-ng for the development of my project which is based on 6lowpan and I am using the launchpad 2650 for the development.

Here is my configuration

1.CC2650 launchpad with the rpl-border-router program which is connected to the Linux host which runs the tunslip6 like this will create my border router:

$  sudo ./tunslip6 -s /dev/ttyACM0 fd00::1/64

2. Many nodes are created to send and receive data from the border router.

3. Using net cat I am able to send and listen to the data on the port where the Nodes are sending the data.

Till now I have been successfully able to create a mesh network and I can send the data from Node to border router.

Now I want to send the data from the Linux host which is on the other side of the network.

Which are the ways to do this and which is the better way...!!!

Thank you