Re: [Tinyos-help] Basics help

2008-04-25 Thread Michael Schippling
Isn't that Full Duplex? I forget... Anyway, find the point after the message has been fully received where it is posted to the other port (I'm not sure if you want this on Uart, Radio, or Both), and post it back to the source port as well. You may need to put some kind of use-flag on the message b

Re: [Tinyos-help] Basics help

2008-04-24 Thread ram kishore
Hi, Sorry for delay.I want half-duplex communication between motes, i.e, Tx transmits first,Rx receives it, then Rx transmits the received message again to Tx.Thus half-duplex communication is established between them.What changes should I make to TOSbase application? Thanks for reply. kishore

Re: [Tinyos-help] Basics help

2008-04-23 Thread dmanjunath D
As the radio channel itself is half duplex by its nature, Can you please be more specific. Manjunath On Wed, Apr 23, 2008 at 7:42 PM, ram kishore <[EMAIL PROTECTED]> wrote: > Hi all, > Thanks for your posting which are of immense help.I learned NesC > recently.I use tinyos 1.1.10.I want

[Tinyos-help] Basics help

2008-04-23 Thread ram kishore
Hi all, Thanks for your posting which are of immense help.I learned NesC recently.I use tinyos 1.1.10.I want to establish half-duplex communication between motes. Can somebody briefly explain the working(CODE point of view) of TOSBase application? Are there any standard applications that e