hello every body .. 
 
i have to build an application using blip .. i want to know how to use blip for 
that , i have read the blip tutorial but now i want to know do i must use 
UDPEcho as a basic of my application then add my appliaction over it 
 
 
add the codes 
 
  struct sockaddr_in6 sa6;
   inet_pton6("ff02::5", &sa6.sin6_addr);
   sa6.sin6_port = htons(10000);
 
 event void Boot.booted() {
    call Echo.bind(7);
  }

  event void Echo.recvfrom(struct sockaddr_in6 *from, void *data,
                           uint16_t len, struct ip_metadata *meta) {
    call Echo.sendto(from, data, len);
  }

The wiring is as follows.  components new UdpSocketC();
  UDPEchoP.Echo -> UdpSocketCon my application .. 
 
i want to know  how to send the data to basestation over blip .
is there another tutorial help me for that . i searched but i did not find 
something help 
 
any reply is much appreciated
                                          
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to