Crate route_verification_as_rel

Source
Expand description

Representations of CAIDA’s AS relationship databases.

This module is originally ported from https://github.com/cunha/measurements/blob/main/metadata/as-relationships/asrel.py:

AS relationships

This module loads CAIDA’s AS relationship database and provides easy access functions. CAIDA’s database contains provider-customers and peer-peer links (but no sibling links). At the moment of this writing, you can check CAIDA’s AS relationship dataset at here.

See AsRelDb for usage.

Structs§

AsRelDb
Autonomous System relationship database

Enums§

Relationship
Relationship between two Autonomous Systems.

Functions§

try_parse_as_rel
Try parsing line as a non-comment line in a AS relationship file.