Crates.io | coap-scroll-ring-server |
lib.rs | coap-scroll-ring-server |
version | 0.2.0 |
source | src |
created_at | 2023-02-13 00:59:55.76385 |
updated_at | 2024-01-16 22:21:15.171594 |
description | An CoAP handler for read access to a scroll-ring |
homepage | |
repository | https://gitlab.com/chrysn/scroll-ring |
max_upload_size | |
id | 783599 |
size | 21,170 |
An implemenmtation of a [coap_handler::Handler] around a [scroll_ring::Buffer]
Wrap a buffer (typically some tasks's linear text output) through
BufferHandler::new(&buf)
and place it .at(&["output"], ...)
some CoAP handler tree.
This crate comes with no example, but the coap-message-demos crate makes ample use of it for its logging adapter.
In the tools/
directory of this crate there is a Python script, which should be useful for
speedy collection of a ring buffer server's output.
License: MIT OR Apache-2.0