[Tinyos-help] Camera in wsn

2008-10-07 Thread 展安东
Dear all, I want to add some camera sensors into a wireless sensor network which have some telosb nodes to implement image and video transmission in WSNs. I know some information about cumcam and cyclops and I want to buy some cumcam3 adding to the network. Is cumcam3 a good choice? Does cumca

[Tinyos-help] Firewire Support

2008-10-07 Thread Kishore Padmaraju
A very general answer would be appropriate for this question: Does Tinyos support the IEEE-1394 stack (firewire). Thanks! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/ti

Re: [Tinyos-help] CC2420 Security Implementation on TOS 2.x

2008-10-07 Thread Chieh-Jan (Mike) Liang
Hi Katsaros, JHU group has done it, and it should have been checked in (or will be). Nonetheless, the contact person is John Ko ([EMAIL PROTECTED]). Mike On Oct 7, 2008, at 1:54 PM, Kostantinos Katsaros wrote: > Hi there, > > I'm trying to implement hardware security on tmote sky using tinyos

Re: [Tinyos-help] use of "ONE" keyword?

2008-10-07 Thread Eric Decker
Take a look at Using Safe TinyOS and then click Safe TinyOS under Safe Overview. It will describe the different Safe modifiers. eric On Tue, Oct 7, 2008 at 8:15 AM, Alberto Valente <[EMAIL PROTECTED]>wrote: > in BaseStation app line 91 > mes

[Tinyos-help] CC2420 Security Implementation on TOS 2.x

2008-10-07 Thread Kostantinos Katsaros
Hi there, I'm trying to implement hardware security on tmote sky using tinyos 2.x. I searched the mailing list and I only found hintsfor TOS 1.x Is there anyone who has implemented the security with CC2420 on TOS 2.

Re: [Tinyos-help] About the pathloss vs distance

2008-10-07 Thread Omprakash Gnawali
On Tue, Oct 7, 2008 at 8:14 AM, Peng <[EMAIL PROTECTED]> wrote: > Hi there, > > I have scrutinized several papers talking about routing metric and > experimental result. Is there anyone who tried to model the pathloss vs > distance. If this model can be roughly estimated plus the node previously >

[Tinyos-help] use of "ONE" keyword?

2008-10-07 Thread Alberto Valente
in BaseStation app line 91 message_t* ONE receive(message_t* ONE msg, void* payload, uint8_t len); what's the meaning of ONE keyword? and, what's the meaning of this whole code line? thank you alberto ___ Tinyos-help mailing list Tinyos-help@millenniu

[Tinyos-help] About the pathloss vs distance

2008-10-07 Thread Peng
Hi there, I have scrutinized several papers talking about routing metric and experimental result. Is there anyone who tried to model the pathloss vs distance. If this model can be roughly estimated plus the node previously know distance from other nodes, the adequate Tx power can be set. Is there

[Tinyos-help] Wiring interface CC1000SendReceiveP

2008-10-07 Thread fhg07
I am currently using mica2 and mica2dot motes, programming in tinyOS 2.x. I am trying to use the CC1000SendReceiveP interface, but several error messages appear. Here is how my AppC is: 1 #include 2 #include "BlinkV.h" 3 4 configuration BlinkVAppC { 5 } 6 implementation { 7 compon

[Tinyos-help] Obtaining received signal strength - Mica2

2008-10-07 Thread fhg07
I am currently using mica2 and mica2dot motes, programming in tinyOS 2.x. I read that it is possible to get the strength of the received signal in mica2 motes. Here is what is written in the TinyOS FAQ: "Can I get the received signal strength in TinyOS? Yes for Mica2; kind-of for Mica. Mica2: The

Re: [Tinyos-help] : After having installed tinyos 2, can't make telosb.

2008-10-07 Thread Jaco Beylefeld
Hey! On 10/6/08, Renee Azhen <[EMAIL PROTECTED]> wrote: > > And when I tring to execute "tos-check-env", the exectution ended up really > quickly without any output info. Hey! I had the same problem. I am not sure what was wrong, but after reinstalling everything from scratch, the problem was s

Re: [Tinyos-help] storage compilation problem

2008-10-07 Thread Jaco Beylefeld
Hi! Thanks! It seems my Python version was below 2.4, and did not have module subprocess. After I updated it, I had some other compatability problems, which took me a while to sort out, hence me taking so long to thank you! Thanks! 8-) On 10/5/08, Andrey Gursky <[EMAIL PROTECTED]> wrote: > Hi J

Re: [Tinyos-help] Sleeping motes

2008-10-07 Thread fhg07
Ops, read the ps's just now, haha. I was already happy with what I read before so I replied before the end :) I am forwarding your message to the list also, and I do not speak very much of spanish, but I can understand it, as I speak portuguese, which is very similar. Thanks, Fernando. > Hi Fer

Re: [Tinyos-help] CC2420 Software Acknowlegements

2008-10-07 Thread Dinesh Koya
Hello Hui Thanks for your answer. I have another question, If I disable the AUTOACK's in CC2420ControlP.nc, its means that I am only disabling the Hardware acks. Am I right? How about Software Acks in this scenario? Does they work? Thanks for any help Regards Dinesh --- On Mon, 6/10/08, Hui

Re: [Tinyos-help] about the routing metric via distance

2008-10-07 Thread Omprakash Gnawali
On Tue, Oct 7, 2008 at 12:33 AM, Peng <[EMAIL PROTECTED]> wrote: > Hi, there > > I'm wondering someone here or know try to look into 802.15.4 link layer > characteristic vs distance and model a routing metric based on that. If > someone know some paper about that could you please send me a link? >

[Tinyos-help] about the routing metric via distance

2008-10-07 Thread Peng
Hi, there I'm wondering someone here or know try to look into 802.15.4 link layer characteristic vs distance and model a routing metric based on that. If someone know some paper about that could you please send me a link? Any reply is deeply appreciated. Thanks Peng __