CoAP-simple-library
CoAP-simple-library copied to clipboard
I don't know what is the problem but the Coap-simple-library is not working to send response to client: if (LEDSTATE) { digitalWrite(2, HIGH) ; coap.sendResponse(ip, port, packet.messageid, "1"); } else...
Hi, I am able to run your client code successfully. But it looks like it is wihout DTLS. Is there any support with DTLS for Coap for Arduino for both...
there is a way to specify a particular request type (GET, POST, PUT) when we ad a callback method with coap.server ?
Hi, could it be possible for the library to support CoRE Link Format? About the resource discovery after a GET Request on "/.well-known/core". As an Arduino server, I can't find...
Hi, I'm using the code esp32.ino to connect to CoAP but when it's connected to WiFi it only shows Setup Callback Light text Setup Response Callback on serial monitor and...
Hi, Is it possible to get the response code of a PUT request? If it is yes, then how?
I ran into an issue using this library running on an ESP32, talking to a host application in Python using aiocoap. I am just starting with COAP, so I might...
Hello! Anyone know if this coap library manages the coap observe option?
Hi guys! I was wondering if in this library is possible to set the confirmable parameters for the coap requests. Any suggestion?