Tal Rusak wrote:
     I did use only two pairs. Attached please find the file that I ran
just before sending the first message. I did not have it available when I
wrote the e-mail this afternoon.
     Are there any other suggestions about what I can do?

//Use the minimum number of traces possible
    for (int j = 0; i < 100; j++) {
       m->addNoiseTraceReading((char)(drand48() * 20) - 70);
    }
    m->createNoiseModel();

This loop has a bug, such that it will never terminate. When it's fixed, I find the program uses 3MB of RAM.

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

Reply via email to