[Tinyos-help] b6lowpan
Stephen Dawson-Haggerty
stevedh at eecs.berkeley.edu
Wed Dec 3 11:44:51 PST 2008
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 <akkara23 at gmail.com> 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
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20081203/68b80e4c/attachment-0001.htm
More information about the Tinyos-help
mailing list