@@ -72,7 +72,7 @@ JavaScript). The aim is to create an equivalent application without resorting to
7272The Users in ** Wirecloud** have been created using the standard [ identity management] ( identity-management.md ) component,
7373** Keyrock** . Overall the system makes use of four FIWARE components - the
7474[ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) ,the
75- [ IoT Agent for UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/ ) , the
75+ [ IoT Agent for JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/ ) , the
7676[ Keyrock] ( https://fiware-idm.readthedocs.io/en/latest/ ) Identity Manager and the newly integrated
7777[ Wirecloud] ( https://wirecloud.readthedocs.io/en/stable/ ) application mashup tool. Usage of the Orion Context Broker is
7878sufficient for an application to qualify as _ “Powered by FIWARE”_ .
@@ -81,10 +81,10 @@ Therefore, the overall architecture will consist of the following elements:
8181
8282- The FIWARE [ Orion Context Broker] ( https://fiware-orion.readthedocs.io/en/latest/ ) which will receive requests using
8383 [ NGSI-v2] ( https://fiware.github.io/specifications/OpenAPI/ngsiv2 ) .
84- - The FIWARE [ IoT Agent for UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/ ) which will receive
84+ - The FIWARE [ IoT Agent for JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/ ) which will receive
8585 southbound requests using [ NGSI-v2] ( https://fiware.github.io/specifications/OpenAPI/ngsiv2 ) and convert them to
86- [ UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
87- commands for the devices.
86+ [ JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual ) commands
87+ for the devices.
8888- The FIWARE [ Keyrock] ( https://fiware-idm.readthedocs.io/en/latest/ ) Identity Management System:
8989 - Used by both the ** Stock Management System** and ** Wirecloud** .
9090- FIWARE [ Wirecloud] ( https://wirecloud.readthedocs.io/en/stable/ ) an application mashup tool for displaying NGSI
@@ -105,8 +105,8 @@ Therefore, the overall architecture will consist of the following elements:
105105 - Shows which products can be bought at each store.
106106 - Allows users to "buy" products and reduce the stock count.
107107- A webserver acting as set of [ dummy IoT devices] ( iot-sensors.md ) using the
108- [ UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
109- protocol running over HTTP - access to certain resources is restricted.
108+ [ JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual ) protocol
109+ running over HTTP - access to certain resources is restricted.
110110- Three additional microservices are used by ** Wirecloud** :
111111 - [ Memcache] ( https://memcached.org ) , a general-purpose distributed memory caching system.
112112 - [ ElasticSearch] ( https://www.elastic.co/products/elasticsearch ) , a full-text search engine.
0 commit comments