Exchange CoAP requests and responses via SLIP.

Exchange CoAP requests and responses via SLIP.

See also
draft-bormann-t2trg-slipmux-03

This extension is part of the Slipmux draft.

Warning
This module is under development for optimizations and module names might change!

This will multiplex CoAP messages via the Serial Line Internet Protocol. It spawns an extra thread as a CoAP server. The incoming requests are handled with nanocoap according to any NANOCOAP_RESOURCEs present in the binary. See nanoCoAP small CoAP library for more.

To enable this implementation, select

USEMODULE += slipdev_config
See also
SLIP network device