Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 732 Bytes

5G EVE Experiment NSD composer

A REST API module to compose the NSD of a VSB and multiple CBs.

Install

Some dependencies are not available in Maven repository. Check pom.xml.

Compile the project with:

mvn clean package

We use Docker Compose for deployment. Run:

docker pull azul/zulu-openjdk-alpine:8-jre
docker-compose build
docker-compose up

Graph export for visualization

Debug log often provides network topology export into graphviz format. Running tests will produce output examples.

Copy the output to a text file called 'example.txt' and create a PNG with

circo -Tpng example.txt -o example.png

Or copy the output to an online Graphviz editor like Edotor.