#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <limits.h>
#include <sys/select.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include "../coap.h"
Go to the source code of this file.
Functions | |
coap_pdu_t * | make_pdu (unsigned int value) |
void | usage (const char *program) |
coap_context_t * | get_context (const char *node, const char *port) |
int | main (int argc, char **argv) |
Variables | |
static coap_tid_t | id |
coap_context_t* get_context | ( | const char * | node, |
const char * | port | ||
) |
coap_pdu_t* make_pdu | ( | unsigned int | value | ) |
|
static |