Jon Shallow

Results 272 comments of Jon Shallow

If you are keeping all the `oscore_ctx_t `outside of libcoap, then I suspect you will need an 'add to external' function as well as the find_context_handler. A suggested place to...

> we decided to use the already available coap_oscore_save_seq_num_t callback Unfortunately as mentioned above, this breaks any backwards public API use. See alternative suggestions in my comments. Wherever coap_oscore_save_seq_num_t is...

@mopsiok Are you able to progress with this PR?

@dfonovic Thanks for raising this. You are correct in that in any multicast request, NON must be used. I am assuming that you are using the client example as provided...

@dfonovic Sorry that took so long to come back to you, but I found a general issue with handling multicast traffic - which is fixed in PR #1333. Please check...

Thanks for doing the investigative work here. As it happens, the various RIOT OS version coap servers are backing off a random time before responding. The request is at 18.054,...

@dfonovic Can this be closed now?

> However, I have one more question. I am wondering if it is possible to set the "leisure time" parameter through > the app.config file, without having to set the...

I think that you need to de-couple the PDU information between the `WorldProxy-Server` and `Proxy-ServerInternal-Server`. For example. it is possible that the World session is TCP based, but the Internal...

@anyc Do you need any more help here, or can this be closed?