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, I'm Claudio. I am a student who works at ENEA research
   center and working with telosb Motes type.I am writing a software. It turns
   on the radio every 10 seconds, it sends empty packages, it turns off the
  radio. attach the code :   module MyComponent  { uses  { 
interface
   Boot;  interface SplitControl as RadioControl;  interface 
AMSend; 
   interface Timer;  }  }  implementation  { typedef 
nx_struct
   oscilloscope  { nx_uint16_t version;  nx_uint16_t interval; 
   nx_uint16_t id;  nx_uint16_t count;  nx_uint16_t 
readings[10]; 
   } oscilloscope_t;  message_t sendbuf;  oscilloscope_t local; 
     event void Boot.booted ( )  { call Timer.startPeriodic 
(10000); 
   }    event void RadioControl.startDone (error_t error) { } 
     event void RadioControl.stopDone (error_t error) { }   
  event void Timer.fired ( )  { call RadioControl.start ( );  call
   AMSend.send (AM_BROADCAST_ADDR, &sendbuf, sizeof local);  } 
     event void AMSend.sendDone (message_t* msg, error_t error)  {
   call RadioControl.stop ( );  }  }    I have observed
  that software needs of 5 seconds in order to turn on the radio. I can reduce
   the time to turn on the radio? i'm waiting for your response, thank you.
    [...] 

Content analysis details:   (3.4 points, 3.3 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 2.8 RCVD_HELO_IP_MISMATCH  Received: HELO and IP do not match, but should
 2.1 RCVD_NUMERIC_HELO      Received: contains an IP address used for HELO
-2.6 BAYES_00               BODY: Bayesian spam probability is 0 to 1%
                            [score: 0.0000]
 0.0 HTML_MESSAGE           BODY: HTML included in message
 1.1 AWL                    AWL: From: address is in the auto white-list

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, I'm Claudio.



I am a student who works at ENEA research center  and working with telosb
Motes type.I am writing a software. It turns on the radio every 10 seconds,
it sends empty packages, it turns off the radio.
attach the code :   module MyComponent  {     uses  {    
interface
Boot;  interface SplitControl as RadioControl;  interface
AMSend;  interface Timer;  }  }  implementation 
{       typedef nx_struct oscilloscope  {  nx_uint16_t version; 
nx_uint16_t interval;  nx_uint16_t id;  nx_uint16_t count; 
nx_uint16_t readings[10];  } oscilloscope_t;  message_t
sendbuf;  oscilloscope_t local;    event void Boot.booted (
)  {       call Timer.startPeriodic (10000);  }    event 
void
RadioControl.startDone (error_t error) { }    event void
RadioControl.stopDone (error_t error) { }    event void
Timer.fired ( )  { call RadioControl.start ( );  call AMSend.send
(AM_BROADCAST_ADDR, &sendbuf, sizeof local);  }    event
void AMSend.sendDone (message_t* msg, error_t error)  {    call
RadioControl.stop ( );  }  }    I have observed that 
software needs of  5 seconds in order to turn on the radio. I can reduce the
time to turn on the radio?
i'm waiting for your response, thank you.
 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 VOGLIA DI VACANZE ? 
A Riccione i Riviera Park Hotels sono gli alberghi specializzati per le
vacanze nei parchi divertimento. Vieni nei Riviera Park Hotels! Ti aspettano
sconti per tutti i parchi della Romagna! Prenota subito on-line la tua
vacanza!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=8263&d=20080917


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

Reply via email to