|
|
Jump to this file's LXR Page |
|
|
File: [CENS] / emstar / AuricleDemo.sim
(download)
Revision: 1.1.1.1 (vendor branch), Tue Oct 3 19:02:03 2006 UTC (3 years, 1 month ago) by cemar Branch: vango, MAIN CVS Tags: pregeonet, initial, PRE_TOSNIC_FIX, PRE_64BIT, HEAD, CYCLOPS_RELEASE_CANDIDATE_2_0, CYCLOPS_PRERELEASE_STABLE, CENTROUTE_EMSTAR_SOCKETS, AMARSS_JR_DEPLOYMENT_6_05_07 Changes since 1.1: +0 -0 lines Initial public release |
# A simconfig file that starts up AuricleDemo and AuricleDemoClient
# indicates total number of nodes in the simulation
num-nodes = 2;
# Physical size of the simulated field
field-size = (2, 2);
# sim-component specifies the nature of the simulated channel
sim-component = "sim/sim_radio -m perfect --use-node-id";
# The default for all nodes.
node default {
position = (random(0,2), random(0,2));
emruntab ="../tos-contrib/vango/emstar/AuricleDemo.run";
power = on;
}
node 1 {
position = (1, 1);
power = on;
emruntab ="../tos-contrib/vango/emstar/AuricleDemoClient.run";
}
| CENS CVS Mailing List |
Powered by ViewCVS 0.9.2 |