-
Notifications
You must be signed in to change notification settings - Fork 11
Testbed
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
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 wlan0You can start the daemon with the following shell script
t9-203:/home/user/ara-sim/testbed# ./des-ara.init startand stop it via
t9-203:/home/user/ara-sim/testbed# ./des-ara.init stopYou should also fill up the arp cache on every machine the daemon runs, e.g.
t9-203:/home/user/ara-sim/testbed# fill_arp_cacheYou can trigger the route discovery by generating traffic, e.g.:
t9-203:/home/user/ara-sim/testbed$ ping `host2tap t9-213`