- Practical Internet of Things Security
- Brian Russell Drew Van Duren
- 86字
- 2021-06-10 18:42:24
CoAP
CoAP is another IoT messaging protocol, UDP-based and intended for use in resource-constrained internet devices such as wireless sensor nodes. CoAP uses DTLS for security services. CoAP consists of a set of messages that map easily to HTTP: GET, POST, PUT, and DELETE:
![](https://epubservercos.yuewen.com/76A74E/19470384401520606/epubprivate/OEBPS/Images/30ac2ad6-6ae0-49fe-b76f-018e94b2b4da.png?sign=1739658859-f9J5opbk3yT5E7xzmDCJzGcASRYKYfXL-0-f7822fae4a34e597b3c5f198b6927e1b)
CoAP device implementations communicate to web servers using specific Uniform Resource Indicators (URIs) to process commands. Examples of CoAP-enabled implementations include smart light switches in which the switch sends a command to change the behavior (state/color) of each light in the system.