Hi,

I should be able to help then.  Yesterday I was working on a program to
calculate the RSSI value of the chipcon radio gear - I want it to function
via msg/ack.  For example:

Base sends HELLO
Client receives, records RSSI
Client sends ACK, including RSSI value
Base records ACK and sends data via UART
...

I'm still working on it at the moment but when its done, I'll mail you a
copy.  I'll try and make a program that can act as both client and base -
probably you just need a Boolean value that is set by:

if (TOS_LOCAL_ADDRESS == 0)
  base = TRUE; // assumes base is node 0
else
  base = FALSE; // otherwise we have a client

HTH,

Alex.

> -----Original Message-----
> From: Manik Gupta [mailto:[EMAIL PROTECTED]
> Sent: 23 November 2005 03:46
> To: [EMAIL PROTECTED]
> Subject: RE: [Tinyos-help] Problem in programming a two way
> communicationchannel.
> 
> 
> Hi
> Well am not trying to send data over multiple packets.
> Am just trying to sent a req from the server from the
> client and then an ack back from the client to the
> server.
> Bye,
> Manik.
> 
> ____________________________________________________________
> 
> Ms.Manik Gupta
> GPON Group
> CDOT Delhi
> ____________________________________________________________
> 
> 
> 
> __________________________________
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to