Morse Micro IoT SDK  2.9.7
m2m_agent.c File Reference

Detailed Description

M2M Agent example application.

Note
It is assumed that you have followed the steps in the Getting Started guide and are therefore familiar with how to build, flash, and monitor an application using the MM-IoT-SDK framework.

See m2m_controller.c for detailed instructions on how to setup and run this demonstration.

Definition in file m2m_agent.c.

#include "mmosal.h"
#include "mmutils.h"
#include "mmagic.h"
#include "mm_app_regdb.h"
#include "mbedtls/mbedtls_config.h"
Include dependency graph for m2m_agent.c:

Go to the source code of this file.

Functions

void app_init (void)
 Main entry point to the application. More...
 

Function Documentation

◆ app_init()

void app_init ( void  )

Main entry point to the application.

This will be invoked in a thread once operating system and hardware initialization has completed. It may return, but it does not have to.

Definition at line 41 of file m2m_agent.c.