Difference between revisions of "Constrained Application Protocol"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 1: Line 1:
The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained networks in the Internet of Things.
The protocol is designed for machine-to-machine (M2M) applications such as smart energy and building automation.
Das '''Constrained Application Protocol''' ('''CoAP''') ist ein spezielles Übertragungsprotokoll zur Verwendung auf Constrained-Nodes und Constrained-Devices im Internet der Dinge (engl. Internet of Things, IoT) . Das Protokoll ist für Maschine-to-Maschine- (M2M) Anwendungen wie intelligente Energie- und Gebäudeautomation ausgelegt und im RFC 7252 dolumentiert. Wie auch HTTP, basiert CoAP auf Representational State Transfer (REST), dem Architekturmodell für Webservices, bei dem Ressourcen von Servern durch einen Anwendungsprozess kontrolliert und über die Uniform Resource Identifiers (URI) identifiziert werden.
Das '''Constrained Application Protocol''' ('''CoAP''') ist ein spezielles Übertragungsprotokoll zur Verwendung auf Constrained-Nodes und Constrained-Devices im Internet der Dinge (engl. Internet of Things, IoT) . Das Protokoll ist für Maschine-to-Maschine- (M2M) Anwendungen wie intelligente Energie- und Gebäudeautomation ausgelegt und im RFC 7252 dolumentiert. Wie auch HTTP, basiert CoAP auf Representational State Transfer (REST), dem Architekturmodell für Webservices, bei dem Ressourcen von Servern durch einen Anwendungsprozess kontrolliert und über die Uniform Resource Identifiers (URI) identifiziert werden.
== Courses ==
* [[Vertiefendes Wahlfach-Projekt]] (2018)
== References ==
* RFC 7252: https://tools.ietf.org/html/rfc7252
* CoAP: RFC 7252 Constrained Application Protocol https://coap.technology/
* Learning Internet of Things: https://www.oreilly.com/library/view/learning-internet-of/9781783553532/
[[Category:Documentation]]

Revision as of 12:19, 11 March 2019

The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained networks in the Internet of Things. The protocol is designed for machine-to-machine (M2M) applications such as smart energy and building automation.


Das Constrained Application Protocol (CoAP) ist ein spezielles Übertragungsprotokoll zur Verwendung auf Constrained-Nodes und Constrained-Devices im Internet der Dinge (engl. Internet of Things, IoT) . Das Protokoll ist für Maschine-to-Maschine- (M2M) Anwendungen wie intelligente Energie- und Gebäudeautomation ausgelegt und im RFC 7252 dolumentiert. Wie auch HTTP, basiert CoAP auf Representational State Transfer (REST), dem Architekturmodell für Webservices, bei dem Ressourcen von Servern durch einen Anwendungsprozess kontrolliert und über die Uniform Resource Identifiers (URI) identifiziert werden.


Courses

References