// the comments starting with // will not be in the input file. I put them //here for clarity. 8 //# of nodes (node ids are 1, 2, ..., 8) 10 // 10 days worth of simulation to do //info on node 1; the id 1 is known implicitly 8 //upstream neighbor's id 0 //number of downstream neighbors 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration //info on node 2; the id 2 is known implicitly 8 //upstream neighbor's id 0 //number of downstream neighbors 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration //info on node 3; the id 3 is known implicitly 8 //upstream neighbor's id 0 //number of downstream neighbors 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration //info on node 4; the id 4 is known implicitly 6 //upstream neighbor's id 0 //number of downstream neighbors 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration //info on node 5; the id 5 is known implicitly 6 //upstream neighbor's id 0 //number of downstream neighbors 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration //info on node 6; the id 6 is known implicitly 7 //upstream neighbor's id 2 //number of downstream neighbors 4 5 //ids of downstream neighbors 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration //info on node 7; the id 7 is known implicitly 8 //upstream neighbor's id 1 //number of downstream neighbors 6 //id of downstream neighbor 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration //info on node 8; the id 8 is known implicitly 0 //upstream neighbor's id 4 //number of downstream neighbors 1 2 3 7 //ids of downstream neighbors 6 //sleep duration 0.001 //data rate of sensor 300 //data transmission rate to upstream neighbor 4 //listening duration