zephyr/samples/net/sockets/packet/sample.yaml
Ravi kumar Veeramally 7e8ded911d samples: sockets: Add packet socket sample application
Sample application which opens a packet socket and receives
every packet on the wire and send some dummy packet over
socket. Simple demo of how to use packet sockets.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2019-02-07 14:43:30 +02:00

9 lines
171 B
YAML

sample:
description: Packet socket sample
name: packet-socket
tests:
test:
harness: net
platform_whitelist: native_posix
tags: net sockets packet-socket