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/gcoap
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
..
gcoap.c net/gcoap: Make references to coap_resource_t const in gcoap 2018-07-30 09:00:21 +03:00
Makefile net/gcoap: renamed source folder s/coap/gocap/ 2017-08-08 16:39:48 +02:00