- 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=1739217146-bYYllXtjZ9NMwUCljP5muDwIR6m0MP1G-0-719ce60e63faaa2a301340ba465f26f3)
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.