cunicu / go-babel

A Go implementation of the Babel routing protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status goreportcard Codecov branch License GitHub go.mod Go version Go Reference

go-babel is an implementation of the Babel routing protocol in the Go programming language.

RFCs / Status

go-babel aims at implementing the following RFCs and drafts:

Under implementation

Planned

Limitations

  • Link cost calculation is only supported for wired links using the 2-out-of-3 strategy. ETX is not (yet) supported.

References

Contact

Please have a look at the contact page: cunicu.li/docs/contact.

License

go-babel is licensed under the Apache 2.0 license.

  • SPDX-FileCopyrightText: 2023-2024 Steffen Vogel post@steffenvogel.de
  • SPDX-License-Identifier: Apache-2.0

About

A Go implementation of the Babel routing protocol

License:Apache License 2.0


Languages

Language:Go 98.3%Language:Nix 1.7%