6LOWPAN FOR SAMR21-xpro

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

[1] https://github.com/kaspar030/RIOT/tree/ethos_br_hack

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