|
Contiki 3.x
|
Implementation of the Contiki OMA LWM2M engineMore...
#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... | |
Implementation of the Contiki OMA LWM2M engine
Definition in file lwm2m-engine.c.
1.8.6