Crates.io | coap-client |
lib.rs | coap-client |
version | 0.3.1 |
source | src |
created_at | 2021-02-07 02:14:22.695988 |
updated_at | 2022-02-27 02:59:41.114945 |
description | A CoAP client |
homepage | |
repository | https://github.com/ryankurte/rust-coap-client |
max_upload_size | |
id | 351763 |
size | 94,250 |
An asynchronous CoAP client with pluggable backends, intended to provide a straightforward API, allow use with tokio/async-std/smolctp/anything else, to support all the standard UDP/DTLS/TCP/TLS transports, and eventually to work with no_std
.
There's also a little client utility that may be useful for working on CoAP things, installable via cargo install coap-client
or by downloading pre-built images from the releases page.
This is very much a work in progress (but, hopefully a useful one!), check out the Project Status meta-issue for where we're up to.