Theodor Rauch
Theodor Rauch
Hi @jkralik, thanks for fixing the tests. Does anything else still needs to be done for it to be complete? Potentially a unit test with no tokens but remoteAddr set
Sure, do you mean the compiled "coap-client" of libcoap? Is it already present in the testing environment?
@jkralik I am not sure if I understand what you mean by "in UDP". Are there any tests for "with token" that I can use as reference to write mine...
@jkralik I implemented a test using libcoap for GET PUT POST. DELETE is not used with a payload at all so I would leave it out. The tests were successful...
So I found out that it seems coap observe does not work with blockwise as intended, neither token nor no-token. I will further dig into that
@jkralik ok. I did some research and testing. **_Let's start with what the standards say:_** **For Blockwise observe WITH token:** https://datatracker.ietf.org/doc/html/rfc7959#section-3.4 the server first sends a direct response to the...
I created #627 for unit tests please take a look. It merges into this branch so you can make changes before it is merged to master Also one would need...
@jkralik any opinion?
Hi @jkralik thanks for installing and merging. I was quite confused on why it doesn't work anymore. After some testing I found two issues. The first one is what we...