Hi,
I want to test 6lowpan in samr21-xpro using RIOT OS. How to find neighbour discovery? How to use 6LOWPAN?
Hi,
I want to test 6lowpan in samr21-xpro using RIOT OS. How to find neighbour discovery? How to use 6LOWPAN?
Hi, You can use the gnrc_networking example for regular nodes andthe gnrc_border_router with ethos_br_hack from [1]. Best, Ilias
Hi!
I want to test 6lowpan in samr21-xpro using RIOT OS. How to find neighbour discovery?
Take a look at https://github.com/RIOT-OS/RIOT/tree/master/sys/net/gnrc/network_layer/ndp for NDP and at https://github.com/RIOT-OS/RIOT/tree/master/sys/net/gnrc/network_layer/sixlowpan/nd for 6lo-nd.
How to use 6LOWPAN?
Try the gnrc_networking example and its README: https://github.com/RIOT-OS/RIOT/tree/master/examples/gnrc_networking
You can flash the application on your samr21-xpro.
Cheers, Oleg
Hey,
you can also take a look at the outputs of the ncache
and routers
shell commands
from within the gnrc_networking
example to see you neighbor cache and selected default router(s).
Cheers, Cenk