Julien Vermillard
Julien Vermillard
Maybe it's time to put in place some actions to attract contributors and/or funding?
> Is it about Leshan or Californium ? I mean Leshan, I created issues for Cf in the past
looks like the java implementation they are referring to is https://github.com/rikard-sics/californium/tree/edhoc/cf-edhoc
About thread limitation, using https://github.com/golioth/xk6-coap, which is Go-based (a similar solution to Java 21 virtual threads), will overcome this (with some extra benefits of the k6 performance framework) Another solution...
Yes you are right. When I need to do these kinds of tests I often need to simulate the CoAP part (for example the registration) and also use some HTTP...
> What do you mean by this, can you give an example? Isn't synchronization already doing the locking? It's a problem with virtual thread implementation: if the code use synchronized,...
Is there a way where, if the number is received as an integer, to store it and use it as an integer, and if it's a float number, decode it...
I agree with your statement. I don't see a use case for a device to move its registration from one endpoint to another without registering (especially if the two endpoints...
The memory usage: ```java // Components of all URIs: [:][#] private transient String scheme; // null ==> relative URI private transient String fragment; // Hierarchical URI components: [//][?] private transient...
I tried to upgrade :joy: ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for leshan 2.0.0-SNAPSHOT: [INFO] [INFO] leshan - core ...................................... SUCCESS [ 12.051 s] [INFO] leshan - core californium .............................