> Content preview: Hi, I would like to do some tests using the 802.15.4 > implementation > (TKN15.4) but it's said in tos/lib/mac/tkn154/README.txt that "multiple > indirect > transmissions to the same destination" functionality is missing, can someone > explain me in details what is the problem and its consequences please ? > [...]
Sect. 7.5.6.3 of IEEE 802.15.4-2006: "If the Frame Pending subfield of the Frame Control field of the data frame received from the coordinator is set to one, the device still has more data pending with the coordinator. In this case it may extract the data by sending a new data request command to the coordinator." In the current implementation the coordinator sets the Frame Pending flag in a DATA frame if it has more DATA frames for the same device, but the device will not immediately poll for the DATA frame - instead, it will wait for the next beacon and poll afterwards. Jan On Thu, Feb 11, 2010 at 5:34 PM, Jonathan ROY <[email protected]> wrote: > 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 would like to do some tests using the 802.15.4 > implementation > (TKN15.4) but it's said in tos/lib/mac/tkn154/README.txt that "multiple > indirect > transmissions to the same destination" functionality is missing, can someone > explain me in details what is the problem and its consequences please ? > [...] > > > Content analysis details: (4.6 points, 3.3 required) > > pts rule name description > ---- ---------------------- -------------------------------------------------- > 1.4 MSGID_MULTIPLE_AT Message-ID contains multiple '@' characters > 3.2 FH_DATE_PAST_20XX The date is grossly in the future. > 0.0 HTML_MESSAGE BODY: HTML included in message > 0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60% > [score: 0.5000] > > 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. > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
