Re: [Tinyos-help] Installation error on Mac OS X

2011-04-01 Thread Yusnaidi Md Yusof
Hi Urs, So sorry I have been away from office the last two days. I have removed the java in the subdir line of Makefile.am I have removed the three lines containing /tinyos/java in the configure.acfile. I have removed the java dir in the /tools/tinyos/java dir. (I guess what you meant here is

[Tinyos-help] How to get the battery level of my mica2 or iris mote

2011-04-01 Thread sofia aparicio
Hello, I would like to know how can I get the battery left in my mica2 or iris mote. Thank you. Sofia ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] CFP: HOBESENSE - New deadline extention

2011-04-01 Thread aggeloko
*HOBSENSE is the 1st IEEE DCOSS Workshop in Building Intelligence through IPv6 Sensing Systems. It will be held on June 27-29, 2011, in Barcelona; Co-located with the 7th IEEE International Conference on Distributed Computing in Sensor Systems (DCOSS 2011) * I would like to inform you that the*

[Tinyos-help] Collection Tree Protocol change root in runtime

2011-04-01 Thread 439203
Hi I'm using the collection tree protocol to collect data at one root mote in a quite small network of about 5 motes. Currently I'm simulating it in TOSSIM. The collection works fine, all data is received by the mote that is set as root. But since my network is supposed to be able to change

[Tinyos-help] Collection Tree Protocol change root in runtime, version

2011-04-01 Thread 439203
Forgot to mention that I'm using TinyOS 2.1.1 ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] questions regarding execution model

2011-04-01 Thread Xiaohui Liu
Hi, I'm having some difficulty understanding task. Specifically, in lesson 2, it says You'll see that Led 0 introduces so much latency in the Led 1 and Led 2 toggles that you never see a situation where only one is on. On TelosB motes, this long running task can cause the Timer stack to

[Tinyos-help] TinyLD help plz!!

2011-04-01 Thread ranal fernando
Hi, I wanted to add ctp in TinyLD. In order to do that I needed to add collectionRoutingStart() to tos/lib/tosthreads/lib/tinyld/tosthread_slcs_types.h tools/tinyos/tosthreads/tosthreads_standard_api.py files when I compile using

[Tinyos-help] Convite para conectar-se no LinkedIn

2011-04-01 Thread Francisco Cassimiro tramite LinkedIn
LinkedIn Francisco Cassimiro ha chiesto di aggiungerti ai suoi collegamenti su LinkedIn: -- Davide, Eu gostaria de adicioná-lo à minha rede profissional no LinkedIn. -Francisco Accetta l'invito di Francisco Cassimiro

[Tinyos-help] how to solve warnings?

2011-04-01 Thread andy smith
hi all, here are some warnings when I make telosw : 1called asynchronously from... 2.non-atomic read/write 3.non-atomic accesses to shared variable ... I would appreciate for your help!Thanks! Andy ___ Tinyos-help mailing list

Re: [Tinyos-help] how to solve warnings?

2011-04-01 Thread Eric Decker
you need to understand what these mean. They are probably an important indication of a problem dealing with mutal exclusion... And you should read Phil Levis' book which explains what these are. Consider it doing your homework... TinyOS