|
17 | 17 | This **NGSI-LD** tutorial introduces the concept of an **IoT Agent** and wires up the dummy |
18 | 18 | [UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual) IoT |
19 | 19 | devices created in the [previous tutorial](https://github.com/FIWARE/tutorials.IoT-Sensors) so that measurements can be |
20 | | -read and commands can be sent using |
21 | | -[NGSI LD](https://cim.etsi.org/NGSI-LD/official/front-page.html) requests sent to an |
| 20 | +read and commands can be sent using [NGSI LD](https://cim.etsi.org/NGSI-LD/official/front-page.html) requests sent to an |
22 | 21 | NGSI-LD compliant context broker such as the [Orion Context Broker](https://fiware-orion.readthedocs.io/en/latest/). |
23 | 22 |
|
24 | 23 | The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as |
@@ -577,11 +576,11 @@ however it has been included here for completeness. |
577 | 576 |
|
578 | 577 | ### Provisioning a Sensor |
579 | 578 |
|
580 | | -The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page.html) |
581 | | -mandates full URNs when creating context data entities, however the incoming messages from the devices will not be aware |
582 | | -of this convention. Furthermore the attribute name on the context data entity should match the short names found within |
583 | | -the associated `@context` file. These mappings can be defined at the service group level as seen in the previous |
584 | | -request, or they can be defined by provisioning each device individually. |
| 579 | +The NGSI-LD [specification](https://cim.etsi.org/NGSI-LD/official/front-page.html) mandates full URNs when creating |
| 580 | +context data entities, however the incoming messages from the devices will not be aware of this convention. Furthermore |
| 581 | +the attribute name on the context data entity should match the short names found within the associated `@context` file. |
| 582 | +These mappings can be defined at the service group level as seen in the previous request, or they can be defined by |
| 583 | +provisioning each device individually. |
585 | 584 |
|
586 | 585 | Three types of measurement attributes can be provisioned: |
587 | 586 |
|
@@ -1490,4 +1489,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io) |
1490 | 1489 |
|
1491 | 1490 | ## License |
1492 | 1491 |
|
1493 | | -[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V. |
| 1492 | +[MIT](LICENSE) © 2020-2026 FIWARE Foundation e.V. |
0 commit comments