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 all, searched the mailing list, being a novice in
nesC, could not get what has to be changed in TOSBase. It will be very
help full if any one can tell me the change in TOSBASE, so that i can
see the RSSI and LQI in packets read by listen. Im using T1.x, tmote, c
based sf & listen , TOSBase and Oscilloscope. [...]
Content analysis details: (6.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.8 INFO_TLD URI: Contains an URL in the INFO top-level domain
3.2 URI_NO_WWW_INFO_CGI URI: CGI in .info TLD other than third-level
"www"
0.0 HTML_MESSAGE BODY: HTML included in message
0.5 DNS_FROM_RFC_ABUSE RBL: Envelope sender in abuse.rfc-ignorant.org
0.9 DNS_FROM_RFC_WHOIS RBL: Envelope sender in whois.rfc-ignorant.org
1.4 DNS_FROM_RFC_POST RBL: Envelope sender in
postmaster.rfc-ignorant.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 all,
searched the mailing list, being a novice in nesC, could not get what has to be changed in TOSBase. It will be very help full if any one can tell me the change in TOSBASE, so that i can see the RSSI and LQI in packets read by listen. Im using T1.x, tmote, c based sf & listen , TOSBase and Oscilloscope.
event TOS_MsgPtr RadioReceive.receive(TOS_MsgPtr Msg) {
dbg(DBG_USR1, "TOSBase received radio packet.\n");
if ((!Msg->crc) || (Msg->group != TOS_AM_GROUP))
return Msg;
if (uartCount < UART_QUEUE_LEN) {
memcpy(&uartQueueBufs[uartIn], Msg, sizeof(TOS_Msg));
uartCount++;
if( ++uartIn >= UART_QUEUE_LEN ) uartIn = 0;
if (!uartBusy) {
if (post UARTSendTask())
{
uartBusy = TRUE;
}
}
} else {
dropBlink();
}
return Msg;
}
--
Thanks and Regards,
prabhu
Sponsored Link
Degrees online in as fast as 1 Yr - MBA, Bachelor's, Master's, Associate - Click now to apply
--- End Message ---
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help