93b63df762
Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _net-promiscuous-mode-sample: Promiscuous Mode Sample Application ################################### Overview ******** This application will enable promiscuous mode for every network interface in the system. It will then start to listen for incoming network packets and show information about them. The application will also provide a shell so that user can enable or disable promiscuous mode at runtime. The commands are called ``promisc on`` and ``promisc off``. Requirements ************ - :ref:`networking_with_host` Building and Running ******************** There are multiple ways to use this application. In this example QEMU is used: .. zephyr-app-commands:: :zephyr-app: samples/net/promiscuous_mode :board: qemu_x86 :conf: <config file to use> :goals: build :compact: