Daniel Adam
Daniel Adam
Note: according to [OCF Cloud API For Cloud Services Specification](https://openconnectivity.org/specs/OCF_Cloud_API_For_Cloud_Services_Specification_v2.2.4.pdf), section 7.1: > an Origin Cloud shall not proxy devices from the Target Cloud to another third-party cloud (whether that...
Hi @tim-golioth, I've checked the failing test and my first idea is that you have some network interface that the test doesn't account for. I've added some diagnostic logs that...
Sounds reasonable to me. I think allowing the user to optionally add a custom ETag generator is a useful extension of functionality. @jkralik what do you think?
@jkralik I think this is the relevant code: https://github.com/plgd-dev/go-coap/blob/49cae1ca2883b97159e646b1d05635ceb1f21bd6/net/blockwise/blockwise.go#L534-L540 Do you recall why the `Block2` option is removed from the message before its passed to the `next` handler function? Maybe...
(Seems OK to me, but I'll wait for Jozef to go over it. He's enjoying his holiday this week, so that'll have to wait for next week.)
Would it be possible to create an example application in apps directory? This is an extensive feature and I don't see any documentation or example, so I'm not sure people...
> => Sure, I'll do it. Where do you want me to add documentation? Add to existing `readme.md`, or create separate one ? I don't want the main readme.md to...
> It looks like that `apps/Readme.md` is not a good place to describe additional feature such as push notification. So I think creating new `doc` folder is better idea. Another...
Closed since the other PR with these commits squashed was merged (github won't delete this PR, so you can still find it if you need to see what work was...