Skip to content

dana-i2cat/mqnaas

Repository files navigation

MQNaaS is the evolution of OpenNaaS. It uses concepts forming a new architecture.

Deploy and execute

Deploying and executing MQNaaS is quite simple:

Requirements

MQNaaS has been successfully tested with:

Executing

  1. Launch Apacke Karaf in regular mode (instructions to obtain a shell console).

  2. Load MQNaaS Karaf feature Maven repository:

    First of all, MQNaaS version needs to be determined. In this example, version 0.0.1-SNAPSHOT is used:

feature:repo-add mvn:org.mqnaas/mqnaas/0.0.1-SNAPSHOT/xml/features
  1. Install MQNaaS Karaf feature:
feature:install mqnaas
  1. [Optional] Check correct installation It is possible to check correct installation with this command:
feature:list --installed | grep mqnaas

with this expected output:

mqnaas                | 0.0.1-SNAPSHOT   | x         |               |

Documentation

Read more about MQNaaS here.

Licensing

The core of MQNaaS is licensed under GNU Lesser General Public License version 3.

Extensions in this repository are licensed under Apache License 2.0.

LGPLv3 ALv2

Contact

Developers

  • Isart Canyameres
  • Adrián Roselló
  • Julio Carlos Barrera
  • Georg Mansky-Kummert

Releases

No releases published

Packages

No packages published

Languages