RPL with CC430 and telosb

Hello,

I am trying to set up a RPL network based on multiple cc430 (32kb ROM ) or telosb (48kb ROM ) boards, but the given examples (gnrc_networking) are way to big for these boards. I am looking for ways to reduce ROM usage, as I have no need for a shell or anything associated for example. Since as don’t need a shell, the gnrc_networking example is not really of any use for me.

Do you have any advices on how to proceed ?

Thanks, Baptiste Cartier

Hi Baptiste,

I would start with examples/gnrc_minimal and add missing modules step-by-step.

Cheers Peter