Re: [Tinyos-help] Run tinyos specific commands from a java program.

2011-11-02 Thread Urs Hunkeler
Hi Ashish, When executing a process from Java, the process is executed as a binary, or at least without any environmental variables set. You could run the shell program (e.g., /bin/bash) with the script to execute as an argument. In addition, you might want to use absolute paths for the

Re: [Tinyos-help] Error while running net.tinyos.tools.Listen -- URGENT

2011-11-02 Thread Michael Schippling
It's a little unclear, but I'm going to assume that your point 2 means that you have installed Basestation on the mica2 that is plugged into the host computer. And further that you are seeing leds blink as one would hope... Then, the error you are getting indicates that Listen is expecting to

[Tinyos-help] Tiny OS port to AVR32+CC2520

2011-11-02 Thread Subhojit Basu
Hi , I am new to TinyOS development and am using TinyOS1.x. I want to develop for a AVR32+CC2520 platform on linux. What changes do I need to make changes to the Makefile and the tos/platform and if any other ? Thanks in advance , -- Subhojit Basu http://in.linkedin.com/in/subhojitb

[Tinyos-help] Why is make command not executed from java Runtime.getRuntime().exec() ?

2011-11-02 Thread Ashish Sharma
Hi, Can we run the make telosb install command from a java program either by using Runtime.getRuntime().exec() or using ProcessBuilder? I tried both ways but I got message make: No rule to make target telosb. Stop. Why do we get such error and what's the solution to this? Thanks, Ashish.

[Tinyos-help] TinyOS 1.1.15 Installation Problem (gcc + getenv.dll)

2011-11-02 Thread Tim Schumacher
Hi All, I plan to use TinyDB in a project im currently working on to decrease the workload (Bachelor-Thesis). Therefore I need to use TinyOS 1.x, because TinyDB isnt available for 2.x. I have encountered several problems installing TinyOS 1.x using cygwin in Windows and solved them with the

[Tinyos-help] help : make iris sim working but not make iris

2011-11-02 Thread shailendra jain
Hi, I have installed tiyos using online repository in ubuntu 11.04. Now , i am trying running Blink code . When i use make iris sim command it successfully builds the code showing following message : mkdir -p simbuild/iris placing object files in simbuild/iris writing XML schema to app.xml

Re: [Tinyos-help] Tiny OS port to AVR32+CC2520

2011-11-02 Thread Eric Decker
TinyOS 1 has been deprecated for years. Adding a new platform/cpu/radio to TinyOS 1 is at best moving sideways. Your time would be better spent adding this to T2. I would be willing to help guide you there if you did this on T2. On Wed, Nov 2, 2011 at 9:30 AM, Subhojit Basu

[Tinyos-help] hardware and software ack in CC2420

2011-11-02 Thread zhengxiangwei
Hi, I am reading the code of CC2420. I do not understand the difference between hardware and software ack. And also I am wondering which part in CC2420 responsible for generating ack frame. Thank you.