File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ CURL_VERSION=8.4.0
2323MONGO_DB_PORT = 27017
2424MONGO_DB_VERSION = 6.0
2525
26- # IoT Agent Ultralight Variables
27- ULTRALIGHT_VERSION = 3.7 .0-distroless
26+ # IoT Agent JSON Variables (unused)
27+ JSON_VERSION = 3.14 .0-distroless
2828IOTA_NORTH_PORT = 4041
2929IOTA_SOUTH_PORT = 7896
3030
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Therefore, the architecture will consist of three elements:
203203- The ** Tutorial Application** (optional) does the following:
204204 - Acts as set of dummy [ agricultural IoT devices] ( https://github.com/FIWARE/tutorials.IoT-Sensors/tree/NGSI-LD )
205205 using the
206- [ UltraLight 2.0 ] ( https://fiware-iotagent-ul .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
206+ [ JSON ] ( https://fiware-iotagent-json .readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual )
207207 protocol running over HTTP.
208208
209209Since all interactions between the three elements are initiated by HTTP requests, the elements can be containerized and
You can’t perform that action at this time.
0 commit comments