![Practical Internet of Things Security](https://wfqqreader-1252317822.image.myqcloud.com/cover/124/36699124/b_36699124.jpg)
上QQ阅读APP看书,第一时间看更新
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=1739305327-hRDLs9l65UGDHKhvXHUpOzeDukuiOYGA-0-7a51849c44da1f86a86b5670dcdc90ef)
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.