tutorial tinyOs-2.x lesson 11
i'm new using tossim and i'm following the lesson 11 from the tutorial for tinyos-2.x
my problem is that on the example of "Configuring a Network"
the packet is sent just at once;
after this timer is fired, and the counter increases...
I changed the noise settings.. nothing happened.
I modified the test.py using now:
        t.runNextEvent();
        time = t.time();
        while (time + 50000000000 > t.time()):
          t.runNextEvent()

and what happens is that the counter increases until 20, but nothing happens taking the " packet sent message" into account.

i don't know if my problem is clear for you,

Thanks in advance,

diego
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to