Contiki 3.x
Functions
lwm2m-engine.c File Reference

    Implementation of the Contiki OMA LWM2M engine
More...

#include "contiki.h"
#include "lwm2m-engine.h"
#include "lwm2m-object.h"
#include "lwm2m-device.h"
#include "lwm2m-plain-text.h"
#include "lwm2m-json.h"
#include "rest-engine.h"
#include "er-coap-constants.h"
#include "er-coap-engine.h"
#include "oma-tlv.h"
#include "oma-tlv-reader.h"
#include "oma-tlv-writer.h"
#include "net/ipv6/uip-ds6.h"
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include "net/rpl/rpl.h"
#include "net/ip/uip-debug.h"

Go to the source code of this file.

Functions

void lwm2m_device_init (void)
 
void lwm2m_security_init (void)
 
void lwm2m_server_init (void)
 
 PROCESS_THREAD (lwm2m_rd_client, ev, data)
 
static unsigned int lwm2m_engine_select_writer (lwm2m_context_t *context, unsigned int accept)
 Set the writer pointer to the proper writer based on the Accept: header. More...
 
static void lwm2m_engine_select_reader (lwm2m_context_t *context, unsigned int content_format)
 Set the reader pointer to the proper reader based on the Content-format: header. More...
 

Detailed Description

    Implementation of the Contiki OMA LWM2M engine
Author
Joakim Eriksson joaki.nosp@m.me@s.nosp@m.ics.s.nosp@m.e Niclas Finne nfi@s.nosp@m.ics..nosp@m.se

Definition in file lwm2m-engine.c.