Sixlowpan and RPL on RIOT

Hi all,

I try to get sixlowpan and rpl to work but had no luck :(. I want to compile an image for the msba2 board. Ive included sixlowpan and rpl to USEMODULE in the Makefile of the default project. Ive also included -I${RIOTBASE}/sys/net/sixlowpan/ to it.

I use a main.c (test_rpl) from the early days of RIOT as Jam was used.

I would like to ask if anyone has lately get the sixlowpan and/or the rpl module to run?

Best regards, Martin

I ported the old sixlowpan code from ukleos to riot/projects, it's in master now.

Fixes for riot are in the queue (waiting for the merge of the pull request).

Code is building up, but I didn't check the binary...

Hope this helps you!

Christian

Hi Christian, hi Martin,

Fixes for riot are in the queue (waiting for the merge of the pull request).

Code is building up, but I didn't check the binary...

the merge is done, but still untested.

Cheers, Oleg