On Dec 11, 2006, at 1:38 PM, A. Banani wrote:

Hi,

thanks for answering.
I am trying to test a few localization algorithms in Tossim (and visualize them) and I thought that the new Tossim would be better for this task, since it allows everything to be in the same process. But it seems that it may be to early to do that in Tossim 2.x (at least for me). But I found TinyViz and Tossim 1.x to be too slow and heavy.

What would be your oppinion? I was planning to implement the whole thing in C++ and Qt.

There are plenty of Python libraries for GUIs...

This was actually one of the major intentions of having everything in one process. All of the high-overhead synchronization operations go away, and you can just layer a GUI on top of TOSSIM.

You can also define C functions that let you get/set variables and call them directly from your C code. Just make sure their symbols are exported, they are spontaneous, etc.

Phil
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to