Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
/ -exp-nsd-composer Public archive

A REST API module to compose experiment NSDs. It can also validate blueprints and generate NSDs from them.

License

Notifications You must be signed in to change notification settings

5GEVE/-exp-nsd-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A REST API module to compose experiment NSDs. It can also validate blueprints and generate NSDs from them.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published