[Tinyos-help] Python import error in TOSSIM

2009-12-18 Thread basma tantawi
Hi All, I am new to Tinyos, I am trying to simulate the Blink application, but the problem I see is that every time I try "from TOSSIM import *" I get this error message "ImportError: dynamic module does not define init function (init_TOSSIM)" Does anyone have an idea about how to solve this ?

Re: [Tinyos-help] Python import error in TOSSIM

2009-12-21 Thread basma tantawi
ns in TOSSIM? > > On Sat, Dec 19, 2009 at 7:37 AM, basma tantawi wrote: > >> Hi All, >> >> I am new to Tinyos, >> >> I am trying to simulate the Blink application, but the problem I see is >> that every time I try >> "from TOSSIM import *"

Re: [Tinyos-help] Python import error in TOSSIM

2009-12-25 Thread basma tantawi
Have anyone seen this error before? I really need to use a trusted simulator for the wsn. Anyone have a suggestion for a better simulator I can use rather than TOSSIM? more accurate, easier...? -- Regards, Basma ___ Tinyos-help mailing list Tinyos-help@m

[Tinyos-help] WSN simulators Comparison

2010-01-18 Thread basma tantawi
Hi all, As I am new to the WSN simulation environment I need a document comparing the different simulators to have a quick overview on all the tools to be able to choose the suitable one for me. I can't find such a comparison; so anyone can help me in getting one? -- Regards, Basma ___

[Tinyos-help] MViz Application

2007-07-01 Thread basma tantawi
Hi.. I'm working on the MViz application example, I can't get the function of link estimator and the Ctp component in that example, specially this part from the MVizC.nc call CtpInfo.getEtx(&val); local.link_route_value = val; call CtpInfo.getParent(&val); local.link_route_addr = val;

[Tinyos-help] Receiving serial messages from the PC

2007-07-03 Thread basma tantawi
hi, We want to use the UART module in mica2 to receive data from the PC. We used the hyperterminal to send to the mote but Leds don't toggle when receiving from serial as we adjust them. Is the problem in the HyperTerminal? should we use another program? what is the length of data we should send