Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.02 KB

File metadata and controls

35 lines (25 loc) · 1.02 KB

BGPKIT Labs

Experimental tools and projects for the BGP and routing research community, available at labs.bgpkit.com.

Structure

labs/
├── homepage/          # labs.bgpkit.com — showcase site (Astro + Cloudflare Workers)
└── projects/
    ├── mrt-explorer/  # mrt-explorer.labs.bgpkit.com — browser-based MRT file explorer (WASM)
    └── rov-check/     # rov.labs.bgpkit.com — RPKI ROV validation checker (SvelteKit)

Projects

Browse and inspect MRT files directly in your browser, powered by bgpkit-parser compiled to WASM.

Check Route Origin Validation status for any prefix or ASN using live RPKI data.

Development

Each project is a standalone Cloudflare Workers app with its own wrangler.toml and package.json.

# Run a project locally
cd homepage  # or projects/mrt-explorer, projects/rov-check
npm install
npm run dev

# Deploy
npm run deploy