coap-scroll-ring-server

An implemenmtation of a [coaphandler::Handler] around a [scrollring::Buffer]

Usage

Wrap a buffer (typically some tasks's linear text output) through BufferHandler::new(&buf) and place it .at(&["output"], ...) some CoAP handler tree.

Examples

This crate comes with no example, but the coap-message-demos crate makes ample use of it for its logging adapter.

License: MIT OR Apache-2.0