2020-11-27 01:49 AM
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.
2021-02-19 10:03 AM
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
2021-02-28 08:50 PM
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.