package
0.3.1
Repository: https://github.com/stygerma/scion.git
Documentation: pkg.go.dev

# README

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