[Tinyos-help] Price of 500 Motes

2007-09-10 Thread Michael Collett
Hi, I'm trying to get a ball park figure for the cost of a relatively large (100, 500 or 1000) network of motes, but don't particularly want to have to contact a salesman. Has anyone got experience of putting together networks of this size? How much would it cost? Do you get much of a discount

Re: [Tinyos-help] run cygwin command from Java : work around

2007-09-10 Thread Hristo Bojkov
Hello Amrit, I am not sure that I understand what you wish to do. If I am right you just try to execute script under bash, but when a Java program need to start it. My idea is that you don't need a complicated Java tool/app to open bash and to write in console stream. Instead you just need a s

Re: [Tinyos-help] tos-install-jni

2007-09-10 Thread Urs Hunkeler
Hi, As this is a common question, I have tried to compile the different answers I have given in the past on the "official" TinyOS wiki. Have a look at http://www.eecs.harvard.edu/~mdw/tinyosdocs/index.php/Java_cygwin and let me know whether this solves your problem or if there are any inaccuracies

Re: [Tinyos-help] mote turn off

2007-09-10 Thread Urs Hunkeler
Hi, No, there is no generic command to turn off a mote. In fact, the mote platforms that I am aware off don't allow you to turn them off with software. You must manually switch them off (the Mica family of motes), unplug them (USB powered motes, motes powered through the programming board) or remo

Re: [Tinyos-help] Problems with serial communication PC -> GenericBase

2007-09-10 Thread Urs Hunkeler
Dear David, If your problem still exists, have you checked that the little switch on the MIB510 programming board is in the OFF position? (It has to be in the OFF position, otherwise the serial communication in one direction doesn't work, I'm not sure in which direction though). Cheers, Urs Dav

Re: [Tinyos-help] Problems with serial communication PC -> GenericBase

2007-09-10 Thread José Manuel Sánchez-Matamoros Pérez
I think the problem is with the CRC that you generate. Other solution if you don't want to do all the low level operations is to use MIG, that generates a java class to send messages throught serial port. On 9/10/07, Urs Hunkeler <[EMAIL PROTECTE

RE: [Tinyos-help] forcing a node in LPL mode to stop listening if a transmission is continuous

2007-09-10 Thread Murray, Ben
Hi Kevin, David, Thanks for the responses -- all very useful information, lots to read through! I am not sure if what I am doing at the moment is high-quality enough to be put forward as a contribution, but stranger things have happened :-) it will probably depend on deadlines, and manpower - as

Re: [Tinyos-help] run cygwin command from Java : work around

2007-09-10 Thread amrit kumar
Hi Hristo, What i seemed to understand is that wwe are using two scripts in the solution that you gave , one to invoke the bash shell and simultaneously from the shell run another script. I also coincidentally thought of the same solution. However I found another solution to the same.I came up wi

[Tinyos-help] Cycle detection in multihoplqi (surge) for tinyos-1.x

2007-09-10 Thread Paolo Masci
Hi, I was giving a look to the multihop routing algorithm implemented in tos/lib/MultiHopLQI. I have noticed that nodes select their parent evaluating the end-to-end link quality of the path to the base station. In order to avoid cycles, shouldn't they select their parent evaluating also the dist

Re: [Tinyos-help] Price of 500 Motes

2007-09-10 Thread Peizhao Hu
you can directly contact them for an accurate quote! :-) It looks like you need computational intensive motes. regards; Peizhao Michael Collett wrote: Hi, I'm trying to get a ball park figure for the cost of a relatively large (100, 500 or 1000) network of motes, but don't particularly want

[Tinyos-help] RE: TOSSIM scheduler & Power Model

2007-09-10 Thread Venkatesh S.
Currently there is PowerTOSSIM support for Mica2 in T2. Have a look at tinyos-2.x-contrib/cedt directory. -- Regards, Venkatesh S -Original Message- Date: Mon, 10 Sep 2007 07:22:37 +0300 (IDT) From: Liron Elmaleh <[EMAIL PROTECTED]> Subject: [Tinyos-help] TOSSIM scheduler & Power

Re: [Tinyos-help] issues trying to read messages in C

2007-09-10 Thread Steve McKown
On Sunday 19 August 2007 10:06:30 am Ákos Maróy wrote: > I'm trying to read the messages sent by the Oscilloscope sample > application from C. > > I generated the C .h and .c file using mig, using the following Makefile > rule: > > oscilloscope_msg.h oscilloscope_msg.c: ../Oscilloscope.h > mig

Re: [Tinyos-help] Tmote USB serial number

2007-09-10 Thread Steve McKown
On Friday 24 August 2007 06:08:12 am Urs Hunkeler wrote: > Hi, > > Is the following correct? > The serial number of a tmote (telosb) mote shown by motelist is specific > to the serial-USB-converter chip on the mote. It cannot be read from the > mote and it is independent of the serial number stored

Re: [Tinyos-help] LogStorageC read and write question

2007-09-10 Thread Steve McKown
On Friday 24 August 2007 04:31:49 pm Yi Wang wrote: > Hi all, > I am using the LogStorageC component to log stuff, it seems that: > The LogWrite.append() command actually update(increment) the address when > it's logging. > However, the logRead.read() command doesn't do the above. > As a result whe

AW: [Tinyos-help] Cycle detection in multihoplqi (surge) for tinyos-1.x

2007-09-10 Thread Ole Bischoff
Hi Paolo, I'm only into the Boomerang (Moteiv) version of MultiHopLQI, but the end-to-end link quality already consists the distance in a way. The LQI is represented in costs (good LQI -> low cost, bad LQI -> high cost), which will be summed up from every node of the path. So if a path has many ho

Re: [Tinyos-help] List implementation under tiny 2.X

2007-09-10 Thread Steve McKown
On Monday 27 August 2007 04:02:05 am vazoumana fofana wrote: > Hello, > > I ve got an implementation 's question. > I want to implement an application where a node loads on its flash a list > of its neighbousr. > do you know how can i create a list or a dynamic table in nesc ? To my knowledge, th

Re: [Tinyos-help] nested events

2007-09-10 Thread Steve McKown
On Tuesday 28 August 2007 09:52:29 am sara k wrote: > Hi All, > > I want to insert the received event inside the timer.fire()! The > compiler will complain of the nested events... but > > I am really need something like this: > .. > event void AMControl.startDone(error_t err) { > if (err

Re: [Tinyos-help] How can I make the tmote sky into lowest power management?

2007-09-10 Thread Steve McKown
On Friday 31 August 2007 05:17:47 am Wei Ping Song wrote: > Dear all, > > I use tinyos 2.0.2, I want to make my tmote sky node into lowest power > consumption but still can receive message. I found I had to start > splitcontrol to receive message. It will cause more power consumption? To receive a

Re: [tinyos-help] clarifications about serial communication

2007-09-10 Thread Steve McKown
On Sunday 02 September 2007 12:59:44 pm Mayur Maheshwari wrote: > Hi Romain > > This is regarding the problem which you faced while sending the data to the > BaseStation from SerialForwarder(SF) when it continuously gives the "Write > Failed" event. Let me know if you got any success with that. > >

Re: [Tinyos-help] Good choice of linux for Dell latitude 600 and tinyos2

2007-09-10 Thread Steve McKown
On Tuesday 04 September 2007 12:12:06 pm hamsa jega wrote: > I am trying to start work on tinyos2 and have a dell latitude 600 laptop > with me. I tried installing fedora core 6 and tinyos2 and had problems with > my monitor display, so switched to fc5 and then when I tried installing the > drivers

Re: [Tinyos-help] Cycle detection in multihoplqi (surge) for tinyos-1.x

2007-09-10 Thread Philip Levis
On Sep 10, 2007, at 5:40 AM, Paolo Masci wrote: Hi, I was giving a look to the multihop routing algorithm implemented in tos/lib/MultiHopLQI. I have noticed that nodes select their parent evaluating the end-to-end link quality of the path to the base station. In order to avoid cycles, shouldn'

Re: [Tinyos-help] forcing a node in LPL mode to stop listening if a transmission is continuous

2007-09-10 Thread Kevin Klues
If you want to use a different stack, just include the directory containing the stack you want to use in your makefile. Alternatively, you can change the .platform file (go to tinyos-2.x/tos/platform/ and look in the directory of the platform you are interested in) to point to this directory so yo

Re: [Tinyos-help] LogStorageC read and write question

2007-09-10 Thread Kevin Klues
What platform are you running on? On 8/24/07, Yi Wang <[EMAIL PROTECTED]> wrote: > Hi all, > I am using the LogStorageC component to log stuff, it seems that: > The LogWrite.append() command actually update(increment) the address when > it's logging. > However, the logRead.read() command doesn't d

Re: [Tinyos-help] List implementation under tiny 2.X

2007-09-10 Thread Kevin Klues
If your question is how to dynamically allocate memory in TinyOS, then the answer is that you can't. All memory is statically allocated at compile time. Of course you could always allocate a big chunk of memory to some sort of memory allocator component and then implement a memory allocator yours

Re: [Tinyos-help] List implementation under tiny 2.X

2007-09-10 Thread Philip Levis
On Sep 10, 2007, at 10:18 AM, Kevin Klues wrote: Might be good to have a general data-structures contrib where people can contribute various data structure components they have created. This was kind of the idea behind Cache, Pool, and Queue. Of course, more would be better... Phil ___

[Tinyos-help] Problems with Tinynode and TinyOS-2.x

2007-09-10 Thread Jeremy Gummeson
All, I'm a newcomer to TinyOS-2.x, and am starting to port some applications our group has written from TinyOS-1.x. I'm having problems receiving packets with a data field of >= 10 Bytes in length. We are using the Tinynode platform, which uses the XE1205 radio transceiver. I tested this by cha

[Tinyos-help] Listen tool for tossim in TinyOs 2.x

2007-09-10 Thread Bhairav Desai
Hi all, I am working with tossim on tinyos 2.x. I want to use Listen tool for tossim, to display the packets coming from TestNetwok application. So I did the following just like tinyos 1.x $ export [EMAIL PROTECTED] but it gave the following error. $ java net.tinyos.tools.Listen Couldn't instant

Re: [Tinyos-help] Problems with Tinynode and TinyOS-2.x

2007-09-10 Thread Philip Levis
On Sep 10, 2007, at 11:08 AM, Jeremy Gummeson wrote: All, I'm a newcomer to TinyOS-2.x, and am starting to port some applications our group has written from TinyOS-1.x. I'm having problems receiving packets with a data field of >= 10 Bytes in length. We are using the Tinynode platform, w