Hi guys, problem solved. Actually I've been a bit sloppy: the thing is that when assigning an ID to a mote, TinyOS uses decimal arithmetic, while network addresses are in hexadecimal.
So, when flushing a mote with ID eg 10, you can then ping6 fec0::a. Cheers! On Wed, Apr 18, 2012 at 12:46 AM, Constantinos Marios Angelopoulos <[email protected]> wrote: > Hi guys, > > there is my problem; when I flash a mote with CoapBlipC and assign to > it an ID greater than 10, then the node fails to join the rest of the > network. In particular, when I try to ping6 (eg ping6 fec0::10) it > returns with "exceeded: Hop limit" and the server dies not respond to > any requests. > > I tried assigning hexadecimal addresses (eg fec0::a) but it also failed. > Any ideas? > > Thank you in advance, > Marios _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
