#
CoAP
Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained networks in the Internet of Things, as defined by IETF RFC 7252. CoAP adopts a REST model making it easy to learn and easy to adapt to HTTP. coaps:// is a related protocol, where "s" stands for a secure layer using DTLS. Learn more at coap.technology.
Here are 16 public repositories matching this topic...
CoAP runtime that is heap allocation and operating-system optional
-
Updated
May 20, 2023 - Rust
A rust crate for connecting to the Ikea TRÅDFRI gateway, and for controlling your home devices through the gateway.
-
Updated
Nov 18, 2023 - Rust
A small tool for formatting bytes in various input formats as arrays or CoAP messages
-
Updated
Oct 1, 2019 - Rust