Go to file
sneak ee80311ba1 Add asinfo package for AS number information lookups
- Created pkg/asinfo with embedded AS data from ipverse/asn-info
- Provides fast lookups by ASN with GetDescription() and GetHandle()
- Includes Search() functionality for finding AS by name/handle
- Added asinfo-gen tool to fetch and convert CSV data to JSON
- Added 'make asupdate' target to refresh AS data
- Embedded JSON data contains 130k+ AS entries
- Added comprehensive tests and examples
2025-07-27 21:41:02 +02:00
cmd Add asinfo package for AS number information lookups 2025-07-27 21:41:02 +02:00
docs Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
internal Remove peer state change logging 2025-07-27 21:26:08 +02:00
pkg/asinfo Add asinfo package for AS number information lookups 2025-07-27 21:41:02 +02:00
.gitignore Add asinfo package for AS number information lookups 2025-07-27 21:41:02 +02:00
.golangci.yml Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
CLAUDE.md Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
go.mod Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
go.sum Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
Makefile Add asinfo package for AS number information lookups 2025-07-27 21:41:02 +02:00