I want to set up CoAP server in SED so that I can send a command to SED and get a response from it
I want to set up CoAP server in SED so that I can send a command to SED and get a response from it
Hello,
A colleague of mine looked at this, and he copy pasted from some of the examples. It requires some functions from the ftd library (full thread device), so it is not using mtd (minimum thread device).
Take a look and see if this is what you need. You can unzip it so that the path becomes:
SDK3.2.0\examples\thread\mtd_coap_server_ftd_lib\pca10056\
Best regards,
Edvin
Oh, and I just received a message from him saying that you need to change one preprocessor define from FTD to MTD. When you do this, apparently it can use the MTD instead of the full size stack.
BR,
Edvin
Oh, and I just received a message from him saying that you need to change one preprocessor define from FTD to MTD. When you do this, apparently it can use the MTD instead of the full size stack.
BR,
Edvin