Matthias Kovatsch
a8653f1a70
Fixed stimer issues due to core changes for older Erbium versions.
2013-06-19 15:59:45 +02:00
Matthias Kovatsch
78e3a75b9c
Updated buffer definition macro due to core changes.
2013-06-19 15:27:04 +02:00
Mariano Alvira
4dd29cca64
er-13 has changed the type of notify_subscribers counter to int32_t
...
from uint16_t which breaks builds of WITH_COAP=3 or 7.
This patch changes the 03 and 07 engine to int32_t.
An alternate fix would be to switch out the type in erbuim.h based on
WITH_COAP.
Or, maybe better, would be to drop old COAP versions.
2013-03-11 16:49:52 -04:00
Matthias Kovatsch
82884ab63f
Fixed legacy CoAP versions.
2013-02-13 19:22:21 +01:00
Matthias Kovatsch
c1b318356e
Renamed static functions for clearer memory profiles.
2012-05-13 17:29:21 +02:00
Matthias Kovatsch
ed92994784
Clean-up and fix for rest-server-example.
2012-03-29 18:56:46 +02:00
Matthias Kovatsch
3b2fe65c66
Added rt filtering for Link Format.
2012-03-29 18:16:28 +02:00
Matthias Kovatsch
949ba03bda
Changed notify API to passing a notification message.
2012-03-29 18:16:24 +02:00
Matthias Kovatsch
d102d8c607
Changed separate API and fixed token bug.
2012-03-29 18:16:23 +02:00
Matthias Kovatsch
e794088d19
Made Block1 support dependent on resource handlers.\nAdded flags and target for minimal-net.
2012-03-17 15:32:51 +01:00
Matthias Kovatsch
cd802979da
Fixed token bug in separate response and extended API (thanks to Klaus Hartke for the bug report).
2012-02-06 06:22:55 +01:00
Matthias Kovatsch
2ef46ac47a
Bugfix for separate NON requests and updated separate resonse API.\nEnabled multiple BLOCKING_REQUESTs in the same scope.
2012-02-05 06:21:35 +01:00
Matthias Kovatsch
860de0dd01
Bugfixes for observing. Many thanks to Klaus Hartke.
2012-02-01 05:16:16 +01:00
Matthias Kovatsch
c1aa211dc7
Added RST-MID matching for observing.
2012-02-01 03:58:35 +01:00
Matthias Kovatsch
dc6142fa0b
Revised Erbium observing.
2012-02-01 03:24:49 +01:00
Matthias Kovatsch
4a02790c76
Simplified Erbium support for separate responses.
2012-01-31 04:38:07 +01:00
Matthias Kovatsch
b44d125d80
Observe handler now checks if GET request.
2012-01-30 22:01:31 +01:00
Matthias Kovatsch
de82815186
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
...
Conflicts:
apps/er-coap-06/er-coap-06-engine.c
apps/er-coap-06/er-coap-06-observing.c
apps/er-coap-06/er-coap-06-separate.c
apps/er-coap-06/er-coap-06-transactions.c
apps/er-coap-06/er-coap-06.c
Removed er-coap-06.
2012-01-30 01:30:49 +01:00
Nicholas J Humfrey
efab964451
Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory.
2012-02-21 08:33:25 -05:00
Matthias Kovatsch
f23e86f589
Moved status code API from REST engine to main coap implementation.
2012-01-30 01:28:43 +01:00
Matthias Kovatsch
a4589ee9da
Renamed CoAP transaction ID (tid) to message ID (mid).
2012-01-28 19:21:13 +01:00
Matthias Kovatsch
2240289d1f
Erbium code cleanup.
2012-01-28 18:52:14 +01:00
Matthias Kovatsch
4c3e858df5
Made Erbium function parameters const where applicable.\nMinor clean-up.
2012-01-20 18:30:12 +01:00
Matthias Kovatsch
0a4c77dbff
Fixed snprintf() return value handling.
2012-01-20 16:11:45 +01:00
Matthias Kovatsch
c861ce0197
Fixed Erbium bugs (ext. header, client request path) and added server resource config defines.
2012-01-12 20:19:54 +01:00
Matthias Kovatsch
9b4860e644
Fixed bug in block size negotiation.
2011-12-07 20:46:12 +01:00
Matthias Kovatsch
b2cd4638bd
Removed debug output.
2011-12-07 19:43:30 +01:00
Matthias Kovatsch
1ac07971e2
Fixed int serialization bug (affected large values).
2011-12-07 19:35:11 +01:00
Matthias Kovatsch
df9f871313
Fixed Erbium chunks for minimal-net
2011-10-10 16:09:17 +02:00
Matthias Kovatsch
65955ca477
Fixed bug in well-known/core resource for small block sizes
2011-10-10 14:17:56 +02:00
Matthias Kovatsch
f71b0bc794
Added Erbium REST engine with new CoAP implementation
2011-09-14 16:33:01 +02:00