Contiki-NG
coap-engine.c File Reference

CoAP implementation Engine. More...

#include "coap-engine.h"
#include "sys/cc.h"
#include "lib/list.h"
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <string.h>
#include "coap-log.h"

Go to the source code of this file.

Functions

void coap_activate_resource (coap_resource_t *resource, const char *path)
 Makes a resource available under the given URI path. More...
 
coap_resource_t * coap_get_first_resource (void)
 Returns the first of the registered CoAP resources. More...
 
coap_resource_t * coap_get_next_resource (coap_resource_t *resource)
 Returns the next registered CoAP resource. More...
 

Detailed Description

CoAP implementation Engine.

Author
Matthias Kovatsch kovat.nosp@m.sch@.nosp@m.inf.e.nosp@m.thz..nosp@m.ch

Definition in file coap-engine.c.