hello everybody

 i used UDPEcho to send data to Basestation , i tried to run the application
without any modification but i think there are some events not executed such
as
event void Status.recvfrom(struct sockaddr_in6 *from, void *data,
                             uint16_t len, struct ip_metadata *meta) {

  }

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

  event void StatusTimer.fired()

 because i put a led toggle inside it but it do not toggle

what is the reason for that and how could i make it work or executed

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