On Tue, Sep 9, 2008 at 9:19 AM, Nahr ... <[EMAIL PROTECTED]> wrote: > Hi, > > Please how could I compute the total number of transmissions in > the network for each unique delivered packet? >
In CtpForwardingEngineP.nc, search for the line that has NET_C_FE_SENDDONE_WAITACK. That line logs each retransmission event with the pkt origin and sequence number. You should be able to use this information to compute the statistics that you are interested in. - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
