Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 658 Bytes

go-bgptracker

Build Status

A simple web application that shows the oldest and most recent BGP dump files from all the collectors in RIPE RRC and RouteViews.

An demo is running at http://ht3.mwzhang.com:9999/

Build and Run

go install github.com/digizeph/go-bgptracker/
go-bgptracker

On default, the service runs on port 9999. You can change the part in main.go where it says ":9999" to any other port number as you wish.