Skip to content

Latest commit

 

History

History

net_mgmt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Network Management Socket

Overview

The net-mgmt-socket sample application for Zephyr implements a listener for network management events that the networking subsystem is sending.

The source code for this sample application can be found at: :zephyr_file:`samples/net/sockets/net_mgmt`.

Requirements

  • networking_with_host

Building and Running

There are multiple ways to use this application. One of the most common usage scenario is to run echo-server application inside QEMU. This is described in networking_with_qemu.

Build net-mgmt socket sample application like this:

Example building for the native_posix board: