cancel
Showing results for 
Search instead for 
Did you mean: 

How to use S2-LP with contiki?

Gz
Senior

Hi All;

I would like to know how to use S2-LP with contiki. I saw border-router, serial sniffer, udp client and udp server are example code. I don't saw sensor node to example code. Could you please advice me about how to build sensor node project with STM32CubeIDE?

Best regards.

This discussion is locked. Please start a new topic to ask your question.
21 REPLIES 21
MGREL
ST Employee

All RPL related parameters, like DAG lifetime, can be found in

Middlewares/Third_Party/Contiki-NG/os/net/routing/rpl-lite/rpl-conf.h

you can edit this file or, better, define the "*_CONF_*" version of the parameters in your project-conf.h

Hello @MGREL​ ;

Thank you for your reply.

I can edit lifetime. Could you please tell me for parameter( On border router) decode from client?

Thank you,

Best regards.