/IoTAgent.NGSI-V2_to_NGSI-LD_Subscription

Local environment for testing subscriptions between FIWARE Orion brokers NGSI-V2 to NGSI-LD via FIWARE IoT-Agent.

Primary LanguageMakefileGNU Affero General Public License v3.0AGPL-3.0


Logo

Connecting NGSI-V2 Broker to NGSI-LD via FIWARE IoT-Agent

Local environment for testing subscriptions between FIWARE Orion brokers NGSI-V2 to NGSI-LD via FIWARE IoT-Agent.
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started (Prerequisites)
  3. Usage
  4. License
  5. Acknowledgments

About The Project

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).

(back to top)

Built With

docker

(back to top)

Tested on

ubuntu22.04.03LTS WSL2

(back to top)

Getting Started (Prerequisites)

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

(back to top)

Usage

  1. Clone the repository.

  2. Deploy the docker environment:

      make docker
    1. Insert container number:

      Which container to deploy?
      1       orionv2_to_orionld/
      >> Container number: 1
    2. Up or down the container (containers with green names means that they are up)

      >> Up (u) o Down (d) services?: u 

(back to top)

License

Distributed under the AGPL-3.0 License. See LICENSE for more information.

(back to top)

References

(back to top)