Re: [Tinyos-help] Mote IDs

2007-04-17 Thread Benjamin Madore
On Tue, April 17, 2007 4:53 pm, Hamdi Roumani said: > Thanks for the reply, > > I've implemented an algorithm such as one you suggested and everything > seems to work fine (without any infinite loops) the only problem is > for some reason (The broadcast is initiated at the base station using > TOS_

Re: [Tinyos-help] Mote IDs

2007-04-17 Thread Benjamin Madore
On Fri, April 13, 2007 2:04 pm, Hamdi Roumani said: > Thanks for the help it worked, one question though: > > With the id's now implemented I am unware if a packet has been > recieved (which I guess is the case :-D). BUT i'd still like for the > motes to forward packets, even if its not for them.

Re: [Tinyos-help] Mote IDs

2007-04-13 Thread Michael Schippling
I think some of the other Comm modules, e.g., those used by hop protocols in, umm, I don't do any of that, but, err...Surge?, will handle some of the passing-along work. Look through the demo apps for that kind of thing. MS Hamdi Roumani wrote: Thanks for the help it worked, one question though

Re: [Tinyos-help] Mote IDs

2007-04-13 Thread Hamdi Roumani
Thanks for the help it worked, one question though: With the id's now implemented I am unware if a packet has been recieved (which I guess is the case :-D). BUT i'd still like for the motes to forward packets, even if its not for them. How can I accomplish this? Thanks -- Regards, Hamdi

Re: [Tinyos-help] Mote IDs

2007-04-11 Thread Michael Schippling
This works in T1 using GenericComm with mica{2,z}, i.e. the user level receive will only get messages addressed to Bcast or the specific moteID. There was some discussion on the list recently about moteIDs not being filtered on other platforms/versions/etal. I don't remember the details, but a sea

RE: [Tinyos-help] Mote IDs

2007-04-11 Thread Muhammad Azhar
Hi,    I'm not too sure about the lower level stuff, but if you program Mote X to send messages to Mote 4, only Mote 4 would receive the message, provided they have the same AM type (refer to online tutorial).  As far I know, you don't have to add anything else to the code.    Hope this helps.

Re: [Tinyos-help] mote IDs & message headers

2006-01-31 Thread Michael Schippling
You might see if this matches up with the tos/platform/telos/AM.h struct. If your groupID is indeed 0x7d, then it's a good guess. I don't have the telos app code so I'm not sure if the stuff after moteID makes sense... MS Iris Aue wrote: Hello everyone! I've got two questions and any help woul

RE: [Tinyos-help] mote IDs & message headers

2006-01-31 Thread David Moss
I can answer question 1 - make telos reinstall,2 Without a space between the comma and 2. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Iris Aue Sent: Tuesday, January 31, 2006 9:38 AM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] mot