1 # A simconfig file that starts up AuricleDemo and AuricleDemoClient
2
3
4 # indicates total number of nodes in the simulation
5 num-nodes = 2;
6
7 # Physical size of the simulated field
8 field-size = (2, 2);
9
10 # sim-component specifies the nature of the simulated channel
11 sim-component = "sim/sim_radio -m perfect --use-node-id";
12
13 # The default for all nodes.
14
15 node default {
16 position = (random(0,2), random(0,2));
17 emruntab ="../tos-contrib/vango/emstar/AuricleDemo.run";
18 power = on;
19 }
20
21 node 1 {
22 position = (1, 1);
23 power = on;
24 emruntab ="../tos-contrib/vango/emstar/AuricleDemoClient.run";
25 }
26
27
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.