Skip to content
Michael Frey edited this page Jul 31, 2013 · 4 revisions

There are three test routers available in the DES testbed:

  • t9-203
  • t9-207
  • t9-213

Setup

You should always check the WiFi settings. We provide meaningful settings via the ifup script. By default, the daemon tries to use wlan0. Setup the interface accordingly via:

t9-203# ifup wlan0

Running ARA

You can start the daemon with the following shell script

t9-203:/home/user/ara-sim/testbed# ./des-ara.init start

and stop it via

t9-203:/home/user/ara-sim/testbed# ./des-ara.init stop

You should also fill up the arp cache on every machine the daemon runs, e.g.

t9-203:/home/user/ara-sim/testbed# fill_arp_cache

You can trigger the route discovery by generating traffic, e.g.:

t9-203:/home/user/ara-sim/testbed$ ping `host2tap t9-213`

Clone this wiki locally