Skip to content

Commit a555638

Browse files
committed
Add links to NGSI-LD API specification
1 parent 314e418 commit a555638

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IoT Agents - JSON [<img src="https://img.shields.io/badge/NGSI-LD-d6604d.svg" width="90" align="left" />](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)[<img src="https://fiware.github.io/tutorials.IoT-Agent-JSON/img/fiware.png" align="left" width="162">](https://www.fiware.org/)<br/>
1+
# IoT Agents - JSON [<img src="https://img.shields.io/badge/NGSI-LD-d6604d.svg" width="90" align="left" />](https://cim.etsi.org/NGSI-LD/official/0--1.html)[<img src="https://fiware.github.io/tutorials.IoT-Agent-JSON/img/fiware.png" align="left" width="162">](https://www.fiware.org/)<br/>
22

33
[![FIWARE IoT Agents](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/iot-agents.svg)](https://github.com/FIWARE/catalogue/blob/master/iot-agents/README.md)
44
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Iot-Agent.svg)](https://opensource.org/licenses/MIT)
@@ -11,7 +11,7 @@
1111
[JSON 用の IoT Agent](https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
1212
を使用して、ダミーの [JSON](https://json.org/) ベースの IoT デバイスを接続し、
1313
[Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/) などの NGSI-LD 準拠の Context Broker
14-
に送信された [NGSI-LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) リクエストを使用して、
14+
に送信された [NGSI-LD](https://cim.etsi.org/NGSI-LD/official/0--1.html) リクエストを使用して、
1515
測定値を読み取ったり、コマンドを送信したりできるようにします。
1616

1717
チュートリアルでは [cUrl](https://ec.haxx.se/) コマンドを使用しますが、
@@ -594,7 +594,7 @@ Broker URL を使用しますが、完全を期すために、ここに含まれ
594594
595595
### センサのプロビジョニング
596596
597-
NGSI-LD [仕様](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) では、
597+
NGSI-LD [仕様](https://cim.etsi.org/NGSI-LD/official/0--1.html) では、
598598
コンテキスト・データ・エンティティを作成するときに完全な URN が義務付けられていますが、デバイスからの着信メッセージはこの
599599
規則を認識しません。さらに、コンテキスト・データ・エンティティの属性名は、関連付けられた `@context` ファイル内にある短い名前
600600
と一致する必要があります。これらのマッピングは、以前のリクエストで見たようにサービス・グループ・レベルで定義することも、

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
This tutorial a wires up the dummy [JSON](https://json.org/)-based IoT devices using the
1818
[IoT Agent for JSON](https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
1919
devices so that measurements can be read and commands can be sent using
20-
[NGSI LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) requests sent to an
20+
[NGSI LD](https://cim.etsi.org/NGSI-LD/official/0--1.html) requests sent to an
2121
NGSI-LD compliant context broker such as the [Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/).
2222

2323
The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as
@@ -588,7 +588,7 @@ however it has been included here for completeness.
588588

589589
### Provisioning a Sensor
590590

591-
The NGSI-LD [specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)
591+
The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/0--1.html)
592592
mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware
593593
of this convention. Furthermore the attribute name on the context data entity should match the short names found within
594594
the associated `@context` file. These mappings can be defined at the service group level as seen in the previous

0 commit comments

Comments
 (0)