![]() |
Morse Micro IoT SDK
2.9.7
|
M2M Agent example application.
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"
Go to the source code of this file.
Functions | |
| void | app_init (void) |
| Main entry point to the application. More... | |
| 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.