Hello!
I’m using Tinyos 2.1 and Tossim
I use document in http://docs.tinyos.net/tinywiki/index.php/TOSSIM
The following instructions are true in my python
>>> from TOSSIM
import *
>>> t =
Tossim([])
>>>
t.runNextEvent()
False
>>> m =
t.getNode(32)
>>>
m.bootAtTime(45654)
>>>
t.runNextEvent()
True
 
But I want to know how I can on/off leds in Tossim or send
packet via Tossim?
How I can simulate two or more node for send/receive data?
Please help me!
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to