Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 940 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 940 Bytes

Internet topology

Go Report Card GoDoc

Compilation

Requeriments

Steps

make
# or
make small

Build docker

make docker

Usage

binary

Compile or download from actions, then run

./internet-topology --asn=5692 --deep=2 --ix --peers
dot -Tsvg /tmp/internet-topology.dot > unlp.svg

Docker image

docker run --rm -it \
  -v $PWD/data:/data \
  ghcr.io/lucasdc6/internet-topology:latest --asn=5692 --deep=2 --ix --peers -o /data/unlp
dot -Tsvg data/unlp.dot > unlp.svg