Hi All,

I have been trying to solve the problem mentioned in my earlier mail below.
As i tried to figure out why certain topologies do not work, i found
something which doesn't make sense to me.

As i mentioned earlier, i am able to receive messages for complete
topologies (say of 10 nodes). For this i run my program as follows
./build/pc/main.exe  10 > result.out

Now i created a .nss file (say topo10.nss) of 10 nodes where each node can
communicate with every other node (again a complete topology).The
topo10.nssfile looks like this
0:1:0.0
0:2:0.0
.
.
.
9:8:0.0
I run my program using this file as input as follows
./build/pc/main.exe -rf=topo10.nss 10 > result.out

What i found is that in the latter case again nodes do not receive messages
while they do in the former. This actually sounds wierd to me so i tried it
again but i get the same result.
Has anyone faced a similar problem?
Am i making some errors with the .nss file?
Can anyone please please help me ?

Thanks,
-Preeti





On 11/10/07, preeti k <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have a problem with receving messages. Recently i had posted a
> query about being unable to receive messages for some topologies , while
> typically for "complete" topologies receiving packets looks possible.
>
> I tried to find out why this happens but i haven't gone too far. I figured
> that for certain topologies the receiving nodes do not detect the start
> symbol leading to not receiving the message. I am using tossim on
> tinyos1.x and cygwin.
>
> Now, I have the following doubts
>
> If the receiving node does not detect the start symbol, is it due to
> packet collision or is it because the nodes are not time synchronised?
> Does this change from one topology to another?
> How can this problem be rectified? Rather which is the place to look for
> to solve this problem? I tried MicaHighSpeedRadioM.nc but have been unable
> to pin point the place in the code  where this problem could exist.
>
> Has anyone faced this type of problem before? I tried searching the
> archives but could not get any pointers on  this.
> Can anyone please help me ?
> Thanks in advance
>
> Regards,
> Preeti
>
>
>
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to