Hi all,
    is there a fast and easy way to receive all messages arriving from the 
network?
Because if i only use
 
event TOS_MsgPtr ReceiveDataNC.receive(TOS_MsgPtr m){
  Datagram *dg=(Datagram *)m->data;
[..]
.
.
[..]
 return m;
}
 
i see in TOSSIM that some packets too close with each other (i mean in the 
time,really closed in arriving time), only the first is taken and 
elaborated,the next ones are not considered.
But i want to consider all these packets for my project, it's really 
important!!!
 
I hope someone can help me!
Thanks for your availability!!
 
Cheers
Daniele

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to