I am working on a project in Contiki-NG using one udp-server and several udp-clients. Up to this moment, I've been using only these firmwares, emulated in Contiki Cooja as Sky Motes, but now I need to add a RPL Border Router, which will be the DAG root, in order to perform pings with tunslip6 tool.
However, I can't seem to compile this tool as explained in the tutorials available in github... The ReadMe file in the examples folder says: "It supports two main modes of operation: embedded and native."
Does this mean I can't use tunslip6 with RPL-Border-Router from Contiki-NG Cooja? I remember that I was able to perform that when using the Contiki-3.x version of this example.
Thank you in advance.