Skip to content

Commit 9680593

Browse files
committed
Update variables
1 parent 995fbff commit 9680593

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ CURL_VERSION=8.4.0
2323
MONGO_DB_PORT=27017
2424
MONGO_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
2828
IOTA_NORTH_PORT=4041
2929
IOTA_SOUTH_PORT=7896
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

209209
Since all interactions between the three elements are initiated by HTTP requests, the elements can be containerized and

0 commit comments

Comments
 (0)