Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseRelationships ¶
func ParseRelationships(path string) (map[uint32]RelationshipCounts, error)
Types ¶
type AS2OrgRecord ¶
type AS2OrgRecord struct {
ASN uint32
ASNName string
OrgID string
OrgName string
Country string
Source string
}
func ParseAS2Org ¶
func ParseAS2Org(path string) ([]AS2OrgRecord, error)
type ASRankRecord ¶
type ASRankRecord struct {
ASN uint32
Rank int
ConeASNs int
ConePrefixes int
ConeAddresses uint64
DegreePeers int
DegreeCustomers int
DegreeProviders int
}
func ParseASRankCSV ¶
func ParseASRankCSV(path string) ([]ASRankRecord, error)
Click to show internal directories.
Click to hide internal directories.