Re: [Tinyos-help] SMAC and TMAC for TinyOS 2.x

2010-07-19 Thread CHEN WEIMING
hi, I also only have SMAC in 1.x, for other protocols, such as DW-MAC, I can only find their simulation code in OMNeT++. Now I am trying to develop the code for a new protocol called AS-MAC in TinyOS2.X, just find that it is far beyond my level. Best Regards, weiming On Tue, Jul 20, 2010 at 9:59

Re: [Tinyos-help] SMAC and TMAC for TinyOS 2.x

2010-07-19 Thread Manjunath Doddavenkatappa
Hi, To the best of my knowledge, SMAC has not yet been ported to 2.x. Manjunath D

[Tinyos-help] SMAC and TMAC for TinyOS 2.x

2010-07-19 Thread Gaurav Agrawal
Dear friends, I was trying to run SMAC and TMAC protocols on TinyOS 2.1 for my project. I did try to find the source code for SMAC and TMAC for TinyOS 2.x. All i found was that there is only source code available for SMAC for TinyOS 1.0. Even TMAC source code for TinyOS 1.0 is also not available.

Re: [Tinyos-help] About Mic on mts300

2010-07-19 Thread Miklos Maroti
Hi! You have to set up your environment variables correctly. I use cygwin, and I have something like this set in my profile (or in a bash script): export TOSROOT="/cygdrive/c/tinyos/tinyos-2.x" export TOSROOTDOS="C:\\tinyos\\tinyos-2.x" export TOSDIR="$TOSROOT/tos" export MAKERULES="$TOSROOT/sup

Re: [Tinyos-help] [*] Regarding sending and receiving

2010-07-19 Thread Kartik Siddhabathula
Thanks Michael for sharing the report. I know that we do loose messages, in one of my experiment, I did the packet delivery rate test and I found that I lost somewhere between 1 to 11 messages and that is something we are not discussing about as that is acceptable to both me and Harshwal. The

Re: [Tinyos-help] [*] Regarding sending and receiving

2010-07-19 Thread Michael Schippling
Messages will be lost. Get over it... The number will vary depending on the distance between motes, and whether they can all "hear" each other (see Hidden Node Problem). I think TOSSIM has a whole modeling system for testing message failures, but I've never used the sim. I also found that throttl

Re: [Tinyos-help] [*] Regarding sending and receiving

2010-07-19 Thread Kartik Siddhabathula
Hi Harshal, As from your output it is clear that the receiver mote is able to get the messages. The problem must be in the simultaneous sending. The problem I faced was also when I was sending simultaneously that's why I wanted to know what is the buffer size for receiving. As far as I my un

Re: [Tinyos-help] How to do a multihop routing in tinyos-2.x

2010-07-19 Thread Kartik Siddhabathula
Thanks a lot Mehmet :) --- On Mon, 7/19/10, Mehmet Akif Antepli wrote: From: Mehmet Akif Antepli Subject: Re: [Tinyos-help] How to do a multihop routing in tinyos-2.x To: "Kartik Siddhabathula" Cc: "TinyoS help" Date: Monday, July 19, 2010, 3:56 AM    On 07/17/2010 07:20 AM, Kartik

Re: [Tinyos-help] About Mic on mts300

2010-07-19 Thread 徐经纬
Hi, I just updated szte-wsn tree and tinyos via CVS in the afternoon. But it make me tinyos broken... when i type "make iris", the system tell me that error. Unknown target iris Known targets for TinyOS directory /home/raz/local/src/tinyos-2.x/tos and the specified include directories are: none. m

[Tinyos-help] Distributed TOSSIM-live

2010-07-19 Thread Jon Szymaniak
I was just curious if anyone knew of any existing work/methodologies for interfacing TOSSIM-live simulations with one another, in the sense that nodes from one TOSSIM-live process can communicate with another TOSSIM-live process (possibly running on separate machines). The motivation behind this i

[Tinyos-help] energy detection without Rssi

2010-07-19 Thread Peng Du
Hello. Is there anyway to detect the energy level (and probably the level of utilisation) in a certain channel without reading the RSSI values from the packets exchange? Thanks a lot. Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.ed

Re: [Tinyos-help] How to do a multihop routing in tinyos-2.x

2010-07-19 Thread Mehmet Akif Antepli
On 07/17/2010 07:20 AM, Kartik Siddhabathula wrote: Hi All, I am using tinyos-2.x and telosb motes. I would like to know how to do a multi hop routing? As, in the tinyos-2.x docs it says that "ActiveMessageC provides a best-effort, single-hop communication abstraction". How can I achieve

Re: [Tinyos-help] [*] Regarding sending and receiving

2010-07-19 Thread harshalw
Hi Kartik, Thanks for your reply. I did what you suggested and got the following output: X=91 X=94 X=86 X=90 X=83 X=88 X=77 X=86 X=89 X=89 According to this, most packets are received, which is good. However, in my application I am still facing the

[Tinyos-help] What AM type are available in Tinyos-2.x

2010-07-19 Thread Haripriya priya
Hi, The following are the AM_Type Name available in tinyos-1.x DRIPMSG INTMSG OSCOPEMSG TIMESYNCMSG FSOPMSG COMMANDMSG EVENTMSG MULTIHOPMSG which i have found from the paper for Tinysec An energy efficient security provisioning scheme for TinySec in wireless sensor networks-- from the link belo

Re: [Tinyos-help] About Mic on mts300

2010-07-19 Thread Miklos Maroti
Hi, You have to update the szte-wsn tree too, since it uses the fastserial an fastadc libraries (nothing more) and the application. I am always developing against the tinyos CVS tree. Miklos 2010/7/19 徐经纬 : > Ok, now I am updating my tinyos version vi CVS from sourceforge. and > szte-wsn must be