Re: [riot-devel] Implementing rng

2016-02-17 Thread Hauke Petersen
Hi Mathias, I think the way to go here is to implement the `drivers/include/periph/hwrng.h` interface. For this I think it makes sense to add a function that reads the random data from the radio to the at86rf2xx driver and call this function from the hwrng driver. Cheers, Hauke On

Re: [riot-devel] Implementing rng

2016-02-17 Thread Tausig Mathias
OK, I have managed the first step myself and wrote the code which reads out the random values from the RNG. What would be the next step, that would allow me to set the periph_random feature for the samr21-xpro board? cheers Mathias On Die, 2016-02-16 at 16:14 +, Tausig Mathias wrote: > Hy! >

Re: [riot-devel] 6LOWPAN FOR SAMR21-xpro

2016-02-17 Thread Oleg Hahm
Hi! On Wed, Feb 17, 2016 at 01:53:22PM +0530, Giri Sugu wrote: > 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

Re: [riot-devel] 6LOWPAN FOR SAMR21-xpro

2016-02-17 Thread Ilias Seitanidis
Hi, You can use the gnrc_networking example for regular nodes and the gnrc_border_router with ethos_br_hack from [1]. Best, Ilias [1] https://github.com/kaspar030/RIOT/tree/ethos_br_hack 2016-02-17 9:23 GMT+01:00 Giri Sugu : > Hi, > > I want to test 6lowpan in

[riot-devel] 6LOWPAN FOR SAMR21-xpro

2016-02-17 Thread Giri Sugu
Hi, I want to test 6lowpan in samr21-xpro using RIOT OS. How to find neighbour discovery? How to use 6LOWPAN? ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel