1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer
Pekka Nikander 8f10d65ad5 net/gcoap: Make references to coap_resource_t const in gcoap
A CoAP resource is a primary object between the application
    and CoAP library.  The Library needs the paths, methods,
    and handlers from it, so that it can call the right handler.
    However, it never needs to change any of them.

    The application also needs the resources.  The application
    may want to declare the resources as const, since it may
    want to store them in flash.
2018-07-30 09:00:21 +03:00
..
asymcute net: add Asymcute (asynchronous MQTT-SN client) 2018-07-05 15:44:16 +02:00
dns sock_dns: return error if DNS server is not set 2018-07-05 11:09:34 +02:00
emcute net/emcute: adapted to changes byteorder functions 2018-07-04 17:41:04 +02:00
gcoap net/gcoap: Make references to coap_resource_t const in gcoap 2018-07-30 09:00:21 +03:00
nanocoap Merge pull request #9086 from bergzand/pr/nanocoap_sock/client_split 2018-06-20 23:31:05 +02:00
rdcli_common net/rdcli_common: fix EP name generation 2018-04-10 10:55:03 +02:00
rdcli_simple net/rdcli_simple_standalone: fix error handling 2018-04-12 14:00:32 +02:00
sntp sntp: fix for new xtimer API and some bugs 2017-03-06 13:38:25 +01:00
uhcp sys/net/uhcpc: add missing stdio.h include 2018-04-16 23:06:15 +02:00