[Tinyos-help] [help-TinyOs] radio trasmission
claud.86 at email.it
claud.86 at email.it
Wed Sep 17 06:38:15 PDT 2008
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.
-------------- next part --------------
An embedded message was scrubbed...
From: claud.86 at email.it
Subject: [help-TinyOs] radio trasmission
Date: Wed, 17 Sep 2008 15:38:15 +0200
Size: 6282
Url: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20080917/4fcc083c/attachment.eml
More information about the Tinyos-help
mailing list