Skip to main content
Gz_it
Associate III
November 27, 2020
Question

How to use S2-LP with contiki?

  • November 27, 2020
  • 11 replies
  • 4278 views

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 topic has been closed for replies.

11 replies

MGREL
ST Employee
February 19, 2021

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

Gz_it
Gz_itAuthor
Associate III
March 1, 2021

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.