Local environment for testing subscriptions between FIWARE Orion brokers NGSI-V2 to NGSI-LD via FIWARE IoT-Agent.
Explore the docs »
Table of Contents
This repo is part of the tasks of the European project Citcom.ai. The main objective is to generate a test environment where to evaluate the way to communicate a NGSI-V2 broker to a NGSI-LD through the IoT-Agent (all of them FIWARE technology).
This project was developed on:
- Ubuntu 22.04.3 LTS
- WSL 2 (Windows Subsystem for Linux v. 2.0.14.0) - Windows 11
These are the necessary requirements to be able to execute the project:
- Docker (v. 25.0.2)
- Docker Compose (v. 1.29.2)
- GNU Make (v 4.3)
sudo apt update -y sudo apt install make
-
Clone the repository.
-
Deploy the docker environment:
make docker
-
Insert container number:
Which container to deploy? 1 orionv2_to_orionld/ >> Container number: 1
-
Up or down the container (containers with green names means that they are up)
>> Up (u) o Down (d) services?: u
-
Distributed under the AGPL-3.0 License. See LICENSE
for more information.