Hi everyone,

I am working with Tinyviz in tinyos-1.1.15, wherein I need to show
the movement of motes.

At Tython prompt however when I type
motes[0].moveTo(20,20)
It gives a nameerror.

I have tried to import simcore,simutil,even tried to import motemover object
but still the problem isnt solved.
Also I tried to create an object and call the method,but error
persists.

And even the default python scripts like
testmotemover.py are giving some errors like

>>> execfile("testmotemover.py")
Traceback (innermost last):
  File "<input>", line 1, in ?
IOError: File not found - testmotemover.py (The system cannot find the file
spec
ified)

Can you tell wer problem might be?

Another important question is whether in tinyos-2.x do we have
some visualization tool comparable to tinyviz and with
the features which tython provides i.e. where we can move motes during
simulation too ?

Thank you in advance.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to