cetic / 6lbr

A deployment-ready 6LoWPAN Border Router solution based on Contiki
github.com/cetic/6lbr/wiki
Other
337 stars 195 forks source link

6LR mode #247

Open ronnie1233 opened 7 years ago

ronnie1233 commented 7 years ago

Hello guys i am working on a mesh topology network . Now i am confident with CC1310 nodes are able to display in 6lbr mode .

I now want my each intermediate node to act as router in radio level which acts 6lowpan router with in 6lbr. I am currently working on RFC 6775 This is the link : https://tools.ietf.org/html/rfc6775

So how do you actually use a 6lr with CC1310 which acts Router c0ordinator with other leaf nodes .

I need help regarding this topic !! If i missed the documentation in Cetic itself i need little regarding this .

laurentderu commented 7 years ago

Currently in Contiki all the nodes act either as RPL Router or RPL Leaf, there is no implementation of RFC 6775. There is a branch of 6LBR with RFC 6775 support integrated, but it's rather outdated and does not support CC1310 I'm afraid.

ronnie1233 commented 7 years ago

Thanks @laurentderu is there any updated work going on this part .