thomnico / gobgp

BGP implemented in the Go Programming Language

Home Page:http://osrg.github.io/gobgp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoBGP: BGP implementation in Go

Build Status Slack Status

GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in a modern programming language, the Go Programming Language.

Getting started

Installing GoBGP is quite easy (only two commands!):

$ go get github.com/osrg/gobgp/gobgpd
$ go get github.com/osrg/gobgp/gobgp

No dependency hell (library, package, etc) thanks to Go.

Documentation

Using GoBGP

Community, discussion and support

We have the Slack and mailing list for questions, discussion, suggestions, etc.

You have code or documentation for GoBGP? Awesome! Send a pull request. No CLA, board members, governance, or other mess.

Licensing

GoBGP is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

BGP implemented in the Go Programming Language

http://osrg.github.io/gobgp/

License:Apache License 2.0


Languages

Language:Go 75.1%Language:Python 23.4%Language:Protocol Buffer 0.8%Language:Shell 0.7%