![]() |
Morse Micro IoT SDK
2.9.7
|
This module provides a small implementation of the Controller stack for integration with application software.
This code mostly stands alone from the rest of the Morse IoT SDK.
To integrate the Controller code into your application:
mmutils/mmutils.h, mmutils/mmbuf.h, and mmutils/mmbuf.c into your application.mmagic_datalink_controller.h and mmosal_controller.h. (See the m2m_controller.c application as a reference.)Modules | |
| Data types | |
| Initialization/deinitialization | |
| Data types, etc., for internal use | |
| Enumerations, etc., used by the underlying implementation, but which are not usually needed to be used directly. | |
| Module wlan: Wireless LAN management. | |
| Module ip: IP Stack Management | |
| Module ping: Ping application. | |
| Module iperf: Iperf application. | |
| Module sys: System management. | |
| Module tcp: TCP Socket IO, supports secure connections using TLS. | |
| Module tls: TLS support. | |
| Module ntp: Network Time Protocol. | |
| Module mqtt: MQTT agent. | |
Macros | |
| #define | MM_PACKED __attribute__((packed)) |
| Macro for packed structs. More... | |
| #define MM_PACKED __attribute__((packed)) |
Macro for packed structs.
Definition at line 38 of file mmagic_controller.h.