Julien Vermillard

Results 15 issues of Julien Vermillard

Signed-off-by: Julien Vermillard

Signed-off-by: Julien Vermillard

Complete the leshan lwm2m bootstrap server. Scope: - device initiated bootstrap - being able to provision any LWM2M object using this mechanism (not only 0 or 1) - polish the...

enhancement

enhancement
0 - Backlog

The specification (appendix D of the LWM2M 1.1 core spec): > Range or Enumeration: this field limits the possible values of a Resource. A range is defined using two numeric...

Is there a reason to keep master on SLF4J 1.7.X? For example eclipse jetty 11 uses slf4j 2.0 now See: https://www.slf4j.org/faq.html#changesInVersion200

enhancement

I know this pull-request is a bit disruptive :) When I implemented retransmission I found some part are missing in this CoAP implementation. like token correlation, piggy-backed ack, etc.. It's...

As specified in the RFC, confirmable message should be retransmitted until receiving an Acknowledgement with the same message ID ``` Client Server | | | CON [0x7d34] | +----------------->| |...