Zum Inhalt springen

Babel

Aus wiki.freifunk.net

Babel is a routing protocol for IPv6 and IPv4 for packet-switched networks for computer communications. Babel is intended to be robust and efficient on both wireless mesh networks and classical wired networks. It is a distance-vector routing protocol (similar to B.A.T.M.A.N.) using the Bellman-Ford algorithm to calculate paths between nodes in a network as opposed to link-state protocols such as OLSR. In tests it has shown fast convergence properties. It is based on the ideas in DSDV, AODV and Cisco's EIGRP, but uses a variant of ETX link cost estimation rather than a simple hop-count metric.

Installation

  • For normal Linux and Mac OS X, a simple matter of "tar xzf; make; make install".
  • OpenWrt includes Babel packages.

Siehe Auch

External Links