- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 187字
- 2021-07-02 18:59:36
Advantages to CoAP
There are some advantages to CoAP:
- Reduced power requirements: It operates over UDP, which requires minimal overhead for communications. It also allows faster wake up times and extended sleepy states. Taken together, this means batteries last longer for IoT devices.
- Smaller packet size: Another advantage of UDP is small packet sizes. This leads to faster communication cycles. Again, this allows batteries to last longer.
- Security: Like MQTT, this is on both the advantage and disadvantage lists. When Datagram Transport Layer Security (DTLS) is employed over UDP, communication is encrypted and secure. Even though there is some additional overhead required to implement this, you can and should use it.
- Asynchronous communication option: Clients can request to observe a device by setting a flag. The server (IoT device) can then stream state changes to the client as they happen. Either side can cancel the observe request.
- IPv6 based: It was designed from the beginning to support IPv6. This also allows for a multicasting option.
- Resource discovery: Servers can provide a list of resources and media types. The client can then review and discover what is available.
推薦閱讀
- Functional Python Programming
- Learning ArcGIS Pro 2
- 深入淺出Spring Boot 2.x
- FreeSWITCH 1.6 Cookbook
- Backbone.js Blueprints
- 劍指MySQL:架構、調優與運維
- 軟件品質之完美管理:實戰經典
- Java Fundamentals
- Regression Analysis with Python
- UML2面向對象分析與設計(第2版)
- GitHub入門與實踐
- R的極客理想:量化投資篇
- Instant GLEW
- CISSP in 21 Days(Second Edition)
- Raspberry Pi By Example