[Tinyos-help] change node distance

2011-12-15 Thread ehsan enayati
Hi, how can I change node distance in a tinyos program? I'm using tossim and 
tinyos 2.1___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] urgent: how to model packet loss

2011-09-05 Thread ehsan enayati
   Hi everyone, i'm developing a routing algorithm in tinyos2.1, and compile it 
for micaz in tossim. i need to test my algorithm's robustness against packet 
losses (10% to 50% packet loss), i don't know how exactly it should be done? i 
tried to manipulate noise model and it did help but i don't know how to relate 
a noise model with an exact percent of packet loss.
Thanks for your helps

 

With the best regards
Ehsan Enayati
M.Sc. Student ,Information Technology
Sharif University Of Technology
enay...@ce.sharif.edu
http://ce.sharif.edu/~enayati
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] end to end delay in tossim

2011-08-18 Thread ehsan enayati


 Hi, i need to measure end to end delay in my simulation, how can i add a 
sending time to my messages and then in the sink measure the time elapsed since 
that message was sent? i'm using tinyos2.1.

Thanks


With the best regards
Ehsan Enayati
M.Sc. Student ,Information Technology
Sharif University Of Technology
enay...@ce.sharif.edu
http://ce.sharif.edu/~enayati
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] grid topology in tinyos2.1

2011-08-16 Thread ehsan enayati
hello everyone,
i'm doing my simulation in tinyos2.1 , i need to make a network topology of a 
grid shape but i don't know how to do that, in general how do you build your 
network topoogy.
thanks


With the best regards
Ehsan Enayati
M.Sc. Student ,Information Technology
Sharif University Of Technology
enay...@ce.sharif.edu
http://ce.sharif.edu/~enayati
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] semaphore and tossim

2011-08-08 Thread ehsan enayati
Hi, i'm doing my thesis simulations in tinyos2.1 and TOSSIM, in one of my 
component i need to wait for an event(general concept of event not the one in 
tinyos) to happen

, i broadcast a packet via AMSend and i should wait till first response comes 
back and then continue my program sth like this:
.
.
AMSend.send()
WAIT and after receiving first response continue from here
.
.
.

 i wanted to use semaphore but it didn't worked in TOSSIM, please help me my 
thesis deadline is near and i should solve this problem as soon as possible.
 

With the best regards
Ehsan Enayati
M.Sc. Student ,Information Technology
Sharif University Of Technology
enay...@ce.sharif.edu
http://ce.sharif.edu/~enayati
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help