A re-implementation of BGP, IS-IS and OSPF in go. We value respect and robustness!
cd examples/bgp/ && go build
cd examples/bmp/ && go build
go test -v -cover ./...
go mod tidy
The benchmarks can be found in the bio-routing/bio-rd-benchmarks repository.