This repository contains the code for the Mobile Transport and Computing Platform (MTP) developed in the 5G-Transformer EU project. It is the second release (see Changelog for detailed supported feature list) and it is the reference code for Proof Of Concept Demo of the project
The repository is divided in three folders:
This folder contains the code of the MTP core. Please refer to the MTP README for instruction details
This folder contains a java REST client library (client-sbi) that MTP core uses to communicate with the plugins. It is generated automatically via swagger codegen
This folder contains the MTP plugins and the json files used for generate the external interfaces for MTP core (both generated via swagger codegen ) Please refer to the IFA005 README for instruction details.
This folder contains the Monitoring API that MTP uses for communicate with the 5G-T Monitoring Platform. it includes the json files and the java REST client library used by MTP core (both generated via [swagger codegen])
This folder contains the MTP local placement algorithms, the json file used by algorithms to communicate with MTP core and the java REST client used by MTP core (both generated via [swagger codegen]). Please refer to the PA README for instruction details
This folder contains a json POSTMAN collection to be use for testing the MTP core.