Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
serverEink.c File Reference
#include <assert.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "openthread/cli.h"
#include "openthread/coap.h"
#include "openthread/instance.h"
#include "openthread/link.h"
#include "openthread/tasklet.h"
#include "openthread/thread.h"
#include "cbor.h"
#include "ca821x-posix-thread/posix-platform.h"
Include dependency graph for serverEink.c:

Classes

struct  connected_device
 

Macros

#define SuccessOrExit(aCondition)
 
#define FILENAME_SIZE   (255)
 
#define MAX_CONNECTED_DEVICES_LIST   50
 

Functions

void printf_time (const char *format,...)
 
ca_error init_sed_eink_commands (otInstance *aInstance)
 
int main (int argc, char *argv[])
 

Variables

otInstance * OT_INSTANCE
 

Macro Definition Documentation

◆ FILENAME_SIZE

#define FILENAME_SIZE   (255)

◆ MAX_CONNECTED_DEVICES_LIST

#define MAX_CONNECTED_DEVICES_LIST   50

◆ SuccessOrExit

#define SuccessOrExit (   aCondition)
Value:
do \
{ \
if ((aCondition) != 0) \
{ \
goto exit; \
} \
} while (0)

Function Documentation

◆ init_sed_eink_commands()

ca_error init_sed_eink_commands ( otInstance *  aInstance)

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ printf_time()

void printf_time ( const char *  format,
  ... 
)