Have a look at http://smote.cs.berkeley.edu:8000/tracenv/wiki/b6loWPAN/UDPfor
the interface design.

You can send any piece of data, so for instance,

 {
   struct sockaddr_in6 dest;
   // set up sockaddr to point to destination
   struct foo data;
   // fill in the fields of data;
   call UDP.sendto(&dest, &data, sizeof(struct foo));
 }

On Wed, Dec 3, 2008 at 2:18 AM, sheetal s <[EMAIL PROTECTED]> wrote:

> Hi everyone,
>
> Can someone tell me how to insert a message in addition to the echo
> requests. Where should i insert the send command?Please help!
>
> Thank you all.
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to