File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # IoT Agents[ <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/img/fiware.png " align =" left " width =" 162 " >] ( https://www.fiware.org/ ) <br />
1+ # IoT Agents[ <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/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 )
1212[ UltraLight 2.0] ( https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
1313IoT デバイスを接続して、
1414[ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) のような NGSI-LD 準拠の Context Broker
15- に送信された [ NGSI-LD] ( https://cim.etsi.org/NGSI-LD/official/0--1 .html )
15+ に送信された [ NGSI-LD] ( https://cim.etsi.org/NGSI-LD/official/front-page .html )
1616リクエストを使用して測定値を読み取り、コマンドを送信できるようにします。
1717
1818このチュートリアルでは、全体で [ cUrl] ( https://ec.haxx.se/ ) コマンドを使用していますが、
@@ -594,7 +594,7 @@ IoT Agent は設定ファイルで定義された Context Broker URL を使用
594594
595595# ## センサのプロビジョニング
596596
597- NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/0--1 .html)
597+ NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page .html)
598598は、コンテキスト・データ・エンティティの作成時に完全な URNs を要求しますが、デバイスからの着信メッセージはこの規則を
599599認識しません。 さらに、コンテキスト・データ・エンティティの属性名は、関連付けられた `@context` ファイル内にある短い名前と
600600一致する必要があります。これらのマッピングは、前のリクエストに見られるようにサービス・グループ・レベルで定義するか、
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This **NGSI-LD** tutorial introduces the concept of an **IoT Agent** and wires u
1818[ UltraLight 2.0] ( https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual ) IoT
1919devices created in the [ previous tutorial] ( https://github.com/FIWARE/tutorials.IoT-Sensors ) so that measurements can be
2020read and commands can be sent using
21- [ NGSI LD] ( https://cim.etsi.org/NGSI-LD/official/0--1 .html ) requests sent to an
21+ [ NGSI LD] ( https://cim.etsi.org/NGSI-LD/official/front-page .html ) requests sent to an
2222NGSI-LD compliant context broker such as the [ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) .
2323
2424The tutorial uses [ cUrl] ( https://ec.haxx.se/ ) commands throughout, but is also available as
@@ -577,7 +577,7 @@ however it has been included here for completeness.
577577
578578# ## Provisioning a Sensor
579579
580- The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/0--1 .html)
580+ The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page .html)
581581mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware
582582of this convention. Furthermore the attribute name on the context data entity should match the short names found within
583583the 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