Thing.CoAP
-
Updated
Oct 8, 2023 - C++
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.
Thing.CoAP
Constrained Application Protocol (CoAP) library written in Qt.
Simple CoAP server for Arduino.
A project example involving Arduino UNO and the ESP8266-01 Wi-FI module for implementing peer-to-peer communication between microcontrollers