Commit 559e2f8b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Tweak README for compatibility with markdown.

parent 018c9879
Babel Babel
***** =====
Babel is a loop-avoiding distance-vector routing protocol roughly Babel is a loop-avoiding distance-vector routing protocol roughly
based on HSDV and AODV, but with provisions for link cost estimation based on HSDV and AODV, but with provisions for link cost estimation
...@@ -7,7 +7,7 @@ and redistribution of routes from other routing protocols. ...@@ -7,7 +7,7 @@ and redistribution of routes from other routing protocols.
Installation Installation
************ ============
$ make $ make
$ su -c 'make install' $ su -c 'make install'
...@@ -22,10 +22,10 @@ On Mac OS X, you'll need to do ...@@ -22,10 +22,10 @@ On Mac OS X, you'll need to do
Setting up a network for use with Babel Setting up a network for use with Babel
*************************************** =======================================
1. Set up every node's interface 1. Set up every node's interface
================================ --------------------------------
On every node, set up the wireless interface: On every node, set up the wireless interface:
...@@ -33,7 +33,7 @@ On every node, set up the wireless interface: ...@@ -33,7 +33,7 @@ On every node, set up the wireless interface:
# ip link set up dev eth1 # ip link set up dev eth1
2. Set up every node's IP addresses 2. Set up every node's IP addresses
=================================== -----------------------------------
You will need to make sure that all of your nodes have a unique IPv6 You will need to make sure that all of your nodes have a unique IPv6
address, and/or a unique IPv4 address. address, and/or a unique IPv4 address.
...@@ -64,7 +64,7 @@ interface. This can be done by running e.g. ...@@ -64,7 +64,7 @@ interface. This can be done by running e.g.
3. Start the routing daemon 3. Start the routing daemon
=========================== ---------------------------
Run Babel on every node, specifying the set of interfaces that it Run Babel on every node, specifying the set of interfaces that it
should consider: should consider:
...@@ -78,7 +78,7 @@ the Babel network, just list them all: ...@@ -78,7 +78,7 @@ the Babel network, just list them all:
4. Setting up an Internet gateway 4. Setting up an Internet gateway
================================= ---------------------------------
If you have one or more Internet gateways on your mesh network, you If you have one or more Internet gateways on your mesh network, you
will want to set them up so that they redistribute the default route. will want to set them up so that they redistribute the default route.
...@@ -114,4 +114,4 @@ may want to consider autoconfiguring your routing domain using AHCP: ...@@ -114,4 +114,4 @@ may want to consider autoconfiguring your routing domain using AHCP:
http://www.pps.jussieu.fr/~jch/software/ahcp/ http://www.pps.jussieu.fr/~jch/software/ahcp/
Juliusz Chroboczek -- Juliusz Chroboczek
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment