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
lineas a non-comment line in a AS relationship file.