Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Visualize network topology from tinet config file by inet-henge

Notifications You must be signed in to change notification settings

tinynetwork/tinet2inet-henge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinet2inet-henge

convert tinet and tinet-go config yaml to inet-henge json and Start web server and display inet-henge.

Usage

docker build -t tn2ih .

  • exampledata

docker run --name tm2ih -p 8080:8080 --rm -it tn2ih tn2ih exampledata/spec.yaml

  • your custom tinet config file

docker run --name tm2ih -v pwd/custom.yml:/work/custom.yml -p 8080:8080 --rm -it tn2ih tn2ih custom.yml

Please access http://localhost:8080/ .

About

Visualize network topology from tinet config file by inet-henge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published