Re: [Tinyos-help] Question about Route library

2009-07-30 Thread Omprakash Gnawali
On Thu, Jul 30, 2009 at 1:04 AM, Rubenalia wrote: > I waited more than 1 minute, time enought for algorithm to update its route > tree. Wait for 5 minutes just in case. - om_p ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.

Re: [Tinyos-help] Seeding the network

2009-07-29 Thread Omprakash Gnawali
On Mon, Jul 27, 2009 at 5:45 AM, bharat naik wrote: > Hi, > > Could someone tell me what is the purpose of the piece of code at the > start of selectRoute() in MultiHopLEPSM.nc i.e when it tries to seed the > network. I tried writing an alternate selectRoute() without this part and > the code

Re: [Tinyos-help] Question about Route library

2009-07-29 Thread Omprakash Gnawali
On Tue, Jul 28, 2009 at 12:10 AM, sofia aparicio wrote: > > Hello, > > I have a problem with Route library in tinyos1.x. I am using 2 motes and 1 > base station. > If I put this 2 motes close to the base station then I receive the > information from both motes. But if I put mote 2 out of the radio

Re: [Tinyos-help] multihop routing for tinyos2.x and mica2 motes

2009-07-29 Thread Omprakash Gnawali
On Wed, Jul 29, 2009 at 2:53 PM, Ellen Shlossberg wrote: > Thank you for all the advice. I am using the modified Collection protocol > from the tutorial. I'm still not sure of how it gathers a tree from the > program, but I used the Listen function and found that each packet received > at the root

Re: [Tinyos-help] Aggregation message

2009-07-24 Thread Omprakash Gnawali
On Fri, Jul 24, 2009 at 7:48 AM, Rémi Villé wrote: > Hi, > > I try to aggregate values sent by mote using CTP. > > In the example MultihopOscilloscope, the aggregation is made by sending 5 > readings in one message every 1024 ms. I would like to aggregate values > using their similarity, ie saying

Re: [Tinyos-help] MultiHopLEPSM query

2009-07-24 Thread Omprakash Gnawali
On Thu, Jul 23, 2009 at 10:52 AM, bharat naik wrote: > Hi, > > Is there any way in which a parent can know if its child has failed? > What should the modification to MultiHopLEPSM be? > Also, during a simulation, I was failing node  'x' at time 0:5:58. > (using Tython). However, even afte

Re: [Tinyos-help] Question about Route library

2009-07-23 Thread Omprakash Gnawali
On Fri, Jul 17, 2009 at 4:03 AM, sofia aparicio wrote: > Hello, > > I want to send several messages from different motes to the base station > (mote 0) using the Route library. > When the base station receives the message I want to print it. How can I do > this? Which function shall I use to do tha

Re: [Tinyos-help] How to send a msg from the base to other motes using the route library

2009-07-23 Thread Omprakash Gnawali
On Wed, Jul 22, 2009 at 5:07 AM, sofia aparicio wrote: > > Hello, > > I am using the Route library. I would like to know how to send a msg from > the base station to the other motes. You can't. You should use blip or tymo. - om_p ___ Tinyos-help mailing

Re: [Tinyos-help] Regarding 4 bit link estimation

2009-07-16 Thread Omprakash Gnawali
2009/7/13 Mehmet Akif Antepli : > Hi Omprakash, > > About the inage field, > In the code below, first there is the check for the neighbor table entry to > update. Inage field is only decremented for the neighbor that sent beacon > msg ! > >   // update the inbound link quality by >   // munging rec

Re: [Tinyos-help] Urgent: Sequence number

2009-07-16 Thread Omprakash Gnawali
On Sun, Jul 12, 2009 at 4:51 PM, Varun Jain wrote: > If the application is running CTP, does the base node not automatically > identify a unique packet?? As TEP-123 says that together origin, seqno and > collect_id fields denote a unique *origin packet* THEN why do we need to put > such a unique

Re: [Tinyos-help] help reg Multihop routing

2009-07-16 Thread Omprakash Gnawali
On Fri, Jul 10, 2009 at 9:09 PM, Swetha R wrote: > Thank you for your reply .  Can you please give me any suggestions regarding > this scenario? Any suggestions regarding this will be appreciated.Thank you. > i want to create a grid topology :like > For Example:3 by 3 grid > 0   1   2 > 3   4   5 >

Re: [Tinyos-help] Please help me! For transmit and received exactly.

2009-07-10 Thread Omprakash Gnawali
On Thu, Jul 9, 2009 at 8:25 PM, Anh Dung Vu wrote: > Hello everyone! > > I'm a new, Now I'm studying nesC and implement a basic program on Hmote2430 > from Hybus Korea. I write a program include: 1 Receiver, 2 Sender(same > code). I set destination address in 2 Sender same (0x0003), and set > desti

Re: [Tinyos-help] [PoolC] Returning NULL

2009-07-10 Thread Omprakash Gnawali
On Thu, Jul 9, 2009 at 5:23 PM, Pratibha S wrote: > Hi, > PoolC get() is returning NULL even though not Pool.empty() and > Pool.size()>0. > I allocate a pointer-to-struct say 'position_t' having three pointers v[3], > typedef position * position_t; > interface Pool; > void New_position() >  {      

Re: [Tinyos-help] Urgent: Sequence number

2009-07-10 Thread Omprakash Gnawali
On Thu, Jul 9, 2009 at 11:27 PM, bharat naik wrote: > Hi, > >     When a node originates a packet, does it keep its sequence number in a > different field from the pMsg->seqno? It is because I checked the trace file > for a Surge simulation and apparently the pMsg->seqno is hop specific rather > th

Re: [Tinyos-help] Real-time CTP APPLICATION

2009-07-09 Thread Omprakash Gnawali
2009/7/8 Varun Jain : > What kind of configuration can I define so these group of similar node > id's do not send acks to unicast packets and somehow do not get involved > in the Collection process at all??(I have already taken out all the CTP > code from these nodes so they are only doing Dissemin

Re: [Tinyos-help] Real-time CTP APPLICATION

2009-07-08 Thread Omprakash Gnawali
On Mon, Jul 6, 2009 at 6:39 PM, Varun Jain wrote: > Thanks for your reply. > > The duplicate node id's are not running the CTP code so they do not generate > any uniqueSeqNo, etc... and I am pretty sure these duplicate node-id nodes > are not included in the CTP tree to forward the messages in th

Re: [Tinyos-help] send unicast message using multihop communication method

2009-07-08 Thread Omprakash Gnawali
2009/7/1 ලසන්ති : > hi, > i am doing a project which needs to send messages to specific nodes. Simply, > need to send unicast messages. for example, node A may want to send a > message to node B, while another node C wants to send a message to node D. > but they are not in senders transmission rang

Re: [Tinyos-help] strange issues when using FTSP and one hop AM acked communication

2009-07-08 Thread Omprakash Gnawali
On Mon, Jul 6, 2009 at 8:56 PM, Carlos Gil Soriano wrote: > Hi, > > I'm running an app which is using FTSP in the "background"  and sending > messages thanks to an usual AM layer. In the case that before sending an AM > message I don't specifically type to not acknowledge that AM packet every > sin

Re: [Tinyos-help] Hello packets frequency

2009-07-08 Thread Omprakash Gnawali
On Sat, Jul 4, 2009 at 4:05 AM, bharat naik wrote: > Hi, > > I wanted to know how I could decrease the frequency of the hello > packets. I need it because I think some of my data packets are getting > corrupted due to interference from hello packets. I think it is > MultiHopLEPSM, but I'm not

Re: [Tinyos-help] help reg Multihop routing

2009-07-08 Thread Omprakash Gnawali
On Wed, Jul 8, 2009 at 2:18 PM, Swetha R wrote: > Hi Everyone, > > I have been trying to execute Surge for Multihop network of 9 > nodes. I have one questions about the output. I have used debug statement , > export DBG=route.Below is the part of sample output i received. Can anyone > expl

Re: [Tinyos-help] Real-time CTP APPLICATION

2009-07-02 Thread Omprakash Gnawali
On Wed, Jul 1, 2009 at 7:59 PM, Varun Jain wrote: > Hi, > > I am currently using TinyOS-2.0.2 and Micaz-type of motes to implement a > security APPLICATION in a building. We are using a door sensor (Reed Switch) > and Motion Sensor(PIR Sensor) to sense if people are present in a certain > ROOMS and

Re: [Tinyos-help] Question about send and receive

2009-06-30 Thread Omprakash Gnawali
On Tue, Jun 30, 2009 at 5:42 AM, sofia aparicio wrote: > > Hello, > > I have 3 motes and I want to send data from mote 2 trough mote 1 to the base > station. > > Mote 2 call RadioSend.send(data); > > RadioReceive.receive(){ >     if (TOS_LOCAL_ADDRESS == 1){ > call RadioSend.send(data); //

Re: [Tinyos-help] MultiHopEngineM.nc query

2009-06-29 Thread Omprakash Gnawali
On Mon, Jun 29, 2009 at 2:35 AM, bharat naik wrote: > Hi, > > I had already posted the below query but no one had responded (except > to the first query which I've removed), so I'm resending it. > >> I was thinking of a making a simple modification to the >> MultiHopEngineM.nc module for

Re: [Tinyos-help] Question about Route library

2009-06-27 Thread Omprakash Gnawali
On Fri, Jun 26, 2009 at 7:08 AM, sofia aparicio wrote: > > > Hello, > > I would like to know what do I need to do to send and receive a message > using the protocols of the Route library. Do I need to asociate every > TOS_Msg with a TOS_MHopMsg? In Surge example they do the following: > > if (pRead

Re: [Tinyos-help] MultiHopEngineM.nc query

2009-06-27 Thread Omprakash Gnawali
On Sat, Jun 27, 2009 at 12:44 AM, bharat naik wrote: > Hi, > > I was thinking of a making a simple modification to the > MultiHopEngineM.nc module for my project. I basically want to buffer data > packets, both forwarded and originated, when the parent fails and keep them > buffered till a new

Re: [Tinyos-help] cost accumulation and path cost

2009-06-23 Thread Omprakash Gnawali
On Thu, Jun 18, 2009 at 4:41 AM, Rémi Villé wrote: > Hi, > > I would like to discuss about how the path cost is calculated from the cost > of its arcs. > Currently this path is accumulated with an addition. I think it's bizarre > because we try to create the best path in term of ratio (msg received

Re: [Tinyos-help] What protocols are included in tinyos?

2009-06-21 Thread Omprakash Gnawali
On Sat, Jun 20, 2009 at 1:36 AM, fupinghu wrote: > Dear, > > After complete installation of TinyOS 2.0, what > protocols are included in it? This page has a list and more information: http://docs.tinyos.net/index.php/TinyOS_Tutorials - om_p ___ Tinyos-

Re: [Tinyos-help] Question about rounting protocols for tinyos-1.x

2009-06-17 Thread Omprakash Gnawali
On Wed, Jun 17, 2009 at 2:23 AM, sofia aparicio wrote: > Hello, > > I have compiled the Surge application using: > > make cricket > > Then I have installed the program in the base station: > > make cricket reinstall.0 > > I have also done in a different mote: > > make cricket reinstall.1 > > Then I

Re: [Tinyos-help] Regarding 4 bit link estimation

2009-06-16 Thread Omprakash Gnawali
On Thu, Jun 4, 2009 at 2:03 AM, Rémi Villé wrote: 2 What is the inage field in each entry of neighbor table? Why is it initialized to MAX_AGE, rather than 0? >>> >>> I didn't  look closely to  this parameter but it allow to estimate the >>> number of round (a round correspond to have rece

Re: [Tinyos-help] Regarding 4 bit link estimation

2009-06-16 Thread Omprakash Gnawali
On Wed, Jun 3, 2009 at 2:19 AM, Rémi Villé wrote: >> I have a few questions regarding link estimation of tinyos 2.x: > > I'm working on it too since a few month, so I can help you, but don't > hesitate to correct me. >> >> 1 Are they identical, the link estimator under $TOSDIR/lib/net/4bitle and >>

Re: [Tinyos-help] Multi-hop FTSP example

2009-06-16 Thread Omprakash Gnawali
On Mon, Jun 15, 2009 at 7:54 AM, Andres Vahter wrote: > I made a little test. I programmed 2 motes with TestFTSP and one mote > with modified BaseStation. > BaseStation sends after every second a message and if TestFTSP > receives it then report is sent  back to BaseStation and it can be > seen wit

Re: [Tinyos-help] Question about rounting protocols for tinyos-1.x

2009-06-16 Thread Omprakash Gnawali
On Tue, Jun 16, 2009 at 3:28 AM, sofia aparicio wrote: > Hello, > > I am using Cricket motes and I want to create a wireless network. I have > several motes but only 1 base station. I need a routing protocol to send the > information from every mote to the base station. Sometimes the mote is far >

Re: [Tinyos-help] How to test routing algorithms in library

2009-06-07 Thread Omprakash Gnawali
On Sun, Jun 7, 2009 at 4:07 AM, Raffaele Guida wrote: > Hello everybody, > in the libraries of tinyos-1.x\tos\lib and in subfolder Xbow\tos\lib I found > some routing algorithms I would like to simulate in Tossim. What do I have > to do? I don't think I can run them directly You will need to run a

Re: [Tinyos-help] Setting Threshold for sendQueue in CtpForwardingEngine

2009-05-24 Thread Omprakash Gnawali
On Fri, May 22, 2009 at 11:27 PM, rohini kumar wrote: > Hello everyone, > I have been trying for a few days to run the MultihopOscilloscope > application with a threshold on the size of  the sendQueue in the > CtpForwardingEngine. The packet transmission should start only once the > threshold on t

Re: [Tinyos-help] In CTP(Collection Tree Protocol), how to know the exact time when forwarding?

2009-05-22 Thread Omprakash Gnawali
On Fri, May 22, 2009 at 9:03 AM, Shucheng Liu wrote: > Hi all, > I'm doing some experiments about CTP(Collection Tree Protocol)  on telosb > motes. > > We know that in CTP, a node receives packet and forwards it. Now I want to > get the exact time when a packet is received and forwarded by a > nod

Re: [Tinyos-help] S-MAC interfaces

2009-05-20 Thread Omprakash Gnawali
2009/5/20 Fahad Al-Jabarti : > Hi all, > > I need to know the interfaces needed to build S-MAC protocol in tinyos 2.1, > i'm using telosb. > > I've looked at the interfaces that come with the source code in thhis link : > http://www.isi.edu/ilense/software/smac/ > > > but it didn't work cuz it is f

Re: [Tinyos-help] Regarding FTSP: scheduling "net synchronized" tasks

2009-05-18 Thread Omprakash Gnawali
On Wed, May 13, 2009 at 5:50 AM, Carlos Gil Soriano wrote: > Hi, > > I'm trying to run tasks in a certain GlobalTime. When taking a look to motes > it seems nice, but when moving to oscilloscope the sight is quite different. > I use to get a synchronized task offset between motes about 40 ms, once

Re: [Tinyos-help] Urgent: S-Mac implementation on TinyOS 2.x

2009-05-16 Thread Omprakash Gnawali
2009/5/15 Fahad Al-Jabarti : > Hi all,, > I'm working on a project where i implement S-MAC protocol on sensor nodes.. > I already got the source code.. the problems are : > > 1) I'm working on tinyOS 2.x where the website says that the code is for > tinyOS 1.x . > 2) My platform is (Micaz) where th

Re: [Tinyos-help] rssi measurements using Micaz

2009-05-13 Thread Omprakash Gnawali
On Wed, May 13, 2009 at 5:51 PM, Sudha Krishna wrote: > Hi, > > We are doing some localization expts for which we are collecting RSSI > values using the Xbow micaz motes. We use a transmitter and receiver, > with their power level set to 31 (0dBm) using the TinyOS makefile > (CC2420_DEF_RFPOWER=31

Re: [Tinyos-help] about tinyos

2009-05-10 Thread Omprakash Gnawali
On Sun, May 10, 2009 at 10:43 PM, Gautham V wrote: > i am new to this tinyos. I don't know where to start. can u please help me http://docs.tinyos.net/index.php/Ipsn2009-tutorial http://docs.tinyos.net/index.php/TinyOS_Tutorials - om_p ___ Tinyos-help

Re: [Tinyos-help] Cannot find components

2009-05-09 Thread Omprakash Gnawali
On Fri, May 8, 2009 at 5:59 PM, Jinhong Xu wrote: > Hi all, > > I was trying to add component MultiHopLqiP. At the very beginning, the > compiler said the component not found, then I add the the following line to > Makefile: > > PFLAGS += -I/Users/jinhongxu/tinyos-2.x/tos/lib/net/lqi/ > > Then it

Re: [Tinyos-help] installing Wisden on tinyos 1

2009-05-08 Thread Omprakash Gnawali
On Fri, May 8, 2009 at 8:23 AM, Júlio César wrote: > Hi, I'm Júlio César, student of Computer Science Federal University of Rio > Grande do Norte - Brazil. I installed the xubuntos, put the tinyOS1 to run > and I was installing the software "Wisden". To install it is necessary to > compile multipl

Re: [Tinyos-help] Not receiving messages over the radio

2009-05-08 Thread Omprakash Gnawali
On Wed, May 6, 2009 at 7:26 AM, Siva Sankar Gupta wrote: > > Hello, > > I'm implementing a relaying protocol on the Tmote sky nodes. > > I have a testbed with 5 Tmote sky nodes and inorder to achieve multihop > routing, i assigned node id's with an offset of 5. > > I set the message count on the l

[Tinyos-help] slides and videos from TinyOS tutorial

2009-05-05 Thread Omprakash Gnawali
On April 16, 2009, we organized a tutorial on TinyOS at IPSN in San Francisco, CA. The tutorial provides a good overview of the fundamentals of TinyOS 2.1. This tutorial is a nice complement to the tutorial on the website. Slides and video (about 3 hrs) from this tutorial are available at: http://

Re: [Tinyos-help] customized Collection

2009-05-05 Thread Omprakash Gnawali
On Tue, May 5, 2009 at 8:47 AM, Rémi Villé wrote: > Hi, > > I have read 4bitle link estimator sources. > Compared to the le link estimator I can see that there's no outquality > column in the neighbor table. > I have the impression that ETX is compute just with inquality and ack > quality (DEETX).

Re: [Tinyos-help] customized Collection

2009-05-04 Thread Omprakash Gnawali
On Mon, May 4, 2009 at 9:43 AM, Rémi Villé wrote: > Thanks for your very useful answers, > > What is the difference between LinkEstimator sources in tos/lib/net/le and > tos/lib/net/4bitle ? > which one is used ? le is a straightforward eetx estimator. 4bitle is the four-bit link estimator uses a

Re: [Tinyos-help] How to change forwarding in CTP to get the packet overheard

2009-05-04 Thread Omprakash Gnawali
On Sat, May 2, 2009 at 7:46 AM, Shucheng Liu wrote: > Hi all, > I'm using Tinyos 2.0, and I'm developing a small multihop network of telosb > motes with CTP as the protocol.I based my code in the Antitheft application. > Now the sink motes can receive packets from other motes. > > In my program I

Re: [Tinyos-help] Collection + Multi Thread Problem

2009-05-04 Thread Omprakash Gnawali
On Wed, Apr 29, 2009 at 12:16 AM, Alireza pourranjbar wrote: > Dear TinyOsers > > Has anyOne checked TestCollection Application which is a mutiThreaded > form of ossciloscope? > > When i remove the lines which send the data to the Serial port (in the > root) the program produces incorrect results?

Re: [Tinyos-help] Frame size representation in TEP

2009-05-04 Thread Omprakash Gnawali
On Mon, May 4, 2009 at 2:09 AM, Rémi Villé wrote: > Hi, > > I don't understand why a frame line size is represented on 17 bits and not > 16 in TEP. > For example, in the LEEP TEP, the LEEP header is represented on 17 bits and > the seqno on 9 bits, while in LinkEstimator.h, the corresponding varia

Re: [Tinyos-help] tn-listener.c

2009-04-28 Thread Omprakash Gnawali
On Tue, Apr 28, 2009 at 2:30 PM, Nahr Elk wrote: > Hi all, > > How could I run tn-listner in testnetwork application? We haven't used it in a while. It is supposed to print the messages received by the serial forwarder. You can use Listen as an alternative: http://docs.tinyos.net/index.php/Mote-P

Re: [Tinyos-help] customized Collection

2009-04-28 Thread Omprakash Gnawali
On Tue, Apr 28, 2009 at 9:34 AM, Rémi Villé wrote: > To reformulate my problem I will take an example : > > A sensor have the choice between two parents to connect itself to a > collection data path. > By default it chooses the bad parent in the sense that this one reads very > different datas. (a

Re: [Tinyos-help] Multihop Routing

2009-04-28 Thread Omprakash Gnawali
2009/4/27 Mohammad Sajjad Hossain : > Hi, > I am trying to develop an application where I have two types of messages. I > want to send one type of messages using a routing protocol (like MViz) and > the other without any routing protocol. Is it doable? Yes. Use Collection sender for data packets t

Re: [Tinyos-help] Sensd a message to all node in the neighborhood

2009-04-28 Thread Omprakash Gnawali
2009/4/23 moadsofiane : > Hi, > > I am using tossim to my simulations and i want to send a message to a > neighborhood of the node. > > My first question is: How can send this message to the neihbohood of the > node? Send a broadcast packet. > My secode question: How can I know the node's ID of m

Re: [Tinyos-help] TinyOS 2.1 on Sentilla JCreate motes

2009-04-26 Thread Omprakash Gnawali
On Thu, Apr 23, 2009 at 8:41 AM, Chris Custine wrote: > I received a lot of requests on the mailing list and via private email about > how I got TinyOS 2.1 apps running on the Sentilla JCreate motes so I wrote > up the details here: > > http://tinyurl.com/d39e9j > > Input or advice is welcome! > >

Re: [Tinyos-help] neighbor of node

2009-04-22 Thread Omprakash Gnawali
On Wed, Apr 22, 2009 at 12:39 AM, moadsofiane wrote: > > Hi, > I am progrmaing in tossim and I would like to know if ther is (functions or > ...) wich give us the neighbor of the node. If you want to look at sample code that discovers nodes in the neighborhood, this is where you can find it: tos

Re: [Tinyos-help] tiny-AODV

2009-04-21 Thread Omprakash Gnawali
On Mon, Apr 20, 2009 at 7:54 AM, Hugo Cruz wrote: > Hello, > We are looking for information about the tinyAODV (hsn in tinyos-1). > Do you have some links to recomend us? http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-1.x/contrib/hsn/ - om_p __

Re: [Tinyos-help] Collection Dissemination

2009-04-21 Thread Omprakash Gnawali
On Mon, Apr 20, 2009 at 2:36 AM, giorgio wrote: > I have had a strange question that is very important for me .I have written a > littele example with 3 modules one for start and stop the other 2 modules and > one module to do collection and one to do dissemination.Coleection module and > dissemin

Re: [Tinyos-help] routing mesh protocol

2009-04-21 Thread Omprakash Gnawali
On Mon, Apr 20, 2009 at 2:24 AM, Alfonso UMA wrote: > > > Hi all, > > > > We’re working with the Tmote Sky motes of Moteiv. We’re investigating about > how to create a routing mesh protocol for those motes and, doing that, > having a mesh network. We’d want to know if someone has worked about this

Re: [Tinyos-help] generate data tinyos

2009-04-21 Thread Omprakash Gnawali
On Sun, Apr 19, 2009 at 4:53 PM, Varun Jain wrote: > Hi, > > I am copying your query to the chair of the "net" protocol as he will be able > to correctly tell us. > But I think that how AMSend works is that all the nodes (with Receive > interface wired to AMSenderC in this case) will receive the

Re: [Tinyos-help] Problems with compiling TimeSync in Low Power mode

2009-04-21 Thread Omprakash Gnawali
On Sun, Apr 19, 2009 at 4:39 AM, Alan Wade wrote: > Hope someone can help me soon! > > I seem to have problems with TimeSyncM.nc when I try to compile an > application in low power mode. During the compile I get the following > warnings: > > /opt/Moteworks/tos/radio/cc1000lp/bin/TimerM.nc:213:warn

Re: [Tinyos-help] Channel Estimation

2009-04-21 Thread Omprakash Gnawali
On Sat, Apr 18, 2009 at 6:31 AM, deepanshu vasal wrote: > Hey all, > > I am using Micaz motes with CC2420 radio chip. I want to estimate the > channel parameters in a transmission from say A to B. Theoretically, A > should send a pseudo random sequence of length depending on channel memory > and a

Re: [Tinyos-help] Collection & gain

2009-04-21 Thread Omprakash Gnawali
On Mon, Apr 20, 2009 at 10:14 AM, Rémi Villé wrote: > Hi, > > I used TOSSIM to see how reacts TinyOS Collection (CTP) according to the > gain (thanks to MultihopOscilloscopeApp example). > > First, after some difficulties I understood that gain and noise are negative > values (between 0 and -100),

Re: [Tinyos-help] Q: TinyOS MAC and Routing support

2009-04-21 Thread Omprakash Gnawali
On Tue, Apr 21, 2009 at 1:45 AM, Rémi Villé wrote: > Hi, > > I'm new with sensor wireless network, TinyOS support 802.15.4 (fortunately), > I saw that Zigbee was grounded on 802.15.4 but I don't know if TinyOS > support Zigbee. > In TinyOS example sources (tinyos-2.1.0/apps/) there is the director

Re: [Tinyos-help] CTP data header size

2009-04-13 Thread Omprakash Gnawali
2009/4/12 Nouha Baccour : > Hi, > I added some fields in the ctp_data_header_t and deleted the field etx. > The original size of CTP data header is 8 bytes, but due to added > fields, the size of the CTP data header becomes 9 bytes. > > When I compile I have many errors related to the message_t str

Re: [Tinyos-help] bug of ftsp?

2009-04-09 Thread Omprakash Gnawali
while 'mode' has the previous mode. if user change to > TS_USER_MODE mode,which mode_==TS_USER_MODE, then the function start > the timer instead of stopping it? > > 2009/4/10 Omprakash Gnawali : >> On Wed, Apr 8, 2009 at 6:48 AM, Jiangjie He wrote: >>> Hi,

Re: [Tinyos-help] bug of ftsp?

2009-04-09 Thread Omprakash Gnawali
On Wed, Apr 8, 2009 at 6:48 AM, Jiangjie He wrote: > Hi, all > Recently I am reading the code of ftsp. I've noticed a problem in > /tinyos-2.1.0/tos/lib/ftsp/TimeSyncP.nc. At line 402, is it a mistype > of "TS_USER_MODE", which should be "TS_TIMER_MODE". In description of > interface TimeSyncMode,

Re: [Tinyos-help] Nedd your help

2009-04-09 Thread Omprakash Gnawali
On Thu, Apr 9, 2009 at 6:38 AM, manel manoula wrote: > hi , > > I want to know which better for use tinyos-1.x or tinyos-2.x in order > to implement  and simulate a new protocol that minimize energy consumption > in WSN . If you are just starting, please use TinyOS 2.x. Here is a tutorial to get

Re: [Tinyos-help] Unstable compilation

2009-04-09 Thread Omprakash Gnawali
On Wed, Apr 8, 2009 at 4:51 AM, Nouha Baccour wrote: > Hi all, > I am working on CTP and particularly on link estimation. I added some > fields in the structure of packet header, neighbor table entry, > routing table entryin order to evaluate my contribution. > > When I compile my application

Re: [Tinyos-help] How to change forwarding in CTP

2009-04-03 Thread Omprakash Gnawali
On Fri, Apr 3, 2009 at 2:31 AM, Liu Shucheng wrote: > Hi all, > > I'm using Tinyos 2.0, and I'm developing a small multihop network of telosb > motes with CTP as the protocol. > > I based my code in the Antitheft application. Now the sink motes can receive > packets from other motes. In my progr

Re: [Tinyos-help] CTP with Low Power Listening

2009-04-02 Thread Omprakash Gnawali
On Mon, Mar 30, 2009 at 11:38 PM, Urs Hunkeler wrote: > Hi, > > That question is probably of more general interest. I'm sorry if I bother > you here. I vaguely remember that somebody once said that CTP does not > support LPL, so I have a couple of questions: > > Could you briefly explain what you

Re: [Tinyos-help] CTP with Low Power Listening

2009-04-02 Thread Omprakash Gnawali
On Mon, Mar 30, 2009 at 11:27 PM, Manuel Fernandez Santo Tomas wrote: > Hi Om, > > Motes send a packet every 10 minutes. > > What should the low power listening duty cycle or sleep interval be for > that rate? Any idea what the current draw should be in low power state? If your network is small,

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-04-02 Thread Omprakash Gnawali
On Tue, Mar 31, 2009 at 5:20 AM, Mehmet Akif Antepli wrote: > Hello Omprakash, > > As a remainder i used MultihopOscilloscope application.i have three nodes > and data portion of the messages (readings[]) is filled with node id's as > 0,1 or 2. > > AM_OSCILLOSCOPE = 0x93 > > AM_CTP_DEBUG = 0x72 (f

Re: [Tinyos-help] CTP with Low Power Listening

2009-03-30 Thread Omprakash Gnawali
On Mon, Mar 30, 2009 at 4:04 AM, Manuel Fernandez Santo Tomas wrote: > Hi all, > > > I'm using Tinyos 2.1, and I've deployed a small network of IRIS motes > with CTP as the protocol. > > So far it works, but I have quite high power consumption(>3mA), so I > wanted to use the Low Power Listening la

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-29 Thread Omprakash Gnawali
On Sun, Mar 29, 2009 at 3:27 AM, Mehmet Akif Antepli wrote: > Hello Omprakash, > >>>You said you are already using net2collection.pl - that is all you >>>should need. Can you show us the messages you are getting on UART and >>>also attach your copy of net2collection.pl > > net2collection.pl script

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-28 Thread Omprakash Gnawali
On Fri, Mar 27, 2009 at 1:33 AM, Mehmet Akif Antepli wrote: > Hello Omprakash, > In the READMe.txt under apps/tests/TestNetwork there is the following > expression; > > "There are scripts on net2 website to parse the debug messages sent by the > nodes." > i couldn't find them. Could you send me if

Re: [Tinyos-help] routing protocol

2009-03-27 Thread Omprakash Gnawali
2009/3/27 wafa jaballah : > Hello! > > I don't know whether there is an implementation of a any routing protocol or > data aggregating protocol  in tinyos.? > I will be very grateful if you could give me a hand? You will find information about network protocols in TinyOS on this page: http://docs.

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-27 Thread Omprakash Gnawali
On Thu, Mar 26, 2009 at 12:06 PM, Mehmet Akif Antepli wrote: > Hi, > > I am sure that they are sending messages because when i just start MsgReader > with the following command, > >>>java net.tinyos.tools.MsgReader MultihopOscilloscopeMsg > > oscilloscope_t structure fields are parsed and shown on

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-26 Thread Omprakash Gnawali
> -- Forwarded message -- > From: Mehmet Akif Antepli > Date: Wed, Mar 25, 2009 at 10:35 PM > Subject: TinyOS-2.1.0 Ctp debug messages > To: Tinyos-Help tinyos-help@millennium.berkeley.edu > > Hi, > > I was trying to do in the link below, (but for Ctp) > > http://mail.millennium.be

Re: [Tinyos-help] How to use parent on tinyOS 1.x ??

2009-03-24 Thread Omprakash Gnawali
2009/3/23 ma. pratama : > Hi All.. > > Firstly, i want to inform all of you that im using MIB600 serial programmer > and micaZ motes. > > I'm already trying to do multihop routing on Surge_Reliable module and want > to ask all of you on how can i use the parent in the SurgeM.nc module ?? if > for e

Re: [Tinyos-help] LinkEstimatorP and beacon driven link estimation

2009-03-16 Thread Omprakash Gnawali
2009/3/16 Nouha Baccour : > Hi all, > > I am studying four-bit link estimator. > My question is related to the component LinkEstimatorP.nc. > > As this component uses interface Receive (SubReceive as an alias), it > implements the command SubReceive.Receive. > In this implementation, there is a cal

Re: [Tinyos-help] wireless communication speed

2009-03-07 Thread Omprakash Gnawali
On Sat, Mar 7, 2009 at 1:35 PM, Miklos Maroti wrote: > Hi Joao, > > On Sat, Mar 7, 2009 at 10:31 PM, João Paulo Amaro da Costa Luz > Carneiro wrote: >> I do want to send large amounts of data that are sliced to fit small >> packets, and so my main objective is to send them as soon as possible usi

Re: [Tinyos-help] CTP and high traffic rate

2009-03-05 Thread Omprakash Gnawali
On Wed, Mar 4, 2009 at 11:58 PM, Martin van de Goor wrote: ... >>> In my setup, five (regular) packets are sent each second by one node. >>> These five packets are received by other nodes, aggregated into one >>> packet at each node, and sent using CTP. >>> The reason is that sometimes a node cras

Re: [Tinyos-help] wireless communication speed

2009-03-05 Thread Omprakash Gnawali
On Thu, Mar 5, 2009 at 1:54 PM, Miklos Maroti wrote: > Hi Joao, > > On Thu, Mar 5, 2009 at 10:44 PM, João Paulo Amaro da Costa Luz > Carneiro wrote: >> Hi, >> I've finally tested my application and maximum transmission rate again and >> get the same results. >> I believe this low packet rate expe

Re: [Tinyos-help] CTP and high traffic rate

2009-03-03 Thread Omprakash Gnawali
On Tue, Mar 3, 2009 at 4:51 AM, Martin van de Goor wrote: > Hi all, > > In TEP 123 it is said that CTP is designed for relatively low traffic > rates. Up to what traffic rates has it been tested? > In the Four-Bit Wireless Link Estimation paper I can only find that > "The workload each node offers

Re: [Tinyos-help] Use of MultihopRouter in my app

2009-02-24 Thread Omprakash Gnawali
On Tue, Feb 24, 2009 at 9:47 AM, Rubenalia wrote: > > > -- Forwarded message -- > From: Rubenalia > Date: 2009/2/15 > Subject: Use of MultihopRouter in my app > To: tinyos-help@millennium.berkeley.edu > > > `Hi all, > > I'm doing an application that sense a temp value and send it

Re: [Tinyos-help] Doubt regarding routing layer

2009-02-24 Thread Omprakash Gnawali
On Tue, Feb 24, 2009 at 2:28 AM, Ashwini G. wrote: > > hello sir, > >   This is ASHWINI. i had a doubt regarding routing layer.my > application is MultihopOscilloscope . > > > 1.Is it possible to send data packets instead of beacon packets,When P Bit > is Set. > 2.If yes,how to send? >    

Re: [Tinyos-help] 4 bit Link Estimator.

2009-02-24 Thread Omprakash Gnawali
On Thu, Feb 19, 2009 at 1:16 PM, M. Onur Ergin wrote: > Hi! Thank you for the quick reply.. > CTP is working and the packets are delivered successfully. I am also > printing the readings to the console using the Printf of tossim. Those > (constant values from 8 to 25) are the return values of getL

Re: [Tinyos-help] 4 bit Link Estimator.

2009-02-19 Thread Omprakash Gnawali
On Thu, Feb 19, 2009 at 6:37 AM, Onur Ergin wrote: > Hello Mr Gnawali, > I am doing some implementation on CTP and I would be happy if you could give > me some advise on 4bitle implementation of yours. > I'm trying to retrieve link quality values from the 4bitle implementation > inside CTP. I runn

Re: [Tinyos-help] Multihop programming

2009-02-18 Thread Omprakash Gnawali
On Wed, Feb 18, 2009 at 1:46 AM, Dhivya G wrote: > Hello All, > > I am using Tinyos 1.x. I am having micaz motes. I am having some > doubts regarding multihop programming. > I want to do the following: > > > Node 0 -> Node1-->Node2 > (Ba

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

2009-02-14 Thread Omprakash Gnawali
On Sat, Feb 14, 2009 at 3:50 AM, milos rovcanin wrote: > Hello! > I have written an application that works on TinyOs 2.x software platform. > Now, I would like to implement SMAC protocol in it? Is there a code, > somewhere on the internet, for SMAC protocol, that works under TinyOs2.x? No. Here

Re: [Tinyos-help] unable to run testNetwork application

2009-02-11 Thread Omprakash Gnawali
On Wed, Feb 11, 2009 at 12:33 AM, BHARATHI MANJULA K wrote: > Hi all, > i compiled TestNetwork application successfully using the command "make > micaz sim". > i don't have motes and i am using TOSSIM simulator.so i gave "python > test.py" to run the application.But it errors. can anyone hellp me?

Re: [Tinyos-help] Fwd: Multihop Routing simulation in Tossim

2009-02-09 Thread Omprakash Gnawali
On Mon, Feb 9, 2009 at 3:50 AM, Poonam Hiwal wrote: > > > -- Forwarded message -- > From: Poonam Hiwal > Date: Sun, Feb 8, 2009 at 11:09 PM > Subject: Multihop Routing simulation in Tossim > To: tinyos-help@millennium.berkeley.edu > > > Hi All, > > I just want to know that is it p

Re: [Tinyos-help] Collection Packet Format

2009-02-08 Thread Omprakash Gnawali
On Sat, Feb 7, 2009 at 11:54 PM, Alireza pourranjbar wrote: > Hello All. > > I collect packet from the network at the Base Station using Collection > protocol and then > Forward them to Serial port Like oscilloscope multihup program.Here is the > problem: > > when i get packets at base using a jav

Re: [Tinyos-help] Pls help me - Help on Multihop

2009-01-31 Thread Omprakash Gnawali
On Sat, Jan 31, 2009 at 10:59 PM, Brandon Fu wrote: > Hi all, > I am currently, doing a project on data collection and i doing the last > part of the project. The last part of my project is to transmit a packet > from child node to a parent node to the base station. To implement this i > knw i wo

Re: [Tinyos-help] multihop routing

2009-01-31 Thread Omprakash Gnawali
On Sat, Jan 31, 2009 at 10:36 AM, Adeel Akhtar wrote: > Hi All, in tinyos1.x while running surge application the nodes starts > sending packets after long delay why and up to that time they are getting > the parent address as 65535 the broad cast address. any help about the > multihop routing algo

Re: [Tinyos-help] time synchronization for MICAz wsn's

2009-01-23 Thread Omprakash Gnawali
On Fri, Jan 23, 2009 at 4:36 PM, wolfgangmi wrote: > Hi all, > > I am using MICAz and TinyOS 1.1.15. I need to have a one-time > synchronization for a network of 20~50 nodes with regard to a master node > before deployment. I am not familiar with the state-of-the art achievable > accuracy, but my

Re: [Tinyos-help] Packet bridging using BasestationC and CTP stops after some time after "bad packet"

2009-01-19 Thread Omprakash Gnawali
On Mon, Jan 19, 2009 at 4:42 AM, Martin van de Goor wrote: > Dear all, > > I am having a problem with CTP and packet bridging. I am using IRIS motes, > the latest TinyOS 2.x cvs version, and Windows/Cygwin. > First, the application is described. Second, the problem description is > given. Last, cr

Re: [Tinyos-help] Question

2009-01-17 Thread Omprakash Gnawali
On Sat, Jan 17, 2009 at 9:45 AM, Elpiniki Tsakalaki wrote: > Thank you for your answer. > However, I cannot figure out why if the routes change keeping a cache of > packet signature won't help. Is it because if one node receives again the > same packet this is due to the change of routes? > In thi

Re: [Tinyos-help] Question

2009-01-17 Thread Omprakash Gnawali
On Sat, Jan 17, 2009 at 5:13 AM, Elpiniki Tsakalaki wrote: > Dear all, > > I am using Route and Surge in order to have a multihop sensor network. I > would like the nodes to forward packets to the root/gateway. The packets > have a unique ID and are broadcasted to the network by an external node >

Re: [Tinyos-help] Is TinyDB available in Tinyos-2.1?

2009-01-15 Thread Omprakash Gnawali
On Thu, Jan 15, 2009 at 8:14 AM, Janaka Prabhash Kumarasinghe wrote: > Hi, > > I'm new to TinyOS domain. I can find that TinyDB is available in TinyOS-1.x. > At the same time, I can't find the mentioned files and directories in > TinyOS-2.x directory structure. I saw that TinyDB was not available

<    1   2   3   4   5   6   7   >