Hi guys,
I'm fairly new to Contiki and so please forgive some of my ignorance :)
I want to implement a cooja simulation with two RPL instances, some of the nodes could join both instances. I have learned that RPL-Classic in Contiki-NG can support multi-instance implementation. And some people just said if I change the parameter of RPL_CONF_MAX_INSTANCE.
I have tried but I think I haven't succeeded because I found the rank of one DAG in one instance becomes 65535 but I think it shouldn't be.
Can anyone give me some ideas about the multi-instance implementation? Thanks in advance.