Julien Vermillard

Results 71 comments of Julien Vermillard

I think it's what I implemented here: https://github.com/dustin/go-coap/pull/22

On my local machine (openjdk 17), leshan tests complains about the key (the exact issue pointed by Simon). But I struggle to understand why, the key is generated like this:...

I guess the starting point is broken and we should generate one properly

I was planning to dive deeper later, but you two already solved the mystery. Thanks :+1:

I'm currently maintaining a fork of Leshan with object 25 support. It's kinda ugly (it's abusing the rootprefix) but it kinda works. So it's on my to-do list to clean...

this is a Tinydtls issue no?

to migrate to mbed tls ? :joy:

> The license is in my personal opinion not compatible with the Eclipse License. It's interesting because EPL and ASL are compatibles (can be mixed) from the official point of...

@tuve it's supporting DTLS too: https://tls.mbed.org/kb/how-to/dtls-tutorial

I think the main problem with tinyDTLs is overall lack of maintenance and 1.3 and fullfledge PKI support. Also the lack of TLS support in TinyDTLs can be a problem,...