Hi, I have just started evaluating nRF52840 using the dongle and Development Kit. I have successfully tested the Openthread network using CLI project. Now I want to try out Soap client and server projects. But when I try to build Soap client, I get
d:\Projects\nrf\coap_client\src\coap_client_utils.c:8:10: fatal error: coap_server_client_interface.h: No such file or directory
8 | #include <coap_server_client_interface.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I am using SDK 2.0.0.
What is going wrong here?
Cheers,
Kaushalyasat