How it works...
The IoTDM project provides and implements RPCs, enabling the interaction with a subset of oneM2M resources. An RPC is a remote procedure call intended to be processed in a synchronized way and providing less latency than a REST call. For each RPC, its associated implementation corresponds to a callback that will define the expected behavior. The IoTDM project defines the oneM2M resources as models, thus providing a tree using the MD-SAL architecture provided by OpenDaylight. When a resource is modified, a notifier will issue a oneM2M notification to the subscribers. This process uses a publish-subscribe type of mechanism. Finally, the IoTDM project implements three southbound protocols, the constrained application protocol (CoAP - RFC-7252), the MQTT, and the HTTP protocol, the one used in the recipe.
- Mastering Zabbix(Second Edition)
- Python數據分析基礎
- JIRA 7 Administration Cookbook(Second Edition)
- Reactive Programming with Swift
- GitLab Repository Management
- 匯編語言編程基礎:基于LoongArch
- Unity 2018 Augmented Reality Projects
- Arduino Wearable Projects
- Apache Solr PHP Integration
- Tkinter GUI Programming by Example
- Visual Basic程序設計
- 匯編語言程序設計
- 大學計算機基礎
- Visual C++.NET(2008)典型案例
- JavaScript啟示錄