Integrating Network Into Your Project#

Micrium OS Network module is composed of several components, each of which is a set of files that implement specific functions. The Network module consists of one mandatory component named "Network" and several optional components for the various network applications and drivers. To use Network, you must add these files to your project and populate your RTOS Description File.

Starting the Network Module Quickly#

Micrium offers a set of example applications that demonstrate some of the features of the Network module and help you start the development of your application. We recommend that you start from one of these examples.

The following sections describe the more complex example applications available.

Configuring Network#

Micrium OS Network module can be configured to optimize memory usage and features.

Each of the network's applications (HTTP, MQTT, etc.) have also their own compile-time and run-time configurations. Refer to their specific sections for more details.