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-02-06 20:30:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
apps
/
er-coap-07
History
Matthias Kovatsch
b44d125d80
Observe handler now checks if GET request.
2012-01-30 22:01:31 +01:00
..
er-coap-07-engine.c
Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory.
2012-02-21 08:33:25 -05:00
er-coap-07-engine.h
…
er-coap-07-observing.c
Observe handler now checks if GET request.
2012-01-30 22:01:31 +01:00
er-coap-07-observing.h
…
er-coap-07-separate.c
Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory.
2012-02-21 08:33:25 -05:00
er-coap-07-separate.h
…
er-coap-07-transactions.c
Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory.
2012-02-21 08:33:25 -05:00
er-coap-07-transactions.h
Renamed CoAP transaction ID (tid) to message ID (mid).
2012-01-28 19:21:13 +01:00
er-coap-07.c
Converted u8_t to uint8_t and u16_t to uint16_t in the apps directory.
2012-02-21 08:33:25 -05:00
er-coap-07.h
Moved status code API from REST engine to main coap implementation.
2012-01-30 01:28:43 +01:00
Makefile.er-coap-07
…