Tomasz Kućma
Tomasz Kućma
Hi! As you have pointed it out, the documentation might be misleading, but this function's intention is indeed to return the last time that either Register or Register Update message...
Hi, You don't need to take any additional action. It means that the Client application will send the Register message again after exiting offline mode instead of Update, even if...
@SebDominguez it's been a while, we made some changes in Anjay dependencies regarding compilation on MacOS, brew libraries changes as well of course. Could you comment whether there are still...
Hi! Thanks for the notice and your question. Anjay Zephyr Client relies in cryptography on MbedTLS library that is provided with nRF Connect SDK, which was upgraded with the last...
Hi! Sorry for the lack of response, we managed to dive into this matter just this week. Seems like there is a conflict in Kconfig and MbedTLS configuration settings being...
Hi! I know it's been some time, but for anyone that comes across this issue, I believe it was resolved with newer nCS and Anjay-zephyr releases. nRF7002DK is now in...
Hi! My first wild guess is that the `` string is not NULL-terminated and additional bytes from adhering memory region are copied until the '\0' is found, which happens to...
Hi, Are you able to capture a pcap file containing the bootstrap information being sent to the device? I'd love to take a look at what exactly is in the...
Generally the endpoint name is set by the application and expected to be null-terminated, endpoint name is client-wide and does not change for different management and bootstrap servers, so if...