Skip to content

Commit

Permalink
Fix #42 - Add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 14, 2023
1 parent 5b681bf commit 037ce1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,11 @@ Therefore, the architecture will consist of three elements:
- Used by the Orion Context Broker to hold context data information such as data entities, subscriptions and
registrations
- An HTTP **Web-Server** which offers static `@context` files defining the context entities within the system.
- The **Tutorial Application** does the following:
- The **Tutorial Application** (optional) does the following:
- Acts as set of dummy [agricultural IoT devices](https://github.com/FIWARE/tutorials.IoT-Sensors/tree/NGSI-LD)
using the
[UltraLight 2.0](https://fiware-iotagent-ul.readthedocs.io/en/latest/usermanual/index.html#user-programmers-manual)
protocol running over HTTP.

Since all interactions between the three elements are initiated by HTTP requests, the elements can be containerized and
run from exposed ports.
Expand Down

0 comments on commit 037ce1c

Please sign in to comment.