Re: [Tinyos-help] java problem

2006-11-17 Thread Marco Antonio Lopez Trinidad
Hi, is there on your system the following tree file system in your system? /opt/tinyos-1.x/tools/java/net/tinyos/tools/ and are the following files inside? BcastInject.class ListenRaw.java README BcastInject.javaLogMsg.classSend.java .cvsignore LogMsg.java

Re: [Tinyos-help] Problems with TinyOS 2.0 / Boomerang coexistence

2006-11-17 Thread Philip Levis
On Nov 17, 2006, at 2:53 AM, Elias Weingärtner wrote: Executing source tinyos2.sh from bash should provide me with a running TinyOS 2.0 installation, and actually it does. Example applications compile nicely for micaZ and telosb, but not for tmote! Executing make tmote in apps/Blink gives me

[Tinyos-help] Problem with MoteWorks- CrossBow's software

2006-11-17 Thread Milton Aguiar
Hi all: I've installed the Crossbow software platform in my PC. When i´ve tryed to compile a simple application (Blink) with the command make mica2 an error occurs: C:\Crossbow\PN\IDE.bat C:\Crossbow\cygwin\opt\MoteWorks\apps\general\Blink\ C:\Crossbow\cygwin\bin make mica2

Re: [Tinyos-help] Problems with TinyOS 2.0 / Boomerang coexistence

2006-11-17 Thread R. Steve McKown
On Friday 17 November 2006 03:53 am, Elias Weingärtner wrote: Folks, I'm having some troubles with the coexistence of TinyOS 2.0 and Boomerang, running inside the same Cygwin installation. 7 months ago, when deciding which platform to use for a project -- tos1, tos2 or moteiv (boomerang) --

[Tinyos-help] Maximum number of nodes.

2006-11-17 Thread sundaresh sundaralingam
Hi All, Currently I am running xlisten with one base node and 3 sensor nodes (mica2 315mhz). What will be the maximum number of nodes I can use with xlisten? What is the maximum transmitting distance of a node to the base station? Does the scalibility thingy work with xlisten, cause in the

[Tinyos-help] RE: flashbridgeviewer

2006-11-17 Thread David Moss
Hi Daniel, FlashBridgeViewer can definitely be improved to at least twice as fast if some work is done on the software, and even faster if it is redeveloped. Maybe the best strategy to do this is to take the FlashBridge tinyos/java app templates and make a new copies of them so you can hack it

Re: [Tinyos-help] RSSI Indoor measurements

2006-11-17 Thread hippo
Hi Adam I will also like to have the result for studies. Appreciate it if you can send it to me. Thanks On 11/16/06, Greg Jaman [EMAIL PROTECTED] wrote: Hey Adam, I would also like to see some of your results. I'm sure there are quite a few of us who would be interested - maybe you can

[Tinyos-help] Multithreading in TinyOS

2006-11-17 Thread Cucco Cristiano
Hi all, I'm dealing with an algorithm for security key generation to be applied on mica2 motes. The computation appeared to be very long (about 40sec) and in that period of time the mote could not execute any further task. Is there any implemented solution in TinyOS which would allow the

RE: [Tinyos-help] Maximum number of nodes.

2006-11-17 Thread Giri Baleri
Xlisten is just a software tool that decodes the packets coming in through the MIB gateway connected to a PC and displays it to the user. Xlisten has no limitation on number of nodes it can display. However, the limitation is posed by the serial port speed and the ability of the TOSBase app to

[Tinyos-help] CSMA/CA for MicaZ

2006-11-17 Thread Wu Nick
Hi, everyone Have anyone can kindly tell me the parameter of CSMA/CA for MicaZ. I mean the slot time, DIFS and SIFS etc. I can not find any useful information about this. Any response is appreciated. Cheers Wu _ 超大 2GB 信箱容量

Re: [Tinyos-help] Problems with TinyOS 2.0 / Boomerang coexistence

2006-11-17 Thread Michael Schippling
very cool...I hope this solves everyone's compatibility problems. I might even try T2 with this in hand. thanks MS R. Steve McKown wrote: On Friday 17 November 2006 03:53 am, Elias Weingärtner wrote: Folks, I'm having some troubles with the coexistence of TinyOS 2.0 and Boomerang, running

Re: [Tinyos-help] Multithreading in TinyOS

2006-11-17 Thread Michael Schippling
The short answer is no. Tasks do not preempt. Interrupts can execute (small amounts of) code in an interleaved manner, but newly posted tasks will not exec until the current one completes. The best approach is to break up the long task into shorter pieces and sequentially post them as tasks. MS

Re: [Tinyos-help] Maximum number of nodes.

2006-11-17 Thread Michael Schippling
The main limit to system size (aside from the 2byte ID field) is the number of messages you want to transmit/sec. There's only so much bandwidth, I've measured about 25 msg/sec with mica2. I believe the max mica2 transmission with the standard antenna is in the 100m range, it all depends on

Re: [Tinyos-help] Multithreading in TinyOS

2006-11-17 Thread Benjamin Madore
There is a vast amount written about Cooperative Multitasking for the Classic MacOS, (versions 1-9). It was also popular on several other systems until the late 90's. A search on Cooperative Multitasking should help. -- For some reason, the United States is the only country on Earth where

[Tinyos-help] Programmer is not responding error

2006-11-17 Thread Sun Chao
Hello all. I met problem in tinyos-1.x when I try to install Blink in the contrib/xbow/apps directory onto MIB510 board. The error is below: - mkdir -p build/micaz compiling Blink to a micaz binary ncc