Erkki Eilonen

Results 27 comments of Erkki Eilonen

Thanks for the quick reply :)

For background, this is part of the [CoAP spec](https://tools.ietf.org/html/rfc7252#section-5.8.2) (and necessary to implement OMA LwM2M): > 5.8.2. POST > > The POST method requests that the representation enclosed in the...

Sure, I'm just getting familiar with CoAP but I'll try :). > The question I have is whether each resource shall be associated with a location, or whether the location...

Happy to help with testing, we have a leshan-wakaama-dtls-cid combination out in the field.

@Trial97 could you explain in more detail what do you mean by message batching?

@soupdiver is this still relevant?

@izzymg to have custom logic for this, you would need to allocate a rep socket to "inproc://zeromq.zap.01”, as per https://rfc.zeromq.org/spec/27/ . Then you can use custom logic to answer the...

I just tried your example scripts (removed the Monitor parts) and everything seems to work. Are you passing cert_secret to the server and cert to the client? I'm on libzmq...

We're using option 5) as well. Given it's possible to use the library with go.mod changes, option 2) is probably best long term.

is this still relevant? I have a working xpub-xsub setup (also with CURVE).