Raphael Löffel
Raphael Löffel
@kkrentz I did some testing of the modified llsec implementation. For testing I use a node configured as border router and a node configures as CoAP server. RPL light is...
@kkrentz To activate llsec I only set the following defines within my two config files: > #define LLSEC802154_CONF_ENABLED 1 #define CSMA_CONF_LLSEC_DEFAULT_KEY0 {0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x2F} The problem persists therefore I set the `#define...
@kkrentz Increasing `CSMA_CONF_ACK_WAIT_TIME` solved the issue. Thanks for the hint.
@kkrentz I did some testing with hopping and activated llsec. My border router will reach the final node `fd00::212:4b00:1cbc:3df9` by hopping over node `fd00::212:4b00:1ca7:82f2`. It seems that node `fd00::212:4b00:1cbc:3df9` will...
> @SpooniSpoon Does the last comment from @kkrentz address your concerns? My border router and my node are very close during testing, therefore it is a possible explanation. But I...
> @SpooniSpoon Did you ever get to test this? LLSEC works on our system.