Morse Micro IoT SDK  2.9.7

Detailed Description

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:

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...
 

Macro Definition Documentation

◆ MM_PACKED

#define MM_PACKED   __attribute__((packed))

Macro for packed structs.

Definition at line 38 of file mmagic_controller.h.