Re: [Tinyos-help] Multi-hop Application

2009-09-24 Thread Omprakash Gnawali
On Wed, Sep 23, 2009 at 8:13 PM, Rajat Khanda  wrote:
> Hello
>
> I am trying to use multi-hop data transfer using tmotes. Tinyos-2.x has two
> applications
> 1. MultihopOscilloscope
> 2. MultihopOscilloscopeLqi
>
> Could you please let me know if either of those two applications show
> multi-hop data transfer example?

If you install these applications on the motes, the motes will send
data over multiple hops to the sink.

- om_p
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Multi-hop Application

2009-09-26 Thread rajat_315

Thanks a lot for your reply. I installed the multihopLqi application on
three motes
giving node id as 500(for root), 1 and 2. I reduced the transmission power
of the tmotes to happen multi-hop inside a room. But i found only the data
from the closet mote to the root is getting collected.

 Could any one please let me know if i am doing anything wrong?
 Many thanks
 Rajat

Omprakash Gnawali-3 wrote:
> 
> On Wed, Sep 23, 2009 at 8:13 PM, Rajat Khanda 
> wrote:
>> Hello
>>
>> I am trying to use multi-hop data transfer using tmotes. Tinyos-2.x has
>> two
>> applications
>> 1. MultihopOscilloscope
>> 2. MultihopOscilloscopeLqi
>>
>> Could you please let me know if either of those two applications show
>> multi-hop data transfer example?
> 
> If you install these applications on the motes, the motes will send
> data over multiple hops to the sink.
> 
> - om_p
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Multi-hop-Application-tp25589655p25615418.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Multi-hop Application

2009-09-27 Thread Omprakash Gnawali
On Fri, Sep 25, 2009 at 9:51 AM, rajat_315  wrote:
>
> Thanks a lot for your reply. I installed the multihopLqi application on
> three motes
> giving node id as 500(for root), 1 and 2. I reduced the transmission power
> of the tmotes to happen multi-hop inside a room. But i found only the data
> from the closet mote to the root is getting collected.
>
>  Could any one please let me know if i am doing anything wrong?
>  Many thanks

The trick is making sure your motes are within the radio range of each
other. You might have to move the motes closer to each other. This
might work:

Lets say you want three motes to form a multihop topology. Program one
mote as root and two motes as non-root. Put the root at position A.
Move one non-root mote farther from position A until you start seeing
a drop in delivery ratio for packets from that mote. Mark that
position as B. Then start moving the last non-root mote away from
position B until you start seeing a drop in delivery ratio (position
C). As you move the mote, first it might send the packet to the root
directly, then it will send the packets via the non-root mote at B.
This procedure might give you a rough idea on where you should put the
motes (A,B,C) to form multihop topology.

- om_p

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Multi-hop Application

2009-09-28 Thread rajat khanda
Thanks Omprakash

I was configuring the multihop in the following way.
Suppose A is the location of the root.
B is the location of the one non-root node which is in the radio range of
root node(Placed at A)
C is the location of the another non-root node which is in the radio range
of non-root node(placed at B) but not root(placed at A).

Is it a problem?

Thanks
Rajat

On Mon, Sep 28, 2009 at 1:27 AM, Omprakash Gnawali
wrote:

> On Fri, Sep 25, 2009 at 9:51 AM, rajat_315  wrote:
> >
> > Thanks a lot for your reply. I installed the multihopLqi application on
> > three motes
> > giving node id as 500(for root), 1 and 2. I reduced the transmission
> power
> > of the tmotes to happen multi-hop inside a room. But i found only the
> data
> > from the closet mote to the root is getting collected.
> >
> >  Could any one please let me know if i am doing anything wrong?
> >  Many thanks
>
> The trick is making sure your motes are within the radio range of each
> other. You might have to move the motes closer to each other. This
> might work:
>
> Lets say you want three motes to form a multihop topology. Program one
> mote as root and two motes as non-root. Put the root at position A.
> Move one non-root mote farther from position A until you start seeing
> a drop in delivery ratio for packets from that mote. Mark that
> position as B. Then start moving the last non-root mote away from
> position B until you start seeing a drop in delivery ratio (position
> C). As you move the mote, first it might send the packet to the root
> directly, then it will send the packets via the non-root mote at B.
> This procedure might give you a rough idea on where you should put the
> motes (A,B,C) to form multihop topology.
>
> - om_p
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Multi-hop Application

2009-10-04 Thread Omprakash Gnawali
On Mon, Sep 28, 2009 at 12:20 PM, rajat khanda  wrote:
> Thanks Omprakash
>
> I was configuring the multihop in the following way.
> Suppose A is the location of the root.
> B is the location of the one non-root node which is in the radio range of
> root node(Placed at A)
> C is the location of the another non-root node which is in the radio range
> of non-root node(placed at B) but not root(placed at A).
>
> Is it a problem?

It is not a problem but you will have to experiment with distances and
transmit power to get it right.

- om_p
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] Multi-hop application

2011-12-15 Thread Omprakash Gnawali
On Wed, Nov 30, 2011 at 12:05 PM, Prasanth P  wrote:
> Hi all,
>
>    I am following tinyos wiki page and now i want to do one multi hop
> application using telosb mote ( Simple one: One router between sensing node
> and base station ). Can i do it with the Base station apllication itself or
> have to do router program separately.
>
>   Any suggestion will be very helpful.


Please take a look at TestNetwork or MultihopOscilloscope. You can
also read the tutorials on network protocols off the wiki.

- om_p

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help