internet-topology

command module
v0.0.0-...-4af1448 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2021 License: MIT Imports: 8 Imported by: 0

README

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

Documentation

Overview

Generate the internet's topology starting from a specific AS.

Examples:

  1. Basic Example: $ internet-topology --asn=3
  2. Example with deep 3: $ internet-topolofy --asn=3 --deep=3
  3. Example with IX connections: $ internet-topology --asn=3 --deep=3 --ix

For full documentation, use the flag --help

Directories

Path Synopsis
bgpview
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL