contiki/apps/er-coap-13
Daniele Alessandrelli 9230c0a158 Fix for coap_get_header_token() always returning 0 and not retrieving the token when using CoAP draft v13.
Every reference to the old Token Option has been removed (in CoAP draft v13 the Token Option has been promoted to a field following the CoAP Header).
2013-07-22 19:36:01 +02:00
..
er-coap-13-engine.c
er-coap-13-engine.h
er-coap-13-observing.c
er-coap-13-observing.h
er-coap-13-separate.c
er-coap-13-separate.h
er-coap-13-transactions.c
er-coap-13-transactions.h
er-coap-13.c Fix for coap_get_header_token() always returning 0 and not retrieving the token when using CoAP draft v13. 2013-07-22 19:36:01 +02:00
er-coap-13.h Fix for coap_get_header_token() always returning 0 and not retrieving the token when using CoAP draft v13. 2013-07-22 19:36:01 +02:00
Makefile.er-coap-13