Build Status Maintenance

embedded-nal-minimal-coapserver

A minimal CoAP server implementation built on [embedded_nal].

Usage and operation

Until the project has matured further, see [the example] for usage. The general steps are:

Caveats

Roadmap

The goal of this server is to become a component that can be used easily to bring CoAP connectivity to embedded devices at the bare minimum, while still being practically usable.

This means that the amplification mitigation topic will need to be addressed, and that security backing must be catered for (probably by referring to an OSCORE/EDHOC mix-in).

Other than that, this implementation's plan is to stay simple and utilize the optimizations CoAP offers, even if this means limiting the application (eg. to immediate responses, and to idempotent handlers).

License: MIT OR Apache-2.0