Spam detection software, running on the system "mail.Millennium.Berkeley.EDU", 
has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  Hi everybody, I'm new to this mailing list. I'm working on
   a TinyOS project about probabilistic broadcasting in a wireless sensor 
network.
   I'm going to do some simulations with TOSSIM for plotting some graphs. [...]
   

Content analysis details:   (4.1 points, 3.3 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 3.2 FH_DATE_PAST_20XX      The date is grossly in the future.
-0.2 BAYES_40               BODY: Bayesian spam probability is 20 to 40%
                            [score: 0.3618]
 0.0 HTML_MESSAGE           BODY: HTML included in message
 1.1 DNS_FROM_OPENWHOIS     RBL: Envelope sender listed in bl.open-whois.org.

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---
Hi everybody,
I'm new to this mailing list. I'm working on a TinyOS project about
probabilistic broadcasting in a wireless sensor network. I'm going to do
some simulations with TOSSIM for plotting some graphs.

I've a doubt about the AMReceiverC component. I understood that, when a
packet arrives, the function "receive" in my code will be called.
What happen if two packets arrive at the same time, or a new packet arrives
when I'm still executing the "receive" function for the previous packet??

Another problem: before relying a packet to my neighbors, I would like to
let my nodes wait for a random time, in order to reduce the probability of a
collision. If I do this using a TimerMilliC component, there will be a
period of time during which If a new packet arrives, I will re-set the
timer, forgetting the previous packet... How can I wait for a while without
having this risk?

Thanks
Dymios

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

Reply via email to