On Mon, Sep 28, 2009 at 4:10 AM, ada thomo <[email protected]> wrote: > Still stacked!!!!: > In order to execute the make micaz sim for RadioCountToLeds I erased the > class RadioCountMsg.class and the lines 4-8 from Makefile and it ran without > errors. > Now I am trying to run python test.py , as described in lesson 11, but it > produce me only this: > 1 2 -54.0 > 2 1 -55.0 > 1 3 -60.0 > 3 1 -60.0 > 2 3 -64.0 > 3 2 -64.0 > 1 2 -54.0 > 2 1 -55.0 > 1 3 -60.0 > 3 1 -60.0 > 2 3 -60.0 > 3 2 -64.0 > Creating noise model for 1 > Creating noise model for 2 > Creating noise model for 3 > DEBUG (1): Application booted. > DEBUG (2): Application booted. > And then it turns with the prompt apps/RadioCountToLeds &, > I have copied all the file of meyer-heay.txt, and the test.py is exactly as > it is in text. > where is the problem?
You might want to increase the duration of the simulation (number of events) in your Python script. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
