I want to use Openthread CoAP APIs and develop a CoAP client application(and a server as well later on). But I do not want to use the thread part of it. So I have following questions:
- Is it possible that I disable the thread part in openthread and only build COAP/S at build time ?
- Or, take the CoAP out of openthread and build it separately ?
Thanks in advance.