Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 957 Bytes

File metadata and controls

26 lines (17 loc) · 957 Bytes

minicoap

cantcoap-based ESP8266 Andruino library implementing CoAP server for the SemIoT project.

Description

miniCoAP library is based on cantcoap to decoding and encoding messages.

Unlike the microcoap library, which is focusing on the smallest memory footprint for microcontrollers, miniCoAP library focusing on full CoAP protocol support.

Supported platforms

ESP8266

Using Arduino libraries.

Features

Will be described later

  • Resources creation (inheriting the CoAPResource class)
  • Subscriptions support (Observe CoAP option)
  • Sleeping nodes
  • Resource directory cache
  • Basic auth
  • Hydra-based self-descripting API with JSON-LD semantic descriptions