Skip to content
Snippets Groups Projects
user avatar
Oliver Herms authored
5a4c0a62
History

bio-rd

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

CircleCI Codecov Go ReportCard Go Doc

Building

Build the examples

BGP

cd examples/bgp/ && go build

BMP

cd examples/bmp/ && go build

Device

cd examples/device && go build

Run Tests

go test -v -cover ./...

Update modules

go mod tidy