So, I ask question for tossim that comes with TinyOS 2.x installation.

1. Is broadcast (every neighbouring node receives the message) supported?
    pkt = t.newPacket();
    pkt.setData(msg1.data)
    pkt.setType(msg1.get_amType())
    pkt.setDestination(0xFFFF)
    pkt.setSource(0x01)
    pkt.deliver(0xFFFF, t.time() + 100000000)

This case (setting as a destination 0xFFFF) doesnt work for me.

2. Does TOSSIM support Mobility?
    I heard TinyViz and Tython might help, but as far as I know, they 
are supported for TOSSIM of the tinyos 1.x. There is no support for 
tinyViz and Tython in TOSSIM for TinyOS 2.x, or I am wrong?

-- 
_____________________/mobnets\_____________________

  Aleksandar Kovacevic
  Research Assistant    
  Tel: +49 (0) 2407 575 7028
  Room: C040
        
  Deparment of Wireless Networks
  http://www.mobnets.rwth-aachen.de
  RWTH Aachen University
  Kackertstraße 9
  D-52072 Aachen
  Germany
___________________________________________________

 
 

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

Reply via email to