Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 72aeac9b654ae8a255f0202a402851fa462855e2 Author: Simon Wunderlich sw@simonwunderlich.de Date: Sun Oct 18 16:41:00 2009 +0000
doc: open-mesh/Emulation: typo and toc
72aeac9b654ae8a255f0202a402851fa462855e2 open-mesh/Emulation.textile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/open-mesh/Emulation.textile b/open-mesh/Emulation.textile index c9d3bd50..7c5954b7 100644 --- a/open-mesh/Emulation.textile +++ b/open-mesh/Emulation.textile @@ -1,3 +1,5 @@ +[[TracGuideToc]] + = Emulation Setup =
As a lot of people discussed about simulating mesh network protocols at [http://hackerspace.be/Wbm2009v2/ WBMv2], i'd like to share my qemu setup which i used to gather some data for batman-adv. The idea is to use [http://www.qemu.org/ QEMU] or [http://user-mode-linux.sourceforge.net/ UML] (instead of frameworks like they exist for [http://www.isi.edu/nsnam/ns/ NS-2]) to run an unmodified linux system with the unmodified source code. Besides BATMAN, you could evaluate any routing protocol. @@ -8,8 +10,8 @@ My system consists of the following components:
* [http://openwrt.org/ OpenWRT], kamikaze trunk version for x86 with minimal modifications (see below) * one (unmodified) [http://www.qemu.org/ QEMU] instance per host - * one (modified, see below) [http://wiki.virtualsquare.org/index.php/VDE_Basic_Networking vde_switch] per instance. You need multiple instances to allow interconnection with wirefilter - * one (unmodified) [http://wiki.virtualsquare.org/index.php/VDE#wirefilter wirefilter] per link between host. + * one (modified, see below) [http://wiki.virtualsquare.org/index.php/VDE_Basic_Networking vde_switch] per instance. You need multiple instances to allow interconnection with wirefilter. + * one (unmodified) [http://wiki.virtualsquare.org/index.php/VDE#wirefilter wirefilter] per link between hosts.
=== OpenWRT ===