Industrial IoT Messaging and Device Management Platform
-
Updated
Nov 22, 2024 - Go
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.
Industrial IoT Messaging and Device Management Platform
Implementation of CoAP Server & Client in Go
Secure and Interoperable Internet of Things
Flogo Contribution repo. Contains activities, triggers, models and actions.
Implements a custom device on hello.nrfcloud.com/map that connects to nRF Cloud using CoAP and sends LwM2M objects using senML encoded as CBOR.
CoAP over TCP (RFC 8323) implementation in Go