On Fri, 2006-03-10 at 12:37 -0800, Avinash Sridharan wrote: > Hi Phil, > That fix works, I am trying to push the simulation to around 990 > nodes :) seems to be working. Will see how the results come out and > will keep you posted on this.
If you want to simulate more than 1000, you'll need to define TOSSIM_MAX_NODES at the command line. The line in tos.h is this: #ifndef TOSSIM_MAX_NODES #define TOSSIM_MAX_NODES 1000 #endif So if you -DTOSSIM_MAX_NODE=10000 you should be able to simulate 10,000 nodes. I see a C++ implementation able to handle about 400K events/sec. My feeling is that this could probably (with some profiling, etc.) be doubled. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
