@@ -207,7 +207,7 @@ designed to bridge the gap between the two.
207207For the purpose of this tutorial, a series of dummy agricultural IoT devices have been created, which will be attached
208208to the context broker. Details of the architecture and protocol used can be found in the
209209[ IoT Sensors tutorial] ( https://github.com/FIWARE/tutorials.IoT-Sensors/tree/NGSI-LD ) The state of each device can be
210- seen on the UltraLight device monitor web page found at: ` http://localhost:3000/device/monitor ` .
210+ seen on the JSON device monitor web page found at: ` http://localhost:3000/device/monitor ` .
211211
212212![ FIWARE Monitor] ( https://fiware.github.io/tutorials.Concise-Format/img/farm-devices.png )
213213
@@ -218,19 +218,19 @@ seen on the UltraLight device monitor web page found at: `http://localhost:3000/
218218This application builds on the components and dummy IoT devices created in
219219[ previous tutorials] ( https://github.com/FIWARE/tutorials.IoT-Agent/ ) . It will use two FIWARE components: the
220220[ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) and the
221- [ IoT Agent for Ultralight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/ ) .
221+ [ IoT Agent for JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/ ) .
222222
223223Therefore the overall architecture will consist of the following elements:
224224
225225- The ** FIWARE Generic Enablers** :
226226
227227 - The [ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) which will receive requests using
228228 [ NGSI-LD] ( https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/generated/full_api.json )
229- - The FIWARE [ IoT Agent for UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/ ) which will
229+ - The FIWARE [ IoT Agent for JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/ ) which will
230230 receive southbound requests using
231231 [ NGSI-LD] ( https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/generated/full_api.json )
232232 and convert them to
233- [ UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
233+ [ JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
234234 commands for the devices
235235
236236- A [ MongoDB] ( https://www.mongodb.com/ ) database:
@@ -243,7 +243,7 @@ Therefore the overall architecture will consist of the following elements:
243243- The ** Tutorial Application** does the following:
244244 - Acts as set of dummy [ agricultural IoT devices] ( https://github.com/FIWARE/tutorials.IoT-Sensors/tree/NGSI-LD )
245245 using the
246- [ UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
246+ [ JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
247247 protocol running over HTTP.
248248
249249Since all interactions between the elements are initiated by HTTP requests, the entities can be containerized and run
0 commit comments