[Tinyos-help] help about rf230 radio

2011-09-18 Thread GLC
Dear all, I've used iris sensor node with the rf230 radio. The radio receives any packet that is in the air, I wonder if I can make a configuration that could let the radio sniffs all packets, but receives packets only if they are sent to the base station's address. Does the rf230 radio

Re: [Tinyos-help] CTP updateRouteTask() behaivior if parent gets

2011-09-18 Thread Omprakash Gnawali
On Fri, Sep 9, 2011 at 11:57 AM, Christian christ...@wwad.de wrote: Dear TinyOS community, I have a problem understanding, how CTP's updateRouteTask() works, if the 4-Bit Link Estimator is used. Consider the following example: Node 2 with costs 70 is currently using node 1 (costs 20) as

Re: [Tinyos-help] CTP - updateRouteTask

2011-09-18 Thread Omprakash Gnawali
On Tue, Sep 6, 2011 at 5:12 AM, Francisco J. kit...@gmail.com wrote: Hello, im working with CTP and have a question about it. In the task 'updateRouteTask' implemented in the file 'ctpRoutingEngineP.nc', the first part the node scan each row in the neighbor table:     /* Find best path

Re: [Tinyos-help] TinyOS 2.1.0 and TestNetworkLpl

2011-09-18 Thread Razvan Musaloiu-E.
iHi! Is there a specific reason why you want to make it work on 2.1.0? We don't usually backport any enhancements in fixes to the old versions. -- Razvan ME On Mon, 12 Sep 2011, Rizwan Mumtaz wrote: Hi everyone, I am trying to run TestNetworkLpl application on TinyOS 2.1.0. I get a No

[Tinyos-help] SysTimeerror

2011-09-18 Thread Seetha Devi
Hello All, I am trying to compile tinyecc0.1 application in tinyos1.1.11. when i try make pc i got error like D:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/pc/SysTimeC.nc: In function `SysTime.castTime16': D:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/pc/SysTimeC.nc:47: warning: declaration

[Tinyos-help] TinyOS simulator

2011-09-18 Thread Indtiny s
Hi, I'm new to the Tiny os . I want to setup a TinyOs simulator(TOSSIM) for my project work . I went through the tinys OS site but could not get better document or link to setup the TOSSIM on tiny OS installation can any one help me to get a good document to install Tinyos simulator and start

Re: [Tinyos-help] help about rf230 radio

2011-09-18 Thread Miklos Maroti
You can do all filtering in the application, no? Miklos 2011/9/18 GLC glc216...@163.com: Dear all,        I've used iris sensor node with the rf230 radio. The radio receives any packet that is in the air, I wonder if I can make a configuration that could let the radio sniffs all packets, but

Re: [Tinyos-help] AMSenderC question

2011-09-18 Thread Jude Allister
Hi, Thank you for your reply. I took a break from the whole thing and when I came back to it, the lightbulb clicked on and I got two motes talking to each other and doing fun things with the LEDs. I was screwing around some more and saw you can use a UART port to send messages to some Java