Simon Bernard
Simon Bernard
Add a new code style question : `if (ptr)` VS `if(ptr != NULL)` (from #512) I will add all this kind of question in the issue description :point_up:
Question about usage of `assert` : https://github.com/eclipse/wakaama/pull/531
> we have a leshan-wakaama-dtls-cid combination out in the field. @erkki what are you using for the dtls part ?
Clearly not a priority for us now. This could need some modification at californium side, meaning this could be a not so easy task. The only hope : an unintended...
This is something I have in mind since a long time ago but API issues raised by Read-Composite(#958), Write-Composite(#959) and Send-Operation(#971) make feel that maybe this could be the right...
I guess this was mainly to avoid some instanceof / cast ? Hard to me to know if this is something which should be removed or not. :thinking: > In...
Regarding [CoAP response code definition](https://tools.ietf.org/html/rfc7252#section-5.9), I guess in this case INTERNAL_SERVER_ERROR is the best choice. Note eventually an error/diagnostic message can be added too : https://tools.ietf.org/html/rfc7252#section-5.5.2. Maybe in this particular...
(Note : there was a bug until 3ceb0092998ebbe0d4922a29e315389e2a6d948c : Application Data was lost on update. It will be fixed in 2.0.0-M8)
I have a crappy working LeshanServer2 which does not depend anymore to Californium. I think this give a good idea about which kind of abstraction we need. The coapAPI() from...
I rebase this on `master`. And move forward a little bit more for the LWM2M server side. Doing that I find an OSCORE blocker issue (https://github.com/eclipse/leshan/issues/1231#issuecomment-1199061571), AFIAK without a fix...