espressif/coap

4.3.5~5

Latest
uploaded 2 months ago
Constrained Application Protocol (CoAP) C Library

2 examples

  • coap_client
    This CoAP client example connects an ESP32 device to a CoAP server, sending GET requests and fetching the response. It supports PUT, POST, DELETE…
    12.40 KB
  • coap_server
    This CoAP server example is a simplified adaptation of a libcoap example, designed to handle requests from CoAP clients and transmit data back. It…
    11.14 KB