This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-03-11 07:29:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
er-coap
History
Nicolas Tsiftes
566b251797
Merge pull request
#1243
from unmole/coap_fix
...
CoAP: Fix handling of Token Length greater than 8
2015-10-23 17:58:15 +02:00
..
er-coap-block1.c
…
er-coap-block1.h
…
er-coap-conf.h
…
er-coap-constants.h
…
er-coap-engine.c
…
er-coap-engine.h
…
er-coap-observe-client.c
…
er-coap-observe-client.h
…
er-coap-observe.c
Make sure the url is null terminated in CoAP observe.
2015-09-24 22:51:30 +02:00
er-coap-observe.h
Fixed observe to handle subresources and to always create a fake request for notify GETs
2015-09-24 22:51:30 +02:00
er-coap-res-well-known-core.c
Fixed support for NULL attributes of resources
2015-09-11 00:52:45 +02:00
er-coap-separate.c
…
er-coap-separate.h
…
er-coap-transactions.c
Changed to use process API to switch process context in CoAP
2015-09-24 22:51:30 +02:00
er-coap-transactions.h
…
er-coap.c
Merge pull request
#1243
from unmole/coap_fix
2015-10-23 17:58:15 +02:00
er-coap.h
Fixed CoAP format to be a uint16_t since the enum might compile to 8 bit and cause problems if 16-bit format types are used
2015-09-24 22:51:30 +02:00
Makefile.er-coap
…