Re: [Tinyos-help] Help Set-up

2012-01-17 Thread Michael Schippling
Oh Eric, Eric, Eric... Java is not that hard. At least compared to something like the TOS build "system". It even {used to be} a rather rationalized and simple alternative to most egregious C++ shenanigans. But anyway... There was one more question in the complaint list: > WARNING: CLASSPATH envi

Re: [Tinyos-help] how to access shared variable

2012-01-17 Thread C.
Hello, > warning: `Read.readDone' called asynchronously from > `I2CBasicAddr.writeDone' One fix would be to call a task from the I2CBasicAddr.writeDone to signal the Read.readDone event, instead of how it is actually done. > warning: non-atomic accesses to shared variable `temp': > warning: no

[Tinyos-help] how to access shared variable

2012-01-17 Thread Qian Li
Hello, I modified the TestSerial application to let a senor node sense temperature and send the temperature to a PC over serial. But I got the following warnings and the Java application running on the PC didn't receive the temperature readings. warning: `Read.readDone' called asynchronously from

Re: [Tinyos-help] Help Set-up

2012-01-17 Thread Eric Decker
On Mon, Jan 16, 2012 at 11:25 PM, Varun Agrawal wrote: > Hello, > > I have recently installed TinyOS on my Ubuntu machine and on running > "tos-check-env" I got the following errors: > > tos-check-env hasn't been updated in quite a while. on my system I have java 1.6 and tos-check-env checks for