Skip to content
Snippets Groups Projects

SDS-2024-0141R02-ogc_ipe_communication_schema

Merged Ingo Friese requested to merge SDS-2024-0141-ogc_ipe_communication_schema into R5
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -185,7 +185,7 @@ The IPE shall map the 'result' attribute of an OGC/STA 'Observation' to the 'con
@@ -185,7 +185,7 @@ The IPE shall map the 'result' attribute of an OGC/STA 'Observation' to the 'con
**Figure 6.1-1: OGC / STA-to-oneM2M data model mapping**
**Figure 6.1-1: OGC / STA-to-oneM2M data model mapping**
## 6.2 Communication Schema
## 6.2 Communication Flow
In order to transfer data from a oneM2M sensor to OGC/STA the IPE creates a <subscription> to the <container> resource with the desired data and when a new <contentInstance> is added it gets a <notification> message containing the <contentInstance> resource.
In order to transfer data from a oneM2M sensor to OGC/STA the IPE creates a <subscription> to the <container> resource with the desired data and when a new <contentInstance> is added it gets a <notification> message containing the <contentInstance> resource.
Figure 6.2-1 shows the oneM2M-to-OGC/STA direction. Based upon the creation of the <contentInstance> in the hosting CSE, the IPE gets a <notification> message including the <contentInstance>. The IPE constructs an "Observation" creation request and copies the 'content' attribute of the <contentInstance> to the 'result' attribute of the "Observation" shown in Figure 6.1-1 and sends it to the OGC/STA server.
Figure 6.2-1 shows the oneM2M-to-OGC/STA direction. Based upon the creation of the <contentInstance> in the hosting CSE, the IPE gets a <notification> message including the <contentInstance>. The IPE constructs an "Observation" creation request and copies the 'content' attribute of the <contentInstance> to the 'result' attribute of the "Observation" shown in Figure 6.1-1 and sends it to the OGC/STA server.
Loading