Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 977 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 977 Bytes

bio-rd

A re-implementation of BGP, IS-IS and OSPF in go. We value respect and robustness!

GitHub Actions Codecov Go ReportCard Go Doc

Building

Build the examples

BGP

cd examples/bgp/ && go build

BMP

cd examples/bmp/ && go build

Run Tests

go test -v -cover ./...

Update modules

go mod tidy

Benchmarks

The benchmarks can be found in the bio-routing/bio-rd-benchmarks repository.