Skip to content
Snippets Groups Projects
Commit b499aece authored by Andreas Neubacher's avatar Andreas Neubacher
Browse files

Update TS-0041-oneM2M-SensorThings_interworking.md

parent e4982018
No related branches found
No related tags found
No related merge requests found
Pipeline #363 passed
......@@ -88,7 +88,7 @@ The following referenced documents are not necessary for the application of the
- Use the **EX** style, add the letter "i" (for informative) before the number (which shall be in square brackets) and separate this from the title with a tab (you may use sequence fields for automatically numbering references).
- <a href="#_ref_i.1">[i.1]</a> oneM2M Drafting Rules (http://www.onem2m.org/images/files/oneM2M-Drafting-Rules.pdf)
- <a href="#_ref_i.2">[i.2]</a> OGC SensorThings API "Part 2 Tasking Core" ( http://www.opengis.net/doc/IS/sensorthings-part2-TaskingCore/1.0)
- <a href="#_ref_i.2">[i.2]</a> OGC SensorThings API "Part 2 – Tasking Core" ( http://www.opengis.net/doc/IS/sensorthings-part2-TaskingCore/1.0)
# 3 Definition of terms, symbols and abbreviations
......@@ -155,6 +155,8 @@ The key words "Shall", "Shall not", "May", "Need not", "Should", "Should not" in
# 5 Introduction to OGC SensorThings API
&lt;Text>
TEST
The SensorThings API (STA) is a standard of the Open Geospatial Consortium (OGC). It provides a framework for communication and exchanging data between sensors and applications. The standard is devided in two parts. SensorThings API Part 1 is dedicated to sensing and was published in 2016 and updated in 2021 <a href="#_ref_1">[1]</a>. Part 2 deals with tasking and was published in 2019 <a href="#_ref_i.2">[i.2]</a>.
A STA-based architecture works in client/server mode. A sensor device pushes data to the SensorThings Server via HTTP. A SensorThings Server may also support MQTT protocol to support publish and subscribe capabilities. An interested application can subscribe to the MQTT-Broker, in order to get notified about new sensor events.
......@@ -163,7 +165,7 @@ A STA-based architecture works in client/server mode. A sensor device pushes dat
<figcaption>Figure 5-1 STA message flow</figcaption>
</figure>
The data in the SensorThings server are organized as according to Sensing Entities (see Figure 5.0-1: Sensing Entities data model).
The data in the SensorThings server are organized as according to “Sensing Entities” (see Figure 5.0-1: “Sensing Entities” data model).
<figure>
<img src="media/data_model.jpg" alt="data_model">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment