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://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 />
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/front-page .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 )
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://cim.etsi.org/NGSI-LD/official/0--1 .html ) リクエストを使用して、
14+ に送信された [ NGSI-LD] ( https://cim.etsi.org/NGSI-LD/official/front-page .html ) リクエストを使用して、
1515測定値を読み取ったり、コマンドを送信したりできるようにします。
1616
1717チュートリアルでは [ cUrl] ( https://ec.haxx.se/ ) コマンドを使用しますが、
@@ -594,7 +594,7 @@ Broker URL を使用しますが、完全を期すために、ここに含まれ
594594
595595### センサのプロビジョニング
596596
597- NGSI-LD [仕様](https://cim.etsi.org/NGSI-LD/official/0--1 .html) では、
597+ NGSI-LD [仕様](https://cim.etsi.org/NGSI-LD/official/front-page .html) では、
598598コンテキスト・データ・エンティティを作成するときに完全な URN が義務付けられていますが、デバイスからの着信メッセージはこの
599599規則を認識しません。さらに、コンテキスト・データ・エンティティの属性名は、関連付けられた `@context` ファイル内にある短い名前
600600と一致する必要があります。これらのマッピングは、以前のリクエストで見たようにサービス・グループ・レベルで定義することも、
Original file line number Diff line number Diff line change 1717This 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 )
1919devices so that measurements can be read and commands can be sent using
20- [ NGSI LD] ( https://cim.etsi.org/NGSI-LD/official/0--1 .html ) requests sent to an
20+ [ NGSI LD] ( https://cim.etsi.org/NGSI-LD/official/front-page .html ) requests sent to an
2121NGSI-LD compliant context broker such as the [ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) .
2222
2323The 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://cim.etsi.org/NGSI-LD/official/0--1 .html)
591+ The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page .html)
592592mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware
593593of this convention. Furthermore the attribute name on the context data entity should match the short names found within
594594the 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