Hi,

I don't think you can simulate the Sht11 with TOSSIM. As far as I 
remember, in TinyOS 2.x you can only simulate the micaz, which doesn't 
have the Sht11. The command "make telosa" works because it compiles the 
code for the TelosA platform, but you won't be able to simulate it with 
TOSSIM. "make telosb sim" doesn't work. The system was designed to 
support in the future other platforms but currently only supports MicaZ 
[1]. Therefore, the command "make telosb" most likely would succeed as well.

Maybe it is possible to simulate your code using a different simulator 
[2]. Have a look at the following simulators:
- Wsim [3]
- Avrora [4,5]

Cheers,
Urs


[1] http://docs.tinyos.net/tinywiki/index.php/TOSSIM
[2] http://www.cse.wustl.edu/~jain/cse567-11/ftp/sensor/index.html
[3] http://wsim.gforge.inria.fr/tutorial.html
[4] http://compilers.cs.ucla.edu/avrora/
[5] http://sourceforge.net/projects/avrora/


On 12/04/2012 10:39 PM, Resul DOĞAN wrote:
> Hi all
> How can I simulate with Tossim (my code containSht11 sensors)
>   "make telosb sim" and "make micaz sim" gives an error but "make
> telosa" successfully compile.
>
>
>
>
> _______________________________________________
> 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

Reply via email to