File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 />
2
2
3
3
[ ![ 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 )
4
4
[ ![ License: MIT] ( https://img.shields.io/github/license/fiware/tutorials.Iot-Agent.svg )] ( https://opensource.org/licenses/MIT )
11
11
[ JSON 用の IoT Agent] ( https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
12
12
を使用して、ダミーの [ JSON] ( https://json.org/ ) ベースの IoT デバイスを接続し、
13
13
[ 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 ) リクエストを使用して、
15
15
測定値を読み取ったり、コマンドを送信したりできるようにします。
16
16
17
17
チュートリアルでは [ cUrl] ( https://ec.haxx.se/ ) コマンドを使用しますが、
@@ -594,7 +594,7 @@ Broker URL を使用しますが、完全を期すために、ここに含まれ
594
594
595
595
### センサのプロビジョニング
596
596
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 ) では、
598
598
コンテキスト・データ・エンティティを作成するときに完全な URN が義務付けられていますが、デバイスからの着信メッセージはこの
599
599
規則を認識しません。さらに、コンテキスト・データ・エンティティの属性名は、関連付けられた `@context` ファイル内にある短い名前
600
600
と一致する必要があります。これらのマッピングは、以前のリクエストで見たようにサービス・グループ・レベルで定義することも、
Original file line number Diff line number Diff line change 17
17
This tutorial a wires up the dummy [ JSON] ( https://json.org/ ) -based IoT devices using the
18
18
[ IoT Agent for JSON] ( https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
19
19
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
21
21
NGSI-LD compliant context broker such as the [ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) .
22
22
23
23
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.
588
588
589
589
# ## Provisioning a Sensor
590
590
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 )
592
592
mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware
593
593
of this convention. Furthermore the attribute name on the context data entity should match the short names found within
594
594
the associated `@context` file. These mappings can be defined at the service group level as seen in the previous
You can’t perform that action at this time.
0 commit comments