crates.io docs.rs Maintenance

toad

toad is a Rust CoAP implementation that aims to be: - Platform-independent - Extensible - Approachable

CoAP

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.

Similarities to HTTP

CoAP has the same verbs and many of the same semantics as HTTP; - GET, POST, PUT, DELETE - Headers (renamed to Options) - Data format independent (via the Content-Format Option) - Response status codes

Differences from HTTP

License

Licensed under either of

at your option.

Contribution

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.