uploaded 1 year ago
Constrained Application Protocol (CoAP) C Library

2 examples

  • coap_client
    This CoAP client example connects an ESP32 device to a CoAP server, allowing it to send GET requests and fetch responses. It supports various URI…
    12.40 KB
  • coap_server
    This CoAP server example is a simplified adaptation of a libcoap example, designed to run as a daemon task, handling requests from CoAP clients and…
    11.14 KB