On 05/04/2012 06:32 PM, Constantinos Marios Angelopoulos wrote: > Hello to everyone, > > I have managed to achieve communication between two motes via CoAP. > That is one mote puts and gets a resource on a second mote. However, > after a while the CoAP stack crashes, while other components of the > app keep working (e.g. leds toggle). > > Is this due to an overflow (e.g. should I call somewhere > coap_delete), or the coap hangs if it misses an ack? > > Any ideas how to overcome this?
Hello, that's an overflow problem. You have to delete the requests which you've received a response. Regards, -- Francesco Ficarola Department of Computer and System Sciences Sapienza, University of Rome Via Ariosto 25, room B112 00185, Rome Phone: (+39) 0677274119 Skype: francesco.ficarola DIS email: ficarola_at_dis.uniroma1_dot_it Nexse email: francesco.ficarola_at_nexse_dot_com Home email: francesco.ficarola_at_gmail_dot_com GPG KeyID: 0xDBA99D92
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
