|
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.07.01_60/gs_cim009v010701p.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://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/> |
2 | 2 |
|
3 | 3 | [](https://github.com/FIWARE/catalogue/blob/master/iot-agents/README.md) |
4 | 4 | [](https://opensource.org/licenses/MIT) |
|
10 | 10 | This tutorial a wires up the dummy [JSON](https://json.org/)-based IoT devices using the |
11 | 11 | [IoT Agent for JSON](https://fiware-iotagent-json.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual) |
12 | 12 | devices so that measurements can be read and commands can be sent using |
13 | | -[NGSI LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf) requests sent to an |
| 13 | +[NGSI LD](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) requests sent to an |
14 | 14 | NGSI-LD compliant context broker such as the [Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/). |
15 | 15 |
|
16 | 16 | The 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. |
577 | 577 |
|
578 | 578 | ### Provisioning a Sensor |
579 | 579 |
|
580 | | -The NGSI-LD [specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf) |
| 580 | +The NGSI-LD [specification](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) |
581 | 581 | mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware |
582 | 582 | of this convention. Furthermore the attribute name on the context data entity should match the short names found within |
583 | 583 | the associated `@context` file. These mappings can be defined at the service group level as seen in the previous |
|
0 commit comments