package
0.4.0
Repository: https://github.com/joelfischerr/scion.git
Documentation: pkg.go.dev

# README

Showpaths

To show the SCION paths between two ISD-ASs, first make sure the infrastructure is running.

Then, run:

make
./bin/showpaths -dstIA 2-ff00:0:222 -srcIA 1-ff00:0:133

Alternatively, you can also run the application using:

go run paths.go -dstIA 2-ff00:0:222 -srcIA 1-ff00:0:133

In the examples above, the application will display the paths between 1-ff00:0:133 and 2-ff00:0:222.

For complete options:

go run paths.go -h

# Functions

No description provided by the author