Crates.io | toad |
lib.rs | toad |
version | 1.0.0-beta.9 |
source | src |
created_at | 2022-10-08 17:50:41.865667 |
updated_at | 2023-07-21 04:17:01.596489 |
description | Universal implementation of the CoAP networking protocol |
homepage | https://github.com/clov-coffee/toad/toad |
repository | https://github.com/clov-coffee/toad/toad |
max_upload_size | |
id | 683671 |
size | 471,037 |
toad
is a Rust CoAP implementation that aims to be:
CoAP is an application-level network protocol that copies the semantics of HTTP to an environment conducive to constrained devices. (weak hardware, small battery capacity, etc.)
This means that you can write and run two-way RESTful communication between devices very similarly to the networking semantics you are most likely very familiar with.
CoAP has the same verbs and many of the same semantics as HTTP;
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.